[PATCH] Omit patches that have already been merged from format-patch output.
authorJunio C Hamano <junkio@cox.net>
Sun, 11 Sep 2005 18:35:20 +0000 (11:35 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 13 Sep 2005 02:15:02 +0000 (19:15 -0700)
commit4a5b63e3e966184aa1ff32770410d485202562ca
tree64ca471bc45cbc965a72e87c8f2815204d2783b6
parent663a5ed5ca964d83269b5616348266bf3b7a7ab4
[PATCH] Omit patches that have already been merged from format-patch output.

This switches the logic to pick which commits to include in the output
from git-rev-list to git-cherry; as a side effect, 'format-patch ^up mine'
would stop working although up..mine would continue to work.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch.sh