Skip to content

Commit

Permalink
documentation: add 'see also' sections to git-rm and git-add
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Muizelaar authored and Junio C Hamano committed Mar 5, 2006
1 parent 8911db7 commit 872d001
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/git-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down
3 changes: 3 additions & 0 deletions Documentation/git-rm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down

0 comments on commit 872d001

Please sign in to comment.