Skip to content

Commit

Permalink
Update git-log and git-show documentation
Browse files Browse the repository at this point in the history
Point at where the options not so frequently used are found.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Michael S. Tsirkin authored and Junio C Hamano committed Feb 8, 2007
1 parent ed35dec commit 66e788b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Shows the commit logs.

The command takes options applicable to the gitlink:git-rev-list[1]
command to control what is shown and how, and options applicable to
the gitlink:git-diff-tree[1] commands to control how the change
the gitlink:git-diff-tree[1] commands to control how the changes
each commit introduces are shown.

This manual page describes only the most frequently used options.
Expand Down
3 changes: 3 additions & 0 deletions Documentation/git-show.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ with \--name-only).

For plain blobs, it shows the plain contents.

The command takes options applicable to the gitlink:git-diff-tree[1] command to
control how the changes the commit introduces are shown.

This manual page describes only the most frequently used options.


Expand Down

0 comments on commit 66e788b

Please sign in to comment.