mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-21 12:13:12 +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
|
||||
echo "[GIT] apply" $file
|
||||
git apply ../../patches/$file
|
||||
git commit -am "Patch $file"
|
||||
git commit --no-gpg-sign -am "Patch $file"
|
||||
done
|
||||
popd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user