Merge branch 'ds/push-squelch-ambig-warning'
commit137399934da84ff8258c5ae8522006b5c1674eec
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Nov 2018 07:24:40 +0000 (19 16:24 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Nov 2018 07:24:40 +0000 (19 16:24 +0900)
tree0cc15771d9f7b1865f20166553e04a0833d11dbd
parent954932667dac15885165cdb579acbf6a774fe140
parenta4544b311eab7c3ffd2aa96deb9be0b92df05ae2
Merge branch 'ds/push-squelch-ambig-warning'

"git push" used to check ambiguities between object-names and
refnames while processing the list of refs' old and new values,
which was unnecessary (as it knew that it is feeding raw object
names).  This has been optimized out.

* ds/push-squelch-ambig-warning:
  pack-objects: ignore ambiguous object warnings
builtin/pack-objects.c