]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Announce: adjust to possible change to the top-level RelNotes
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2015 23:27:58 +0000 (15:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2015 23:27:58 +0000 (15:27 -0800)
cook

diff --git a/cook b/cook
index 1bd34d9003fd8860949829921ba1fb9794de63a8..5a703f6c08f2ee3aebc5e14643b2e98c606bab97 100755 (executable)
--- 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";