mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
No description
46009145f7
Summary: Ref T5554. Both the current branch name (if on a branch), as well as the list of all local branches, can be retrieved without having to parse the output from "git branch". Unfortunately, there seems to be no git plumbing for "get list of branches containing this commit" yet. (see http://marc.info/?l=git&m=141408477614635&w=2) For that case, this commit whitelists the output from "git branch" using the known valid branch names from "git for-each-ref". Test Plan: Set up a test repo with this structure: ``` | * Commit B1, on branch "subfeature" | / | * Commit A1, on branch "feature" |/ * Commit M1, on branch "master" | ``` In `subfeature`, I tried: * `arc which --base 'git:branch-unique(master)'` * `arc feature` After that, I detached my HEAD (don't worry, I got better) and tried again. Nothing looked broken. (Tested with git 1.7.2.5 and 2.5.0.) Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Maniphest Tasks: T5554 Differential Revision: https://secure.phabricator.com/D13989 |
||
---|---|---|
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.