diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-12-06 09:23:39 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-06 09:23:40 -0800 |
commit | 24065b827bcb96b0ca1eca8c9061f0efdde105f1 (patch) | |
tree | d4c21658f2765c110aa2506414f37c76c379c05a | |
parent | Merge branch 'rd/man-prune-progress' (diff) | |
parent | doc: add missing "-n" (dry-run) option to reflog man page (diff) | |
download | tgif-24065b827bcb96b0ca1eca8c9061f0efdde105f1.tar.xz |
Merge branch 'rd/man-reflog-add-n'
Doc update.
* rd/man-reflog-add-n:
doc: add missing "-n" (dry-run) option to reflog man page
-rw-r--r-- | Documentation/git-reflog.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-reflog.txt b/Documentation/git-reflog.txt index 44c736f1a8..472a6808cd 100644 --- 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] - [--dry-run] [--verbose] [--all | <refs>...] + [--dry-run | -n] [--verbose] [--all | <refs>...] '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 |