summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2014-12-04 03:52:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-12-04 18:22:42 (GMT)
commite652c0eb5d772076f92245c7e076bf6aaf6af223 (patch)
tree2ba5c9483f0d1f1f45a35bb038b02d9e0e5c1590 /Documentation/technical
parent59b386526a6cdd0289cdf35dd8038ae1bdfd630f (diff)
downloadgit-e652c0eb5d772076f92245c7e076bf6aaf6af223.zip
git-e652c0eb5d772076f92245c7e076bf6aaf6af223.tar.gz
git-e652c0eb5d772076f92245c7e076bf6aaf6af223.tar.bz2
prompt: respect GIT_TERMINAL_PROMPT to disable terminal prompts
If you run git as part of an automated system, you might prefer git to die rather than try to issue a prompt on the terminal (because there would be nobody to see it and respond, and the process would hang forever). This usually works out of the box because getpass() (and our more featureful replacements) will fail when there is no tty, but this does not cover all cases. For example, a batch system run via ssh might have a tty, even when the user does not expect it. Let's provide an environment variable the user can set to avoid even trying to touch the tty at all. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
0 files changed, 0 insertions, 0 deletions