diff options
author | Mattias Andrée <maandree@kth.se> | 2024-08-15 20:34:56 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-08-15 20:35:46 +0200 |
commit | d6ffd770726450ae44f08fa3a74cdebb1e382bdf (patch) | |
tree | 4a66373044baffd1171912d672842b85babe5de3 /README | |
parent | First commit (diff) | |
download | git-rediff-d6ffd770726450ae44f08fa3a74cdebb1e382bdf.tar.gz git-rediff-d6ffd770726450ae44f08fa3a74cdebb1e382bdf.tar.bz2 git-rediff-d6ffd770726450ae44f08fa3a74cdebb1e382bdf.tar.xz |
Add README and git-rediff.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,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. |