mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-18 10:38:11 +00:00
Don't sign commits from patches in sysroot
This is really annoying when commit.gpgSign is enabled globally.
This commit is contained in:
parent
bab8113954
commit
13c20fc803
@ -24,7 +24,7 @@ git commit -m "Initial commit" -q
|
|||||||
for file in $(ls ../../patches/ | grep -v patcha); do
|
for file in $(ls ../../patches/ | grep -v patcha); do
|
||||||
echo "[GIT] apply" $file
|
echo "[GIT] apply" $file
|
||||||
git apply ../../patches/$file
|
git apply ../../patches/$file
|
||||||
git commit -am "Patch $file"
|
git commit --no-gpg-sign -am "Patch $file"
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user