Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
doc: add missing "-n" (dry-run) option to reflog man page
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Tue, 21 Nov 2017 15:39:55 +0000
(10:39 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 22 Nov 2017 03:24:47 +0000
(12:24 +0900)
While the "git reflog" man page supports both "--dry-run" and "-n" for
a dry run, the man page mentions only the former, not the latter.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reflog.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
9752ad0
)
diff --git
a/Documentation/git-reflog.txt
b/Documentation/git-reflog.txt
index 44c736f1a8e581bc072d5de3b719284f7376ec3b..472a6808cd60899f4554e998b9fb8e4f3103aac2 100644
(file)
--- a/
Documentation/git-reflog.txt
+++ b/
Documentation/git-reflog.txt
@@
-20,9
+20,9
@@
depending on the subcommand:
'git reflog' ['show'] [log-options] [<ref>]
'git reflog expire' [--expire=<time>] [--expire-unreachable=<time>]
[--rewrite] [--updateref] [--stale-fix]
'git reflog' ['show'] [log-options] [<ref>]
'git reflog expire' [--expire=<time>] [--expire-unreachable=<time>]
[--rewrite] [--updateref] [--stale-fix]
- [--dry-run] [--verbose] [--all | <refs>...]
+ [--dry-run
| -n
] [--verbose] [--all | <refs>...]
'git reflog delete' [--rewrite] [--updateref]
'git reflog delete' [--rewrite] [--updateref]
- [--dry-run] [--verbose] ref@\{specifier\}...
+ [--dry-run
| -n
] [--verbose] ref@\{specifier\}...
'git reflog exists' <ref>
Reference logs, or "reflogs", record when the tips of branches and
'git reflog exists' <ref>
Reference logs, or "reflogs", record when the tips of branches and