Skip to content

Commit

Permalink
config.txt: clarify allowTipSHA1InWant with camelCase
Browse files Browse the repository at this point in the history
Most of the options in config.txt are camelCase. Improve the readability
for allowtipsha1inwant by changing to allowTipSHA1InWant.

Signed-off-by: Fredrik Medley <fredrik.medley@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Fredrik Medley authored and Junio C Hamano committed May 21, 2015
1 parent 3d4a3ff commit bc0a474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2530,9 +2530,9 @@ uploadpack.hideRefs::
are under the hierarchies listed on the value of this
variable is excluded, and is hidden from `git ls-remote`,
`git fetch`, etc. An attempt to fetch a hidden ref by `git
fetch` will fail. See also `uploadpack.allowtipsha1inwant`.
fetch` will fail. See also `uploadpack.allowTipSHA1InWant`.

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

0 comments on commit bc0a474

Please sign in to comment.