Merge pull request #369 from jmohr00/fetch-no-prompt

Suppress fetch password prompt
master
Martin Gondermann 8 years ago committed by GitHub
commit e4954a791c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      gitprompt.sh

@ -432,7 +432,7 @@ function checkUpstream() {
then then
if [[ -n $(git remote show) ]]; then if [[ -n $(git remote show) ]]; then
( (
async_run "git fetch --quiet" async_run "GIT_TERMINAL_PROMPT=0 git fetch --quiet"
disown -h disown -h
) )
fi fi

Loading…
Cancel
Save