diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-17 10:52:36 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-17 10:52:36 -0800 |
commit | df59afe3eb121e89195e246105dd53de0ec396ab (patch) | |
tree | 7be27204d19a7c21b2c30efbcdb226f45fa383ca /Documentation/git-add.txt | |
parent | 5e1a2e8c61b31410fd0c2e5a67c45bf6b373f4c3 (diff) | |
download | git-df59afe3eb121e89195e246105dd53de0ec396ab.tar.gz git-df59afe3eb121e89195e246105dd53de0ec396ab.tar.xz |
Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-add.txt')
-rw-r--r-- | Documentation/git-add.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index a5051aad6..b73a99d61 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -7,7 +7,7 @@ git-add - Add file contents to the changeset to be committed next SYNOPSIS -------- -'git-add' [-n] [-v] [-f] [--interactive] [--] <file>... +'git-add' [-n] [-v] [-f] [--interactive | -i] [--] <file>... DESCRIPTION ----------- @@ -52,7 +52,7 @@ OPTIONS -f:: Allow adding otherwise ignored files. -\--interactive:: +\i, \--interactive:: Add modified contents in the working tree interactively to the index. |