Skip to content

Commit 29f2815

Browse files
ydirsongitster
authored andcommitted
Document gitk --argscmd flag.
This was part of my original patch, but appears to have been lost. Signed-off-by: Yann Dirson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 441bca0 commit 29f2815

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/gitk.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ frequently used options.
4949
the history between two branches (i.e. the HEAD and the MERGE_HEAD)
5050
that modify the conflicted files.
5151

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

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

0 commit comments

Comments
 (0)