Skip to content
Snippets Groups Projects
Commit b11a3bad authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'jk/ok-to-fail-gc-auto-in-rebase' into maint

"git rebase", unlike all other callers of "gc --auto", did not
ignore the exit code from "gc --auto".

* jk/ok-to-fail-gc-auto-in-rebase:
  rebase: ignore failures from "gc --auto"
parents 15f40964 8c24f5b0
Branches
Tags
No related merge requests found
......@@ -176,7 +176,7 @@ You can run "git stash pop" or "git stash drop" at any time.
finish_rebase () {
apply_autostash &&
git gc --auto &&
{ git gc --auto || true; } &&
rm -rf "$state_dir"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment