Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
rerere.txt: Document forget subcommand
author
Michael J Gruber
<git@drmicha.warpmail.net>
Mon, 5 Jul 2010 13:15:20 +0000
(15:15 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 5 Jul 2010 18:51:20 +0000
(11:51 -0700)
dea4562
(rerere forget path: forget recorded resolution, 2009-12-25)
introduced the forget subcommand for rerere.
Document it.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rerere.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
66bd8ab
)
diff --git
a/Documentation/git-rerere.txt
b/Documentation/git-rerere.txt
index acc220a00f0013d115366cfc8b7a48aeeef47711..db99d4786e06df1cd2c9352c877c45efcbfb10cc 100644
(file)
--- a/
Documentation/git-rerere.txt
+++ b/
Documentation/git-rerere.txt
@@
-7,7
+7,7
@@
git-rerere - Reuse recorded resolution of conflicted merges
SYNOPSIS
--------
SYNOPSIS
--------
-'git rerere' ['clear'|'diff'|'status'|'gc']
+'git rerere' ['clear'|'
forget' [<pathspec>]|'
diff'|'status'|'gc']
DESCRIPTION
-----------
DESCRIPTION
-----------
@@
-40,6
+40,11
@@
This resets the metadata used by rerere if a merge resolution is to be
aborted. Calling 'git am [--skip|--abort]' or 'git rebase [--skip|--abort]'
will automatically invoke this command.
aborted. Calling 'git am [--skip|--abort]' or 'git rebase [--skip|--abort]'
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.
+
'diff'::
This displays diffs for the current state of the resolution. It is
'diff'::
This displays diffs for the current state of the resolution. It is