aboutsummaryrefslogtreecommitdiffstats
path: root/git-rediff.1
blob: e369a008e844161c1f21dd56abdf02e6ac50ef6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH GIT-REDIFF 1
.SH NAME
git-rediff - Reduce partially resolved merge conflicts
.SH SYNOPSIS
.I git rediff
[<path>...]
.SH DESCRIPTION
.I git rediff
rewrites files containing merge conflicts to
remove conflicts that have been resolved.
.SH OPERANDS
.TP
.I path
File to rewrite. If
.B -
is specified, the file
is read from standard input, and the result
is written to standard output.
.PP
If no
.I path
is specified, standard input is read and
the result is written to standard output.
.SH EXIT STATUS
The following exit values are returned:
.TP
0
All merge conflicts where resolved.
.TP
1
There are still merge conflicts.
.TP
2
An error occurred.