mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
No description
410ea5dc32
named the same as a file path. Summary: (In fbcode and www at least, the only places I tried) if a branch happens to be named the same as a file path (from root) (like if a branch is called `spec` and there is a directory in `www` called `spec`) then `arc land` will fail with git complaining that the argument (to `git log ...`) is ambiguous as it could refer to both a path and a revision; so this diff adds a `--` to the end so that git knows that both are revisions and not paths. Test Plan: Try and land something from www (I did, see D752219) where the branch is named `spec`. Reviewed by: epriestley |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
WHAT IS ARCANIST? 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 find a complete user guide here: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html For more information about Phabricator, see: http://phabricator.org/ LICENSE Arcanist is released under the Apache 2.0 license except as otherwise noted.