Page MenuHomePhabricator

Don't use "-c" flag in "git:branch-unique()" revision range rule
ClosedPublic

Authored by epriestley on Dec 10 2015, 10:15 PM.
Tags
None
Referenced Files
F13089393: D14735.diff
Thu, Apr 25, 1:48 AM
Unknown Object (File)
Fri, Apr 19, 3:55 PM
Unknown Object (File)
Mon, Apr 8, 7:36 AM
Unknown Object (File)
Mar 20 2024, 10:58 PM
Unknown Object (File)
Mar 5 2024, 6:55 AM
Unknown Object (File)
Mar 5 2024, 6:55 AM
Unknown Object (File)
Mar 5 2024, 6:55 AM
Unknown Object (File)
Mar 5 2024, 6:55 AM
Subscribers
None

Details

Summary

Fixes T9953.

  • "-c" was introduced in 1.7.2.
  • "--no-color" has existed forever as far as I can tell.
  • "--no-column" was introducd in 1.7.11, but there was nothing that needed to be disabled before that (hopefully).
Test Plan
  • Ran arc which --trace and observed a reasonable git branch command with correct output.
  • Ran arc which --trace with a faked older Git version, observed command omit --no-column.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Don't use "-c" flag in "git:branch-unique()" revision range rule.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Dec 10 2015, 10:15 PM
This revision was automatically updated to reflect the committed changes.