]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/remote-helper-object-format-option-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Apr 2024 17:56:18 +0000 (10:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Apr 2024 17:56:18 +0000 (10:56 -0700)
commite139bb100691d7e60688ad536ee9966d144388f0
tree611c1bdf0ae98248357853adac05a10a5d9b34d4
parentc2cbfbd2e28cbe27c194d62183b42f27a6a5bb87
parentb5b7b17b2efafeaf421d284ddd4eca55272bc47d
Merge branch 'jk/remote-helper-object-format-option-fix'

The implementation and documentation of "object-format" option
exchange between the Git itself and its remote helpers did not
quite match, which has been corrected.

* jk/remote-helper-object-format-option-fix:
  transport-helper: send "true" value for object-format option
  transport-helper: drop "object-format <algo>" option
  transport-helper: use write helpers more consistently
Documentation/gitremote-helpers.txt
transport-helper.c