summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-18 15:09:43 -0800
committerJunio C Hamano <gitster@pobox.com>2019-12-18 15:09:43 -0800
commit2267da58fbe3aef887c21a27fd6b056bf6b38fcf (patch)
treeb5b66271f8af17fc1fc1879e5b2adf15b80665af /git-format-patch.txt
parentb48968522932c1f3142591d9f2a3421833de78af (diff)
downloadgit-htmldocs-2267da58fbe3aef887c21a27fd6b056bf6b38fcf.tar.gz
Autogenerated HTML docs for v2.24.1-591-g12029
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index 00bdf9b12..0d4f8951b 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -333,11 +333,12 @@ you can use `--suffix=-patch` to get `0001-description-of-my-change-patch`.
Output an all-zero hash in each patch's From header instead
of the hash of the commit.
---base=<commit>::
+--[no-]base[=<commit>]::
Record the base tree information to identify the state the
patch series applies to. See the BASE TREE INFORMATION section
below for details. If <commit> is "auto", a base commit is
- automatically chosen.
+ automatically chosen. The `--no-base` option overrides a
+ `format.useAutoBase` configuration.
--root::
Treat the revision argument as a <revision range>, even if it