i18n: advice: internationalize message for conflicts
[gitweb.git] / Documentation / git-format-patch.txt
index 1d790f1af5f1ce719ff787f1df1a250323d9829d..bdeecd59e002b074f32960db2d19d745e21539c4 100644 (file)
@@ -575,6 +575,12 @@ You can also use `git format-patch --base=P -3 C` to generate patches
 for A, B and C, and the identifiers for P, X, Y, Z are appended at the
 end of the first message.
 
+If set `--base=auto` in cmdline, it will track base commit automatically,
+the base commit will be the merge base of tip commit of the remote-tracking
+branch and revision-range specified in cmdline.
+For a local branch, you need to track a remote branch by `git branch
+--set-upstream-to` before using this option.
+
 EXAMPLES
 --------