mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
[dev] Make init script use different author names
Lets us differentiate whats Vanilla and whats from CB at a glance in IJ.
This commit is contained in:
parent
1067c20909
commit
bf3ce069c8
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ do
|
||||||
cp "$nms/$file" "$cb/$file"
|
cp "$nms/$file" "$cb/$file"
|
||||||
done
|
done
|
||||||
$gitcmd add src
|
$gitcmd add src
|
||||||
$gitcmd commit -m "Minecraft $ $(date)" --author="Auto <auto@mated.null>"
|
$gitcmd commit -m "Minecraft $ $(date)" --author="Vanilla <auto@mated.null>"
|
||||||
|
|
||||||
# apply patches
|
# apply patches
|
||||||
for file in $(ls nms-patches)
|
for file in $(ls nms-patches)
|
||||||
|
@ -46,6 +46,6 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
$gitcmd add src
|
$gitcmd add src
|
||||||
$gitcmd commit -m "CraftBukkit $ $(date)" --author="Auto <auto@mated.null>"
|
$gitcmd commit -m "CraftBukkit $ $(date)" --author="CraftBukkit <auto@mated.null>"
|
||||||
$gitcmd checkout -f HEAD~2
|
$gitcmd checkout -f HEAD~2
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue