Code

format-patch: introduce "--ignore-if-in-upstream"
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 25 Jun 2006 01:52:01 +0000 (03:52 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 26 Jun 2006 21:44:04 +0000 (14:44 -0700)
commit9c6efa366eed0526e82a052b77227451273af0c3
treeac59f6ba734e2b44e5c658e68e70ac5cbec7499c
parentfcb3d0adc13b398c930814a5e0c886717acc1b70
format-patch: introduce "--ignore-if-in-upstream"

With this flag, format-patch will try very hard not to output patches which
are already in the upstream branch.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-log.c