mirror of
https://github.com/curl/curl.git
synced 2026-07-31 10:48:04 +03:00
s3
This commit is contained in:
parent
1ff63dde7d
commit
f58547735c
5 changed files with 7 additions and 7 deletions
|
|
@ -58,8 +58,8 @@ use strict;
|
|||
use warnings;
|
||||
|
||||
my $cleanup = (@ARGV && $ARGV[0] eq "cleanup");
|
||||
my @gitlog = `git log @^{/RELEASE-NOTES:.synced}..` if(!$cleanup);
|
||||
my @releasenotes = `cat RELEASE-NOTES`;
|
||||
my @gitlog = qx(git log @^{/RELEASE-NOTES:.synced}..) if(!$cleanup);
|
||||
my @releasenotes = qx(cat RELEASE-NOTES);
|
||||
|
||||
my @o; # the entire new RELEASE-NOTES
|
||||
my @refused; # [num] = [2 bits of use info]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue