diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-04-10 08:25:44 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-10 08:25:44 +0900 |
commit | 78c20b8fcaf0c46942a8c91e38076358f9a948ac (patch) | |
tree | 9f172fdddeacc813299e63bcfa3d778151e9e133 /Documentation | |
parent | Merge branch 'ab/install-symlinks' (diff) | |
parent | shortlog: disallow left-over arguments outside repo (diff) | |
download | tgif-78c20b8fcaf0c46942a8c91e38076358f9a948ac.tar.xz |
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.txt | 2 |
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 ----------- |