Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
config.txt: clarify allowTipSHA1InWant with camelCase
author
Fredrik Medley
<fredrik.medley@gmail.com>
Thu, 21 May 2015 20:23:37 +0000
(22:23 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 21 May 2015 20:40:22 +0000
(13:40 -0700)
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>
Documentation/config.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
3d4a3ff
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index 2e5ceaf71974b1e5404de79103648da1829eaf42..2b86fe6aa52008eb23822de51732b83ba556b082 100644
(file)
--- 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
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.allow
tipsha1inw
ant`.
+ fetch` will fail. See also `uploadpack.allow
TipSHA1InW
ant`.
-uploadpack.allow
tipsha1inw
ant::
+uploadpack.allow
TipSHA1InW
ant::
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).
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).