Merge branch 'ps/upload-pack-doc'
Documentation update to clarify that 'uploadpack.allowAnySHA1InWant' implies both 'allowTipSHA1InWant' and 'allowReachableSHA1InWant'. * ps/upload-pack-doc: doc: document how uploadpack.allowAnySHA1InWant impact other allow options
This commit is contained in:
@ -25,7 +25,11 @@ uploadpack.allowReachableSHA1InWant::
|
|||||||
uploadpack.allowAnySHA1InWant::
|
uploadpack.allowAnySHA1InWant::
|
||||||
Allow `upload-pack` to accept a fetch request that asks for any
|
Allow `upload-pack` to accept a fetch request that asks for any
|
||||||
object at all.
|
object at all.
|
||||||
Defaults to `false`.
|
It implies `uploadpack.allowTipSHA1InWant` and
|
||||||
|
`uploadpack.allowReachableSHA1InWant`. If set to `true` it will
|
||||||
|
enable both of them, it set to `false` it will disable both of
|
||||||
|
them.
|
||||||
|
By default not set.
|
||||||
|
|
||||||
uploadpack.keepAlive::
|
uploadpack.keepAlive::
|
||||||
When `upload-pack` has started `pack-objects`, there may be a
|
When `upload-pack` has started `pack-objects`, there may be a
|
||||||
|
Reference in New Issue
Block a user