From 3a15048d833e2d6599091a9f7c14b0fa926c3bbf Mon Sep 17 00:00:00 2001 From: Bert Wesarg Date: Mon, 1 Mar 2010 22:46:28 +0100 Subject: merge-file: add option to select union merge favor Signed-off-by: Bert Wesarg Signed-off-by: Junio C Hamano --- Documentation/git-merge-file.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Documentation') diff --git a/Documentation/git-merge-file.txt b/Documentation/git-merge-file.txt index a5b9c1f6c8..f334d694e0 100644 --- a/Documentation/git-merge-file.txt +++ b/Documentation/git-merge-file.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git merge-file' [-L [-L [-L ]]] - [--ours|--theirs] [-p|--stdout] [-q|--quiet] [--marker-size=] + [--ours|--theirs|--union] [-p|--stdout] [-q|--quiet] [--marker-size=] @@ -35,10 +35,10 @@ normally outputs a warning and brackets the conflict with lines containing >>>>>>> B If there are conflicts, the user should edit the result and delete one of -the alternatives. When `--ours` or `--theirs` option is in effect, however, -these conflicts are resolved favouring lines from `` or -lines from `` respectively. The length of the conflict markers -can be given with the `--marker-size` option. +the alternatives. When `--ours`, `--theirs`, or `--union` option is in effect, +however, these conflicts are resolved favouring lines from ``, +lines from ``, or lines from both respectively. The length of the +conflict markers can be given with the `--marker-size` option. The exit value of this program is negative on error, and the number of conflicts otherwise. If the merge was clean, the exit value is 0. @@ -68,8 +68,9 @@ OPTIONS --ours:: --theirs:: +--union:: Instead of leaving conflicts in the file, resolve conflicts - favouring our (or their) side of the lines. + favouring our (or their or both) side of the lines. EXAMPLES -- cgit v1.2.1