]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/fetch-reachability-error-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2019 07:41:23 +0000 (16:41 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2019 07:41:23 +0000 (16:41 +0900)
commit57a6b93236f3b1667a1947d3fc83f6e942d3bfca
tree691ff68a01bebe594b7dba3e8c1eba86f4e85a82
parent449f2db75dd990d5b1157c7d4da49f046eab27c6
parent34066f06614d6dbc1955c92ba0c3a17dbfeb0077
Merge branch 'jk/fetch-reachability-error-fix'

Code clean-up and a fix for "git fetch" by an explicit object name
(as opposed to fetching refs by name).

* jk/fetch-reachability-error-fix:
  fetch: do not consider peeled tags as advertised tips
  remote.c: make singular free_ref() public
  fetch: use free_refs()
  pkt-line: prepare buffer before handling ERR packets
  upload-pack: send ERR packet for non-tip objects
  t5530: check protocol response for "not our ref"
  t5516: drop ok=sigpipe from unreachable-want tests
fetch-pack.c
t/t5516-fetch-push.sh