X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=git-debrebase;h=7c69c4c0b2b970eeeee8eb09edae9488dbc3a6bc;hp=3d74d0ebc3876f1cb9ca677e56c9eaf88e80d3de;hb=8c4cbc9eafaff67f8029512a0b5e710fb5278390;hpb=9fe91f98a08e948bf3e282cd17f7c2637669a216 diff --git a/git-debrebase b/git-debrebase index 3d74d0eb..7c69c4c0 100755 --- a/git-debrebase +++ b/git-debrebase @@ -344,7 +344,7 @@ sub gbp_pq_export ($$$) { { local ($!,$?); copy('../gbp-pq-err', \*STDERR); } failedcmd @gbp_cmd; } - runcmd @git, qw(add -f debian/patches); + runcmd @git, qw(add -f debian/patches) if stat_exists 'debian/patches'; }