You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm? yes
Running pre-push script /home/jyn/src/rust/rust/x test tidy
Building bootstrap
Finished dev [unoptimized] target(s) in 0.34s
Building tool tidy (stage0)
Compiling tidy v0.1.0 (/home/jyn/src/rust/rust/src/tools/tidy)
Finished release [optimized + debuginfo] target(s) in 2.41s
fmt check
skip untracked path bacon.toml during rustfmt invocations
skip untracked path compiler/rustc_incremental/src/persist/sqlite.rs during rustfmt invocations
skip untracked path perf/ during rustfmt invocations
skip untracked path profile_summary.txt during rustfmt invocations
skip untracked path rustc_query_impl-llvm.txt during rustfmt invocations
skip untracked path rustc_query_impl.summary during rustfmt invocations
skip untracked path signal-desktop-keyring.gpg during rustfmt invocations
tidy check
Found 505 error codes
Highest error code: `E0793`
tidy error: /home/jyn/src/rust/rust/compiler/rustc_incremental/src/persist/sqlite.rs: too many trailing newlines (2)
Current version of x is 0.1.0, but the latest version is 0.1.1
Consider updating to the newer version of x by running `cargo install --path src/tools/x`
* 397 features
some tidy checks failed
Build completed unsuccessfully in 0:00:11
error: failed to push some refs to 'github.com:jyn514/rust'
Error: Operation not permitted (os error 1)
Additional context and logs & dumps if necessary
You should remove sensitive informations before put them here.
Describe the bug
git trim --delete 'remote:foo'
can fail if the pre-push hook returns an error.To Reproduce
echo false > .git/hooks/pre-push && chmod +x .git/hooks/pre-push
git trim --delete remote:origin
Expected behavior
The branches are deleted.
Actual behaviour
The hook fails:
Additional context and logs & dumps if necessary
You should remove sensitive informations before put them here.
git rev-parse --abbrev-ref HEAD
: HEADgit show-ref
:git config --get-regexp '(push|fetch|remote|branch|trim).*' | sort
git log --oneline --graph --all
: this is too long to paste, it's 400k lines. HEAD is rust-lang/rust@dcca6a375bd.The text was updated successfully, but these errors were encountered: