mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 23:02:41 +01:00
Support short version of arc diff --add-all
Summary: Like `git commit -a`. Test Plan: $ arc diff -a Reviewers: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4903
This commit is contained in:
parent
e1d906ea18
commit
f32b6aa6c5
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ EOTEXT
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'add-all' => array(
|
'add-all' => array(
|
||||||
|
'short' => 'a',
|
||||||
'help' =>
|
'help' =>
|
||||||
'Automatically add all untracked, unstaged and uncommitted files to '.
|
'Automatically add all untracked, unstaged and uncommitted files to '.
|
||||||
'the commit.',
|
'the commit.',
|
||||||
|
|
Loading…
Reference in a new issue