1
Fork 0

Make import script not rely on my local aliases

This commit is contained in:
prescientmoon 2024-09-01 00:42:22 +02:00
parent 3a0bf5005c
commit 0c3d51376e
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U

View file

@ -22,6 +22,6 @@ FILTER_BRANCH_SQUELCH_WARNING=1 \
git filter-branch --msg-filter "awk \"{print \\\"$language($name): \\\" \\\$0}\"" -f && \
git rebase --root --committer-date-is-author-date --signoff
hash=$(git hash)
hash=$(git log -1 --format='%H')
git switch master
git merge --allow-unrelated $hash --log -m "Add \`$language/$name\`"