Skip to content

Commit bc0a474

Browse files
morotengitster
authored andcommitted
config.txt: clarify allowTipSHA1InWant with camelCase
Most of the options in config.txt are camelCase. Improve the readability for allowtipsha1inwant by changing to allowTipSHA1InWant. Signed-off-by: Fredrik Medley <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3d4a3ff commit bc0a474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2530,9 +2530,9 @@ uploadpack.hideRefs::
25302530
are under the hierarchies listed on the value of this
25312531
variable is excluded, and is hidden from `git ls-remote`,
25322532
`git fetch`, etc. An attempt to fetch a hidden ref by `git
2533-
fetch` will fail. See also `uploadpack.allowtipsha1inwant`.
2533+
fetch` will fail. See also `uploadpack.allowTipSHA1InWant`.
25342534

2535-
uploadpack.allowtipsha1inwant::
2535+
uploadpack.allowTipSHA1InWant::
25362536
When `uploadpack.hideRefs` is in effect, allow `upload-pack`
25372537
to accept a fetch request that asks for an object at the tip
25382538
of a hidden ref (by default, such a request is rejected).

0 commit comments

Comments
 (0)