Home GnuPG

Pass author config to `git` with "-c x=y" instead of "--author"
172c930630a9Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Pass author config to git with "-c x=y" instead of "--author"

Summary: See D14232. That didn't actually work. It looks like this does.

Test Plan:

  • Ran git commit --author ... on build server and saw the same failure.
  • Ran git -c ... -c ... commit ... on build server and saw it work.

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D14233

Details

Provenance
epriestley <git@epriestley.com>Authored on Oct 4 2015, 5:49 PM
Parents
rARC6966be3e7e51: Allow an arc test to execute without a git author configured
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rARC172c930630a9: Pass author config to `git` with "-c x=y" instead of "--author" (authored by epriestley <git@epriestley.com>).Oct 4 2015, 5:49 PM