Merge branch 'km/fetch-do-not-free-remote-name'
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:08 +0000 (13:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:08 +0000 (13:38 -0700)
The ownership rule for the piece of memory that hold references to
be fetched in "git fetch" was screwy, which has been cleaned up.

* km/fetch-do-not-free-remote-name:
builtin/fetch.c: don't free remote->name after fetch

1  2 
builtin/fetch.c
diff --cc builtin/fetch.c
Simple merge