git-merge-index
(1)Run a merge for files needing merging
git merge-index [-o] [-q] <merge-program> (-a | ( [--] <file>...) )
Options
3-aRun merge against all files in the index that need merging.
-oInstead 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.
-qDo not complain about a failed merge program (a merge program failure usually indicates conflicts during the merge). This is for porcelains which might want to emit custom messages.