We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e43df0 commit 9c4b5ccCopy full SHA for 9c4b5cc
tools/git/hooks/pre-push
@@ -161,7 +161,9 @@ create_new_commit_file() {
161
162
# Amends the last commit to include the hook results.
163
amend_commit() {
164
- git commit --amend --no-edit --no-verify --file="${new_commit_file}"
+ # FIXME: temporarily disable due to push/pull issues that stdlib developers are facing.
165
+ true;
166
+ # git commit --amend --no-edit --no-verify --file="${new_commit_file}"
167
}
168
169
# Checks if commits exist to push, as `git push` will execute regardless of whether commits exist to push or not.
0 commit comments