mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Reverse log order
This commit is contained in:
@@ -29,7 +29,7 @@ async function main() {
|
||||
["git", ["fetch", "origin", "master"]]
|
||||
]);
|
||||
let logText = runSequence([
|
||||
["git", ["log", `origin/master..${currentSha.trim()}`, `--pretty="%h %s%n%b"`]]
|
||||
["git", ["log", `origin/master..${currentSha.trim()}`, `--pretty="%h %s%n%b"`, "--reverse"]]
|
||||
]);
|
||||
logText = `Cherry-pick PR #${process.env.SOURCE_ISSUE} into ${process.env.TARGET_BRANCH}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user