]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ep/ident-with-getaddrinfo'
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Dec 2015 22:14:50 +0000 (14:14 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Dec 2015 22:14:50 +0000 (14:14 -0800)
A build without NO_IPv6 used to use gethostbyname() when guessing
user's hostname, instead of getaddrinfo() that is used in other
codepaths in such a build.

* ep/ident-with-getaddrinfo:
  ident.c: add support for IPv6


Trivial merge