chiark / gitweb /
Split brain: Include quilt mode in cache key
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 Jul 2016 18:47:57 +0000 (19:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 16 Jul 2016 15:47:48 +0000 (16:47 +0100)
This can make a radical difference!

dgit

diff --git a/dgit b/dgit
index 55d71f914c0fd95d0f95bd3e11d6338949e982ab..bee6bcdb7ef56f0379458b656710206efc6896bb 100755 (executable)
--- 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');