blob: 818b3fcc2527539419e2bea4c0ceefc9a51fe77b (
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
|
NAME
git-rediff - Reduce partially resovled merge conflicts
SYNOPSIS
git rediff [<path>...]
DESCRIPTION
git rediff rewrites files containing merge conflicts to
remove conflicts that have been resolved.
OPERANDS
path
File to rewrite. If - is specified, the file
is read from standard input, and the result
is written to standard output.
If no path is specified, standard input is read and
the result is written to standard output.
EXIT STATUS
The following exit values are returned:
0 All merge conflicts where resolved.
1 There are still merge conflicts.
2 An error occurred.
|