mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 08:12:40 +01:00
No description
7329bc7c32
Summary: The current code assumes git-svn is always working from a remote called `trunk`, but if the repository is initialized without the `-T` option it will instead be called `git-svn`, and if `--prefix` is used (which is set by default to `origin/` in Git 2+) the remote name will have the specified prefix as well. Instead, look at the `fetch` target refspec set in the git-svn config. Fixes T13293. Test Plan: `arc land` without errors (or manually creating a `trunk` branch) from a checkout made with Git 2.18.0 (verified this manually on a non-`-T` checkout as well). Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Maniphest Tasks: T13293 Differential Revision: https://secure.phabricator.com/D19681 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can read more in the User Guide
For more information about Phabricator, see http://phabricator.org/.
LICENSE
Arcanist is released under the Apache 2.0 license except as otherwise noted.