mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
fix(git-auto-fetch): avoid password prompt with GIT_TERMINAL_PROMPT=0
(#11234)
This commit is contained in:
parent
52e848ce8f
commit
08d5c936c6
@ -28,6 +28,7 @@ function git-fetch-all {
|
|||||||
# Fetch all remotes (avoid ssh passphrase prompt)
|
# Fetch all remotes (avoid ssh passphrase prompt)
|
||||||
date -R &>! "$gitdir/FETCH_LOG"
|
date -R &>! "$gitdir/FETCH_LOG"
|
||||||
GIT_SSH_COMMAND="command ssh -o BatchMode=yes" \
|
GIT_SSH_COMMAND="command ssh -o BatchMode=yes" \
|
||||||
|
GIT_TERMINAL_PROMPT=0 \
|
||||||
command git fetch --all 2>/dev/null &>> "$gitdir/FETCH_LOG"
|
command git fetch --all 2>/dev/null &>> "$gitdir/FETCH_LOG"
|
||||||
) &|
|
) &|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user