Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-commit documentation: -a adds and also removes
author
Junio C Hamano
<junkio@cox.net>
Sat, 13 Jan 2007 20:26:13 +0000
(12:26 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 13 Jan 2007 20:26:13 +0000
(12:26 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-commit.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c03f775
)
diff --git
a/Documentation/git-commit.txt
b/Documentation/git-commit.txt
index cb081cda891e6a740b6a1d2772789aabf923bf69..b4528d72ba376bb0444002698196afa89f781fc1 100644
(file)
--- a/
Documentation/git-commit.txt
+++ b/
Documentation/git-commit.txt
@@
-32,7
+32,8
@@
methods:
4. by using the -a switch with the 'commit' command to automatically "add"
changes from all known files i.e. files that have already been committed
- before, and perform the actual commit.
+ before, and to automatically "rm" files that have been
+ removed from the working tree, and perform the actual commit.
The gitlink:git-status[1] command can be used to obtain a
summary of what is included by any of the above for the next