[PATCH] Documentation/gitk.txt: order options alphabetically
From: <hidden>
Date: 2016-06-15 22:50:08
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: Jari Aalto <redacted> Signed-off-by: Jari Aalto <redacted> --- Documentation/gitk.txt | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
index e21bac4..28c5784 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.7.2.3