]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nd/fetch-capability-tweak'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 22:25:43 +0000 (15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 22:25:43 +0000 (15:25 -0700)
commitb49d337bfbdd431697161244ff7b2241d9887c9f
tree34ed09f96a83043d89e85fe97f851f817e925d0e
parenta7db4c193d98f701eda0328dbf69b36f28dd22d3
parent0e042971011956be86a59fb3b5e0dbf3a127fae5
Merge branch 'nd/fetch-capability-tweak'

Protocol capabilities that go over wire should never be translated,
but it was incorrectly marked for translation, which has been
corrected.  The output of protocol capabilities for debugging has
been tweaked a bit.

* nd/fetch-capability-tweak:
  fetch-pack: print server version at the top in -v -v
  fetch-pack: print all relevant supported capabilities with -v -v
  fetch-pack: move capability names out of i18n strings
fetch-pack.c