X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit;h=bee6bcdb7ef56f0379458b656710206efc6896bb;hb=0186359c7750e539739ce8f791e93ab6119ec8e0;hp=55d71f914c0fd95d0f95bd3e11d6338949e982ab;hpb=048c26164775aaf523086e60b4a975279341c3e2;p=dgit.git diff --git a/dgit b/dgit index 55d71f91..bee6bcdb 100755 --- a/dgit +++ b/dgit @@ -3063,6 +3063,7 @@ END # we look for an entry whose message is the key for the cache lookup my @cachekey = (qw(dgit), $our_version); push @cachekey, $upstreamversion; + push @cachekey, $quilt_mode; push @cachekey, $headref; push @cachekey, hashfile('fake.dsc');