Page MenuHomePhabricator

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

Authored by epriestley on Oct 4 2015, 3:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 5, 2:27 AM
Unknown Object (File)
Mon, Mar 4, 10:42 PM
Unknown Object (File)
Mon, Mar 4, 6:31 PM
Unknown Object (File)
Mon, Mar 4, 6:31 PM
Unknown Object (File)
Mon, Mar 4, 6:31 PM
Unknown Object (File)
Jan 29 2024, 6:17 AM
Unknown Object (File)
Jan 9 2024, 10:59 AM
Unknown Object (File)
Dec 26 2023, 11:24 PM
Subscribers
None

Details

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.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Pass author config to `git` with "-c x=y" instead of "--author".
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.

shipitquick

This revision is now accepted and ready to land.Oct 4 2015, 3:49 PM
This revision was automatically updated to reflect the committed changes.