summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-18 21:49:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-01-18 21:49:52 (GMT)
commit9c51ad58533445719f288f109d90787d99563ec5 (patch)
treed8f31f76421b37f0e35c9ca015985c4b5f3ccbe6 /Documentation
parent3434569fc206c2f4bc434571d202f2961aa905e5 (diff)
parent1eadaa3978fb8f9e9d062379fc95a65fb5ff6f8b (diff)
downloadgit-9c51ad58533445719f288f109d90787d99563ec5.zip
git-9c51ad58533445719f288f109d90787d99563ec5.tar.gz
git-9c51ad58533445719f288f109d90787d99563ec5.tar.bz2
Merge branch 'la/quiltimport-keep-non-patch'
"git quiltimport" learned "--keep-non-patch" option. * la/quiltimport-keep-non-patch: git-quiltimport: add --keep-non-patch option
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-quiltimport.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-quiltimport.txt b/Documentation/git-quiltimport.txt
index 8cf952b..70562dc 100644
--- a/Documentation/git-quiltimport.txt
+++ b/Documentation/git-quiltimport.txt
@@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git quiltimport' [--dry-run | -n] [--author <author>] [--patches <dir>]
- [--series <file>]
+ [--series <file>] [--keep-non-patch]
DESCRIPTION
@@ -56,6 +56,9 @@ The default for the series file is <patches>/series
or the value of the `$QUILT_SERIES` environment
variable.
+--keep-non-patch::
+ Pass `-b` flag to 'git mailinfo' (see linkgit:git-mailinfo[1]).
+
GIT
---
Part of the linkgit:git[1] suite