[PATCH] git-log.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/git-log.txt | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index ff41784..274b875 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt@@ -26,29 +26,10 @@ OPTIONS -<n>:: Limits the number of commits to show. -<since>..<until>:: - Show only commits between the named two commits. When - either <since> or <until> is omitted, it defaults to - `HEAD`, i.e. the tip of the current branch. - For a more complete list of ways to spell <since> - and <until>, see linkgit:gitrevisions[7]. - --follow:: Continue listing the history of a file beyond renames (works only for a single file). ---no-decorate:: ---decorate[=short|full|no]:: - Print out the ref names of any commits that are shown. If 'short' is - specified, the ref name prefixes 'refs/heads/', 'refs/tags/' and - 'refs/remotes/' will not be printed. If 'full' is specified, the - full ref name (including prefix) will be printed. The default option - is 'short'. - ---source:: - Print out the ref name given on the command line by which each - commit was reached. - --full-diff:: Without this flag, "git log -p <path>..." shows commits that touch the specified paths, and diffs about the same specified
@@ -66,12 +47,31 @@ produced by --stat etc. Note that only message is considered, if also a diff is shown its size is not included. +--no-decorate:: +--decorate[=short|full|no]:: + Print out the ref names of any commits that are shown. If 'short' is + specified, the ref name prefixes 'refs/heads/', 'refs/tags/' and + 'refs/remotes/' will not be printed. If 'full' is specified, the + full ref name (including prefix) will be printed. The default option + is 'short'. + +--source:: + Print out the ref name given on the command line by which each + commit was reached. + [\--] <path>...:: Show only commits that affect any of the specified paths. To prevent confusion with options and branch names, paths may need to be prefixed with "\-- " to separate them from options or refnames. +<since>..<until>:: + Show only commits between the named two commits. When + either <since> or <until> is omitted, it defaults to + `HEAD`, i.e. the tip of the current branch. + For a more complete list of ways to spell <since> + and <until>, see linkgit:gitrevisions[7]. + Common diff options ~~~~~~~~~~~~~~~~~~~
--
1.7.2.3