We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a6463 commit 8482e27Copy full SHA for 8482e27
scripts/fix_rust.sh
@@ -6,7 +6,7 @@ set -e # Exit immediately if a command exits with a non-zero status.
6
commit_if_changes() {
7
if [ -n "$(git status --porcelain)" ]; then
8
echo "changes detected, committing..."
9
- git commit --allow-empty -am "$1"
+ git commit -am "$1"
10
echo "commit created."
11
fi
12
}
0 commit comments