summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8911db7)
raw | patch | inline | side by side (parent: 8911db7)
author | Jeff Muizelaar <jeff@infidigm.net> | |
Sun, 5 Mar 2006 21:18:19 +0000 (16:18 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 5 Mar 2006 21:33:13 +0000 (13:33 -0800) |
Pair up git-add and git-rm by adding a 'see also' section that
references the opposite command to each of their documentation files.
Signed-off-by: Junio C Hamano <junkio@cox.net>
references the opposite command to each of their documentation files.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-add.txt | patch | blob | history | |
Documentation/git-rm.txt | patch | blob | history |
index 7e293834d18982e7ae5d1d6fd057304994978318..5b7c3545545827299bf74bb78aa9ce779bee2fef 100644 (file)
(i.e. you are listing the files explicitly), it does not
add `subdir/git-foo.sh` to the index.
+See Also
+--------
+gitlink:git-rm[1]
Author
------
index 401bfb2d9cc4db22d0dd12b5c086ad537896fe65..d8a5afae03bfcfc8323a8a78f8865be58a535a45 100644 (file)
--- a/Documentation/git-rm.txt
+++ b/Documentation/git-rm.txt
shell expand the asterisk (i.e. you are listing the files
explicitly), it does not remove `subdir/git-foo.sh`.
+See Also
+--------
+gitlink:git-add[1]
Author
------