From: Ian Jackson Date: Thu, 5 Jan 2017 02:00:48 +0000 (+0000) Subject: badcommit-fixup: fix a git- X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit-junk.git;a=commitdiff_plain;h=8f582887972c735d03df34174feac4233d0ffb1d badcommit-fixup: fix a git- --- diff --git a/badcommit-fixup b/badcommit-fixup index 2c28e51..1fa95d5 100755 --- a/badcommit-fixup +++ b/badcommit-fixup @@ -105,7 +105,7 @@ sub rewrite_tag ($) { } $!=0; $?=0; -my $refs=`git-for-each-ref`; +my $refs=`git for-each-ref`; die "$? $!" if $?; chomp $refs;