diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-04-03 19:56:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-04-03 19:56:18 +0200 |
commit | e139bb100691d7e60688ad536ee9966d144388f0 (patch) | |
tree | 611c1bdf0ae98248357853adac05a10a5d9b34d4 /Documentation/gitremote-helpers.txt | |
parent | The thirteenth batch (diff) | |
parent | transport-helper: send "true" value for object-format option (diff) | |
download | git-e139bb100691d7e60688ad536ee9966d144388f0.tar.xz git-e139bb100691d7e60688ad536ee9966d144388f0.zip |
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
Diffstat (limited to 'Documentation/gitremote-helpers.txt')
-rw-r--r-- | Documentation/gitremote-helpers.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Documentation/gitremote-helpers.txt b/Documentation/gitremote-helpers.txt index fcb633e719..d0be008e5e 100644 --- a/Documentation/gitremote-helpers.txt +++ b/Documentation/gitremote-helpers.txt @@ -542,13 +542,10 @@ set by Git if the remote helper has the 'option' capability. transaction. If successful, all refs will be updated, or none will. If the remote side does not support this capability, the push will fail. -'option object-format' {'true'|algorithm}:: - If 'true', indicate that the caller wants hash algorithm information +'option object-format true':: + Indicate that the caller wants hash algorithm information to be passed back from the remote. This mode is used when fetching refs. -+ -If set to an algorithm, indicate that the caller wants to interact with -the remote side using that algorithm. SEE ALSO -------- |