documentation: add 'see also' sections to git-rm and git-add
authorJeff Muizelaar <jeff@infidigm.net>
Sun, 5 Mar 2006 21:18:19 +0000 (16:18 -0500)
committerJunio 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>
Documentation/git-add.txt
Documentation/git-rm.txt

index 7e29383..5b7c354 100644 (file)
@@ -65,6 +65,9 @@ git-add git-*.sh::
        (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 401bfb2..d8a5afa 100644 (file)
@@ -74,6 +74,9 @@ git-rm -f git-*.sh::
        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
 ------