]> rtime.felk.cvut.cz Git - git.git/commit
Merge branch 'jk/credential-quit'
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:27:19 +0000 (12:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:27:20 +0000 (12:27 -0800)
commit86362f7205a31188846de0aed94620c1f0776931
tree8ad1f4a040a08d15d1514f26b0f8235a3a6fcf35
parent2f17ecbd8d58c79e76767da82cf824840dfd367f
parente652c0eb5d772076f92245c7e076bf6aaf6af223
Merge branch 'jk/credential-quit'

Credential helpers are asked in turn until one of them give
positive response, which is cumbersome to turn off when you need to
run Git in an automated setting.  The credential helper interface
learned to allow a helper to say "stop, don't ask other helpers."
Also GIT_TERMINAL_PROMPT environment can be set to false to disable
our built-in prompt mechanism for passwords.

* jk/credential-quit:
  prompt: respect GIT_TERMINAL_PROMPT to disable terminal prompts
  credential: let helpers tell us to quit
Documentation/git.txt
credential.c
prompt.c