summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a5cd09f)
raw | patch | inline | side by side (parent: a5cd09f)
author | David Kågedal <davidk@lysator.liu.se> | |
Thu, 18 Jan 2007 11:27:35 +0000 (12:27 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 18 Jan 2007 22:29:42 +0000 (14:29 -0800) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-format-patch.txt | patch | blob | history |
index e7703a5000892c1bede48fc98d7074f49957039e..59f34b9f0d2f4fe74fa5d90bb53393c88d36476b 100644 (file)
'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--attach] [--thread]
[-s | --signoff] [--diff-options] [--start-number <n>]
[--in-reply-to=Message-Id] [--suffix=.<sfx>]
+ [--ignore-if-in-upstream]
<since>[..<until>]
DESCRIPTION
reply to the given Message-Id, which avoids breaking threads to
provide a new patch series.
+--ignore-if-in-upstream::
+ Do not include a patch that matches a commit in
+ <until>..<since>. This will examine all patches reachable
+ from <since> but not from <until> and compare them with the
+ patches being generated, and any patch that matches is
+ ignored.
+
--suffix=.<sfx>::
Instead of using `.patch` as the suffix for generated
filenames, use specifed suffix. A common alternative is