Johannes Sixt [off-list ref] writes:
Junio C Hamano schrieb:
quoted
Instead of introducing a full-fledged protocol extension, this round hides
the new information in the same place as the server capabilities list that
is used to implement protocol extension is hidden from older clients.
Not that it makes a lot of difference, but why do you want to *hide* the
information? Can't we just have a capability-with-parameter:
... shallow no-progress include-tag head=refs/heads/foo\ bar ...
(with spaces and backslashes escaped)?
The ref namespace is reasonably tight (most importantly I do not think you
can have space) so there is no need for quoting. If we were to go that
route of making them extended "capabilities", the right syntax would be
... symref-HEAD=refs/heads/master symref-refs/remotes/origin/HEAD=refs/remotes/origin/master ...
or something like that.