mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-15 11:24:56 +00:00
when merging a branch, make sure all filters are applied
This commit is contained in:
parent
a80db75073
commit
465ba00605
5
all
5
all
@ -1129,6 +1129,11 @@ case "$cmd" in
|
|||||||
reportecho4 "--> test failed, postponed"
|
reportecho4 "--> test failed, postponed"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
# apply crlf, or other cleanup filters (non-behavioural changes)
|
||||||
|
git reset --hard
|
||||||
|
find . -type f -exec touch {} \;
|
||||||
|
git commit -a --amend -c HEAD
|
||||||
|
|
||||||
echo "MERGING"
|
echo "MERGING"
|
||||||
case ",`repoflags "$d"`," in
|
case ",`repoflags "$d"`," in
|
||||||
*,svn,*)
|
*,svn,*)
|
||||||
|
Loading…
Reference in New Issue
Block a user