From: Junio C Hamano Date: Wed, 11 Feb 2015 23:27:58 +0000 (-0800) Subject: Meta/Announce: adjust to possible change to the top-level RelNotes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5914a770c20610bd352ec69df942dc561b3256f1;p=thirdparty%2Fgit.git Meta/Announce: adjust to possible change to the top-level RelNotes --- diff --git a/cook b/cook index 1bd34d9003..5a703f6c08 100755 --- a/cook +++ b/cook @@ -768,7 +768,7 @@ sub havedone { my ($topic, $to_maint, %to_maint, %merged, $in_desc); if (!@ARGV) { open($fh, '-|', - qw(git rev-list --first-parent -1 master Documentation/RelNotes)) + qw(git rev-list --first-parent -1 master Documentation/RelNotes RelNotes)) or die "$!: open rev-list"; my ($rev) = <$fh>; close($fh) or die "$!: close rev-list";