diff options
author | Fredrik Medley <fredrik.medley@gmail.com> | 2015-05-21 22:23:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-05-21 13:40:22 -0700 |
commit | bc0a4741492d20a59217c51c955c80b0ac3cff5b (patch) | |
tree | 95184685ae2ccb25bcf6f45f9c0889a2a1f7d8c4 /Documentation | |
parent | Git 2.4 (diff) | |
download | tgif-bc0a4741492d20a59217c51c955c80b0ac3cff5b.tar.xz |
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 <fredrik.medley@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 2e5ceaf719..2b86fe6aa5 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -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). |