diff options
author | Benedikt Morbach <benedikt.morbach@googlemail.com> | 2015-04-21 13:28:13 +0200 |
---|---|---|
committer | Benedikt Morbach <benedikt.morbach@googlemail.com> | 2015-04-21 13:28:13 +0200 |
commit | bccdb483aaa7235b85a49f2c208ee1befd2706dd (patch) | |
tree | 0c003a8bb66f0a110f045d97fb16768979714aac /git/objects/commit.py | |
parent | 5fe80b03196b1d2421109fad5b456ba7ae4393e2 (diff) | |
download | gitpython-bccdb483aaa7235b85a49f2c208ee1befd2706dd.tar.gz |
test: Make git-daemon only listen on localhost
No reason to expose a daemon to all interfaces when it is only used for
tests, which connect to localhost anyway.
I'd love to use localhost here instead, but the git-daemon man page points out:
If IPv6 is not supported, then --listen=hostname is also not
supported and --listen must be given an IPv4 address.
I don't know of a way to check if git has ipv6 support, but 127.0.0.1
should be around for the foreseeable future
Diffstat (limited to 'git/objects/commit.py')
0 files changed, 0 insertions, 0 deletions