commit | 7f4d4746c14f928b7b6cdc2d21e4bbb2a770187f | [log] [tgz] |
---|---|---|
author | Noam Postavsky <npostavs@users.sourceforge.net> | Mon Nov 09 19:26:29 2015 -0500 |
committer | Jeff King <peff@peff.net> | Fri Nov 20 08:02:07 2015 -0500 |
tree | dd31683d38c23910fa9629084785dad1539104a6 | |
parent | 0c83680e9c047170614fb08ef222ea4f460e514d [diff] |
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>