X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-applymbox.txt;h=8f01ca6a16a21fc5697d90be898dd7af05a54bee;hb=031260064840e6e8c6bc36d7856a091ba80330c2;hp=f6d857cda47e26956d5da682ec99c5be28d1d1df;hpb=f5f2c52bb08a7fc5bde6a7eb6552235df9daca71;p=git.git diff --git a/Documentation/git-applymbox.txt b/Documentation/git-applymbox.txt index f6d857cd..8f01ca6a 100644 --- a/Documentation/git-applymbox.txt +++ b/Documentation/git-applymbox.txt @@ -8,7 +8,7 @@ git-applymbox - Apply a series of patches in a mailbox SYNOPSIS -------- -'git-applymbox' [-u] [-k] [-q] ( -c .dotest/ | ) [ ] +'git-applymbox' [-u] [-k] [-q] [-m] ( -c .dotest/ | ) [ ] DESCRIPTION ----------- @@ -22,7 +22,7 @@ OPTIONS -q:: Apply patches interactively. The user will be given opportunity to edit the log message and the patch before - attempting to apply patch in each e-mail message. + attempting to apply it. -k:: Usually the program 'cleans up' the Subject: header line @@ -33,6 +33,14 @@ OPTIONS munging, and is most useful when used to read back 'git format-patch --mbox' output. +-m:: + Patches are applied with `git-apply` command, and unless + it cleanly applies without fuzz, the processing fails. + With this flag, if a tree that the patch applies cleanly + is found in a repository, the patch is applied to the + tree and then a 3-way merge between the resulting tree + and the current tree. + -u:: By default, the commit log message, author name and author email are taken from the e-mail without any @@ -67,7 +75,7 @@ OPTIONS SEE ALSO -------- -link:git-applypatch.html[git-applypatch]. +gitlink:git-applypatch[1]. Author @@ -80,5 +88,5 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite