From: Ian Jackson Date: Thu, 20 Oct 2016 14:55:05 +0000 (+0100) Subject: split brain cache: Use git log -g X-Git-Tag: debian/2.4~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a17cad7ce9f5d5a89c77cd9179d4fb33076e493f;p=dgit.git split brain cache: Use git log -g git-reflog is Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index d51220b0..9fcd1fcc 100755 --- a/dgit +++ b/dgit @@ -4371,7 +4371,7 @@ sub quilt_check_splitbrain_cache ($$) { push @cachekey, $srcshash->hexdigest(); $splitbrain_cachekey = "@cachekey"; - my @cmd = (@git, qw(reflog), '--pretty=format:%H %gs', + my @cmd = (@git, qw(log -g), '--pretty=format:%H %gs', $splitbraincache); printdebug "splitbrain cachekey $splitbrain_cachekey\n"; debugcmd "|(probably)",@cmd;