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
F15522276: D14233.id34370.diff
Sun, Apr 20, 7:14 PM
F15513862: D14233.diff
Thu, Apr 17, 10:16 PM
F15283523: D14233.id34369.diff
Mar 4 2025, 7:42 AM
Unknown Object (File)
Mar 3 2025, 1:56 PM
Unknown Object (File)
Feb 14 2025, 3:44 AM
Unknown Object (File)
Feb 12 2025, 12:06 AM
Unknown Object (File)
Feb 9 2025, 4:27 PM
Unknown Object (File)
Feb 8 2025, 11:29 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
Branch
unit4
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 8180
Build 9348: Run Core Tests
Build 9347: arc lint + arc unit

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.