Merge pull request #110 from ehamberg/noautogc
Make sure git background fetch doesn't trigger gc
This commit is contained in:
2
pure.zsh
2
pure.zsh
@@ -83,7 +83,7 @@ prompt_pure_precmd() {
|
|||||||
# make sure working tree is not $HOME
|
# make sure working tree is not $HOME
|
||||||
[[ "$(command git rev-parse --show-toplevel)" != "$HOME" ]] &&
|
[[ "$(command git rev-parse --show-toplevel)" != "$HOME" ]] &&
|
||||||
# check check if there is anything to pull
|
# check check if there is anything to pull
|
||||||
command git fetch &>/dev/null &&
|
command git -c gc.auto=0 fetch &>/dev/null &&
|
||||||
# check if there is an upstream configured for this branch
|
# check if there is an upstream configured for this branch
|
||||||
command git rev-parse --abbrev-ref @'{u}' &>/dev/null && {
|
command git rev-parse --abbrev-ref @'{u}' &>/dev/null && {
|
||||||
local arrows=''
|
local arrows=''
|
||||||
|
|||||||
Reference in New Issue
Block a user