mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
Commit CB changes as "Auto"
Helps when using git's annotate function
This commit is contained in:
parent
b0a15ca1ea
commit
89b26bb90d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue