]> git.ipfire.org Git - thirdparty/git.git/commit - credential-cache--daemon.c
credential-cache: new option to ignore sighup
authorNoam Postavsky <npostavs@users.sourceforge.net>
Tue, 10 Nov 2015 00:26:29 +0000 (19:26 -0500)
committerJeff King <peff@peff.net>
Fri, 20 Nov 2015 13:02:07 +0000 (08:02 -0500)
commit7f4d4746c14f928b7b6cdc2d21e4bbb2a770187f
treedd31683d38c23910fa9629084785dad1539104a6
parent0c83680e9c047170614fb08ef222ea4f460e514d
credential-cache: new option to ignore sighup

Introduce new option "credentialCache.ignoreSIGHUP" which stops
git-credential-cache--daemon from quitting on SIGHUP.  This is useful
when "git push" is started from Emacs, because all child
processes (including the daemon) will receive a SIGHUP when "git push"
exits.

Signed-off-by: Noam Postavsky <npostavs@users.sourceforge.net>
Signed-off-by: Jeff King <peff@peff.net>
Documentation/config.txt
credential-cache--daemon.c