Re: [PATCH v3 0/4] Improve hideRefs when used with namespaces

2015-11-05 Thread Junio C Hamano
Thanks; will replace what has been queued. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v3 0/4] Improve hideRefs when used with namespaces

2015-11-04 Thread Lukas Fleischer
This is a first set of patches improving documentation and behavior of the transfer.hideRefs feature as discussed in [1]. In particular, hideRefs is changed to generally match stripped refs by default and match full refs when prefixed with "^". The documentation is updated accordingly. Basic tests