summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-20 15:55:05 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-20 15:55:05 +0100
commita17cad7ce9f5d5a89c77cd9179d4fb33076e493f (patch)
treea514505dee2d26a4f5c90704ac32c87c15cdfd54 /dgit
parent63f314691709644c0fb60c9ae4942f75714e4255 (diff)
split brain cache: Use git log -g
git-reflog is Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index d51220b..9fcd1fc 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;