Skip to content

Commit

Permalink
[ci skip] adjust upstreamCommit script to not mention paper issues (P…
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker authored Dec 4, 2021
1 parent 2f31569 commit a414447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upstreamCommit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PS1="$"

function changelog() {
base=$(git ls-tree HEAD $1 | cut -d' ' -f3 | cut -f1)
cd $1 && git log --oneline ${base}...HEAD
cd $1 && git log --oneline ${base}...HEAD | sed 's/\(^[0-9a-f]\{8,\}\s\|Revert\s"\)#\([0-9]\+\)/\1PR-\2/'
}
bukkit=$(changelog work/Bukkit)
cb=$(changelog work/CraftBukkit)
Expand Down

0 comments on commit a414447

Please sign in to comment.