Make import script not rely on my local aliases
This commit is contained in:
parent
3a0bf5005c
commit
0c3d51376e
|
@ -22,6 +22,6 @@ FILTER_BRANCH_SQUELCH_WARNING=1 \
|
||||||
git filter-branch --msg-filter "awk \"{print \\\"$language($name): \\\" \\\$0}\"" -f && \
|
git filter-branch --msg-filter "awk \"{print \\\"$language($name): \\\" \\\$0}\"" -f && \
|
||||||
git rebase --root --committer-date-is-author-date --signoff
|
git rebase --root --committer-date-is-author-date --signoff
|
||||||
|
|
||||||
hash=$(git hash)
|
hash=$(git log -1 --format='%H')
|
||||||
git switch master
|
git switch master
|
||||||
git merge --allow-unrelated $hash --log -m "Add \`$language/$name\`"
|
git merge --allow-unrelated $hash --log -m "Add \`$language/$name\`"
|
||||||
|
|
Loading…
Reference in a new issue