mirror of
https://github.com/git/git.git
synced 2026-08-06 16:12:01 +00:00
Meta/Announce: adjust to possible change to the top-level RelNotes
This commit is contained in:
2
cook
2
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";
|
||||
|
||||
Reference in New Issue
Block a user