Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-04-10 02:25:44 +0300
committerJunio C Hamano <gitster@pobox.com>2018-04-10 02:25:44 +0300
commit78c20b8fcaf0c46942a8c91e38076358f9a948ac (patch)
tree9f172fdddeacc813299e63bcfa3d778151e9e133 /Documentation
parenta26e1f4b59fd6518c1f0d13eaa6b312eca4a9b14 (diff)
parent4aa0161e837ef19e52f3bc65471d9ec0f857e20d (diff)
Merge branch 'ma/shortlog-revparse'
"git shortlog cruft" aborted with a BUG message when run outside a Git repository. The command has been taught to complain about extra and unwanted arguments on its command line instead in such a case. * ma/shortlog-revparse: shortlog: disallow left-over arguments outside repo shortlog: add usage-string for stdin-reading git-shortlog.txt: reorder usages
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-shortlog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt
index ee6c5476c1..5e35ea18ac 100644
--- a/Documentation/git-shortlog.txt
+++ b/Documentation/git-shortlog.txt
@@ -8,8 +8,8 @@ git-shortlog - Summarize 'git log' output
SYNOPSIS
--------
[verse]
-git log --pretty=short | 'git shortlog' [<options>]
'git shortlog' [<options>] [<revision range>] [[\--] <path>...]
+git log --pretty=short | 'git shortlog' [<options>]
DESCRIPTION
-----------