Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-rfc3161
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSG
git-rfc3161
Commits
9d9bfea8
Commit
9d9bfea8
authored
Mar 13, 2012
by
Junio C Hamano
Browse files
Options
Downloads
Plain Diff
Merge branch 'ph/rerere-doc'
By Phil Hord * ph/rerere-doc: rerere: Document 'rerere remaining'
parents
6c15a1c6
3e7a1df8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/git-rerere.txt
+12
-7
12 additions, 7 deletions
Documentation/git-rerere.txt
with
12 additions
and
7 deletions
Documentation/git-rerere.txt
+
12
−
7
View file @
9d9bfea8
...
...
@@ -8,7 +8,7 @@ git-rerere - Reuse recorded resolution of conflicted merges
SYNOPSIS
--------
[verse]
'git rerere' ['clear'|'forget' <pathspec>|'diff'|'status'|'gc']
'git rerere' ['clear'|'forget' <pathspec>|'diff'|'
remaining'|'
status'|'gc']
DESCRIPTION
-----------
...
...
@@ -37,30 +37,35 @@ its working state.
'clear'::
This r
eset
s
the metadata used by rerere if a merge resolution is to be
R
eset 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.
'forget' <pathspec>::
This r
eset
s
the conflict resolutions which rerere has recorded for the current
R
eset the conflict resolutions which rerere has recorded for the current
conflict in <pathspec>.
'diff'::
This d
isplay
s
diffs for the current state of the resolution. It is
D
isplay diffs for the current state of the resolution. It is
useful for tracking what has changed while the user is resolving
conflicts. Additional arguments are passed directly to the system
'diff' command installed in PATH.
'status'::
Like 'diff', but this only prints the filenames that will be tracked
for resolutions.
Print paths with conflicts whose merge resolution rerere will record.
'remaining'::
Print paths with conflicts that have not been autoresolved by rerere.
This includes paths whose resolutions cannot be tracked by rerere,
such as conflicting submodules.
'gc'::
This p
rune
s
records of conflicted merges that
P
rune records of conflicted merges that
occurred a long time ago. By default, unresolved conflicts older
than 15 days and resolved conflicts older than 60
days are pruned. These defaults are controlled via the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment