Right now, there is no clear definition of how transfer.hideRefs should behave when a namespace is set. Explain that hideRefs prefixes match stripped names in that case. This is how hideRefs patterns are currently handled in receive-pack. Signed-off-by: Lukas Fleischer <lfleischer@xxxxxxx> --- Documentation/config.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/config.txt b/Documentation/config.txt index 1204072..74a81e0 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2684,6 +2684,14 @@ You may also include a `!` in front of the ref name to negate the entry, explicitly exposing it, even if an earlier entry marked it as hidden. If you have multiple hideRefs values, later entries override earlier ones (and entries in more-specific config files override less-specific ones). ++ +If a namespace is set, the namespace prefix is stripped from each reference +before references are matched against hideRefs patterns. For example, if the +prefix `refs/heads/master` is specified in `transfer.hideRefs` and the current +namespace is `foo`, then `refs/namespaces/foo/refs/heads/master` is omitted +from the advertisements but `refs/heads/master` and +`refs/namespaces/bar/refs/heads/master` are still advertised as so-called +"have" lines. transfer.unpackLimit:: When `fetch.unpackLimit` or `receive.unpackLimit` are -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html