Document git-merge-cache -o
This commit is contained in:
parent
2a45925180
commit
7ffeb8c24b
@ -9,7 +9,7 @@ git-merge-cache - Runs a merge for files needing merging
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
'git-merge-cache' <merge-program> (-a | -- | <file>\*)
|
'git-merge-cache' [-o] <merge-program> (-a | -- | <file>\*)
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
@ -26,6 +26,12 @@ OPTIONS
|
|||||||
-a::
|
-a::
|
||||||
Run merge against all files in the cache that need merging.
|
Run merge against all files in the cache that need merging.
|
||||||
|
|
||||||
|
-o::
|
||||||
|
Instead of stopping at the first failed merge, do all of them
|
||||||
|
in one shot - continue with merging even when previous merges
|
||||||
|
returned errors, and only return the error code after all the
|
||||||
|
merges are over.
|
||||||
|
|
||||||
If "git-merge-cache" is called with multiple <file>s (or -a) then it
|
If "git-merge-cache" is called with multiple <file>s (or -a) then it
|
||||||
processes them in turn only stopping if merge returns a non-zero exit
|
processes them in turn only stopping if merge returns a non-zero exit
|
||||||
code.
|
code.
|
||||||
@ -66,6 +72,7 @@ for the AA file, because it didn't exist in the original, and thus
|
|||||||
Author
|
Author
|
||||||
------
|
------
|
||||||
Written by Linus Torvalds <torvalds@osdl.org>
|
Written by Linus Torvalds <torvalds@osdl.org>
|
||||||
|
One-shot merge by Petr Baudis <pasky@ucw.cz>
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
--------------
|
--------------
|
||||||
|
Loading…
Reference in New Issue
Block a user