From: Johannes Schindelin Date: Tue, 10 Jul 2007 13:50:49 +0000 (+0100) Subject: Fix --cherry-pick with given paths X-Git-Tag: v1.5.3-rc1~26 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/36d56de649aacdbf555d2c9743c514cc52368f2c?hp=36d56de649aacdbf555d2c9743c514cc52368f2c Fix --cherry-pick with given paths If you say --cherry-pick, you do not want to see patches which are in the upstream. If you specify paths with that, what you usually expect is that only those parts of the patches are looked at which actually touch the given paths. With this patch, that expectation is met. Noticed by Sam Vilain. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---