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, Jan 21, 10:07 AM
Unknown Object (File)
Tue, Dec 31, 10:00 PM
Unknown Object (File)
Nov 24 2024, 6:33 AM
Unknown Object (File)
Nov 20 2024, 12:34 PM
Unknown Object (File)
Nov 20 2024, 12:34 PM
Unknown Object (File)
Nov 20 2024, 12:34 PM
Unknown Object (File)
Nov 20 2024, 12:34 PM
Unknown Object (File)
Oct 23 2024, 6:44 AM
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.