mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 10:35:38 +01:00
Commit CB changes as "Auto"
Helps when using git's annotate function
This commit is contained in:
parent
3a128de0c1
commit
c094c7880d
@ -46,7 +46,7 @@ git add src >/dev/null 2>&1
|
||||
# We don't need to sign an automated commit
|
||||
# All it does is make you input your key passphrase mid-patch
|
||||
git config commit.gpgsign false
|
||||
git commit -m "CraftBukkit $ $(date)" >/dev/null 2>&1
|
||||
git commit -m "CraftBukkit $ $(date)" --author="Auto <auto@mated.null>" >/dev/null 2>&1
|
||||
enableCommitSigningIfNeeded
|
||||
git checkout -f HEAD^ >/dev/null 2>&1
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user