Merge branch 'jt/fetch-allow-tip-sha1-implicitly'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 May 2017 02:16:43 +0000 (11:16 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 May 2017 02:16:43 +0000 (11:16 +0900)
There is no good reason why "git fetch $there $sha1" should fail
when the $sha1 names an object at the tip of an advertised ref,
even when the other side hasn't enabled allowTipSHA1InWant.

* jt/fetch-allow-tip-sha1-implicitly:
fetch-pack: always allow fetching of literal SHA1s

1  2 
fetch-pack.c
diff --cc fetch-pack.c
Simple merge