From: Ian Jackson Date: Thu, 20 Oct 2016 14:04:28 +0000 (+0100) Subject: dgit-cache reflog: Make note in comment about --create-reflog X-Git-Tag: debian/2.4~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=25d99544a7f5a83e0b2fd2fa046682865271d7c3;p=dgit.git dgit-cache reflog: Make note in comment about --create-reflog Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index c03c0316..08afd13d 100755 --- a/dgit +++ b/dgit @@ -3912,6 +3912,8 @@ END my $dgitview = git_rev_parse 'refs/heads/dgit-view'; changedir '../../../..'; + # When we no longer need to support squeeze, use --create-reflog + # instead of this: ensuredir ".git/logs/refs/dgit-intern"; my $makelogfh = new IO::File ".git/logs/refs/$splitbraincache", '>>' or die $!;