]> git.ipfire.org Git - thirdparty/git.git/commit - git-quiltimport.sh
quiltimport: Skip non-existent patches
authorDan Nicholson <dbn.lists@gmail.com>
Thu, 27 Sep 2007 20:30:59 +0000 (13:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Sep 2007 23:19:19 +0000 (16:19 -0700)
commit9f569fe58f2e9a6547ae75971ebf3910be3d5872
tree8a6684851409a006efc03e3f9f65df062478f631
parent26b28007689d27a921ea90e5a29fc8eb74b0d297
quiltimport: Skip non-existent patches

When quiltimport encounters a non-existent patch in the series file,
just skip to the next patch. This matches the behavior of quilt.

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-quiltimport.sh