Meta/Announce: adjust to possible change to the top-level RelNotes

This commit is contained in:
Junio C Hamano
2015-02-11 15:27:58 -08:00
parent ff7d5e2f29
commit 5914a770c2

2
cook
View File

@@ -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";