diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-03-19 23:24:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-19 23:24:48 -0700 |
commit | bcd5461a35c2cb876efc9eb9f66505336ecb192f (patch) | |
tree | 9ac7a616fa198874af9b85ece5e9c945183cdfce /Documentation/git-rerere.txt | |
parent | Merge branch 'ab/i18n-basic' (diff) | |
parent | rerere forget: deprecate invocation without pathspec (diff) | |
download | tgif-bcd5461a35c2cb876efc9eb9f66505336ecb192f.tar.xz |
Merge branch 'js/rerere-forget-always-take-pathspec'
* js/rerere-forget-always-take-pathspec:
rerere forget: deprecate invocation without pathspec
Diffstat (limited to 'Documentation/git-rerere.txt')
-rw-r--r-- | Documentation/git-rerere.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-rerere.txt b/Documentation/git-rerere.txt index 161ecad2a9..52db1d80cf 100644 --- a/Documentation/git-rerere.txt +++ b/Documentation/git-rerere.txt @@ -7,7 +7,7 @@ git-rerere - Reuse recorded resolution of conflicted merges SYNOPSIS -------- -'git rerere' ['clear'|'forget' [<pathspec>]|'diff'|'status'|'gc'] +'git rerere' ['clear'|'forget' <pathspec>|'diff'|'status'|'gc'] DESCRIPTION ----------- @@ -43,7 +43,7 @@ will automatically invoke this command. 'forget' <pathspec>:: This resets the conflict resolutions which rerere has recorded for the current -conflict in <pathspec>. The <pathspec> is optional. +conflict in <pathspec>. 'diff':: |