Skip to content

Commit

Permalink
Document gitk --argscmd flag.
Browse files Browse the repository at this point in the history
This was part of my original patch, but appears to have been lost.

Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Yann Dirson authored and Junio C Hamano committed Aug 29, 2008
1 parent 441bca0 commit 29f2815
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/gitk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ frequently used options.
the history between two branches (i.e. the HEAD and the MERGE_HEAD)
that modify the conflicted files.

--argscmd=<command>::
Command to be run each time gitk has to determine the list of
<revs> to show. The command is expected to print on its standard
output a list of additional revs to be shown, one per line.
Use this instead of explicitly specifying <revs> if the set of
commits to show may vary between refreshes.

<revs>::

Limit the revisions to show. This can be either a single revision
Expand Down

0 comments on commit 29f2815

Please sign in to comment.