Skip to content

Commit

Permalink
gitk(1): mention --all
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Jonas Fonseca authored and Junio C Hamano committed Sep 20, 2006
1 parent 45ad9b5 commit 44d2775
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/gitk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ frequently used options.

Show commits older than a specific date.

--all::

Show all branches.

<revs>::

Limit the revisions to show. This can be either a single revision
Expand All @@ -63,6 +67,11 @@ gitk --since="2 weeks ago" \-- gitk::
The "--" is necessary to avoid confusion with the *branch* named
'gitk'

gitk --max-count=100 --all -- Makefile::

Show at most 100 changes made to the file 'Makefile'. Instead of only
looking for changes in the current branch look in all branches.

See Also
--------
'qgit(1)'::
Expand Down

0 comments on commit 44d2775

Please sign in to comment.