'git ls-remote --get-url' is more correct, but younger and less
supported. This commit tempers previous optimism about its availability,
improving support for users of older git packages.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rARCc22dfe61ed01: Use 'remote.origin.url' fallback for git < 1.7.5
- Set git config url.xttps.insteadOf https rewrite rule.
- Ran arc which with git 1.7.5 in $PATH, saw rewritten configured remote.
- Ran arc which with git 1.7.4 in $PATH, saw configured remote.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Not Applicable - Unit
Tests Not Applicable