From a17cad7ce9f5d5a89c77cd9179d4fb33076e493f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 20 Oct 2016 15:55:05 +0100 Subject: [PATCH] split brain cache: Use git log -g git-reflog is Signed-off-by: Ian Jackson --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2