From: Jeff Muizelaar Date: Sun, 5 Mar 2006 21:18:19 +0000 (-0500) Subject: documentation: add 'see also' sections to git-rm and git-add X-Git-Tag: v1.3.0-rc1~13^2~43 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=872d001f7f576b2d32f6278dc265d6449787b714;p=git.git documentation: add 'see also' sections to git-rm and git-add 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 --- diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 7e293834d..5b7c35455 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -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 ------ diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt index 401bfb2d9..d8a5afae0 100644 --- a/Documentation/git-rm.txt +++ b/Documentation/git-rm.txt @@ -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 ------