Re: [PATCH 00/10] pack v4 UI support

2013-09-26 Thread Nicolas Pitre
On Thu, 26 Sep 2013, Duy Nguyen wrote: > On Thu, Sep 26, 2013 at 11:51 AM, Nicolas Pitre wrote: > >> Multi-base tree support is not part of "packv4" capability. Let's see > >> if such support comes before the series is merged to master. If so we > >> can drop that line from protocol-capabilities.

Re: [PATCH 00/10] pack v4 UI support

2013-09-25 Thread Duy Nguyen
On Thu, Sep 26, 2013 at 11:51 AM, Nicolas Pitre wrote: >> Multi-base tree support is not part of "packv4" capability. Let's see >> if such support comes before the series is merged to master. If so we >> can drop that line from protocol-capabilities.txt. Otherwise a new >> capability can be added

Re: [PATCH 00/10] pack v4 UI support

2013-09-25 Thread Nicolas Pitre
On Thu, 26 Sep 2013, Nguyễn Thái Ngọc Duy wrote: > About the "packv4" capability in git protocol. I considered a more > generic cap "packver=ver[,ver[,ver...]]" that represents all supported > versions, with the order of preference from the first ver (most preferred) > to the last (least preferred

[PATCH 00/10] pack v4 UI support

2013-09-25 Thread Nguyễn Thái Ngọc Duy
This adds - clone, fetch and repack learn --pack-version (backends also learn new options, check out the patches for details) - core.preferredPackVersion to specify the default pack version for fetch, clone, repack and the receiver of push. This config is supposed to be used by por