From: Jari Aalto <jari.aalto@xxxxxxxxx> Signed-off-by: Jari Aalto <jari.aalto@xxxxxxxxx> --- Documentation/gitk.txt | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index cf465cb..08ff926 100644 --- a/Documentation/gitk.txt +++ b/Documentation/gitk.txt @@ -26,23 +26,17 @@ the 'git-rev-list' command (see linkgit:git-rev-list[1]). This manual page describes only the most frequently used options. --n <number>:: ---max-count=<number>:: - - Limits the number of commits to show. - ---since=<date>:: - - Show commits more recent than a specific date. - ---until=<date>:: - - Show commits older than a specific date. - --all:: Show all branches. +--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. + --merge:: After an attempt to merge stops with conflicts, show the commits on @@ -50,18 +44,24 @@ frequently used options. that modify the conflicted files and do not exist on all the heads being merged. ---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. +-n <number>:: +--max-count=<number>:: + + Limits the number of commits to show. --select-commit=<ref>:: Automatically select the specified commit after loading the graph. Default behavior is equivalent to specifying '--select-commit=HEAD'. +--since=<date>:: + + Show commits more recent than a specific date. + +--until=<date>:: + + Show commits older than a specific date. + <revs>:: Limit the revisions to show. This can be either a single revision -- 1.6.5 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html