Skip to content

Commit

Permalink
Document --ignore-if-in-upstream in git-format-patch
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
David Kågedal authored and Junio C Hamano committed Jan 18, 2007
1 parent a5cd09f commit cc75ad6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/git-format-patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SYNOPSIS
'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
Expand Down Expand Up @@ -80,6 +81,13 @@ OPTIONS
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
Expand Down

0 comments on commit cc75ad6

Please sign in to comment.