Re: [PATCH 0/6] Improve remote helper documentation

2012-12-12 Thread Felipe Contreras
On Fri, Dec 7, 2012 at 1:09 PM, Junio C Hamano gits...@pobox.com wrote: Max Horn m...@quendi.de writes: Various remote helper capabilities and commands were not documented, in particular 'export', or documented in a misleading way (e.g. 'for-push' was listed as a ref attribute understood by

Re: [PATCH 0/6] Improve remote helper documentation

2012-12-07 Thread Junio C Hamano
Max Horn m...@quendi.de writes: Various remote helper capabilities and commands were not documented, in particular 'export', or documented in a misleading way (e.g. 'for-push' was listed as a ref attribute understood by git, which is not the case). This patch series changes that, and also

Re: [PATCH 0/6] Improve remote helper documentation

2012-12-07 Thread Sverre Rabbelier
On Fri, Dec 7, 2012 at 11:09 AM, Junio C Hamano gits...@pobox.com wrote: A second ping to people who have touched transport-helper.c, remote-testsvn.c, git-remote-testgit, and contrib/remote-helpers/ in the past 18 months for comments. I've re-read the documentation updates myself and didn't

Re: [PATCH 0/6] Improve remote helper documentation

2012-12-07 Thread Max Horn
On 07.12.2012, at 20:09, Junio C Hamano wrote: Max Horn m...@quendi.de writes: Various remote helper capabilities and commands were not documented, in particular 'export', or documented in a misleading way (e.g. 'for-push' was listed as a ref attribute understood by git, which is not the

Re: [PATCH 0/6] Improve remote helper documentation

2012-12-07 Thread Junio C Hamano
Max Horn m...@quendi.de writes: On 07.12.2012, at 20:09, Junio C Hamano wrote: Except for a minor nit in 6/6; I think defined options should be defined attributes. --- a/Documentation/git-remote-helpers.txt +++ b/Documentation/git-remote-helpers.txt @@ -227,6 +227,8 @@ Support

Re: [PATCH 0/6] Improve remote helper documentation

2012-12-07 Thread Max Horn
On 07.12.2012, at 22:52, Junio C Hamano wrote: Max Horn m...@quendi.de writes: On 07.12.2012, at 20:09, Junio C Hamano wrote: Except for a minor nit in 6/6; I think defined options should be defined attributes. --- a/Documentation/git-remote-helpers.txt +++

[PATCH 0/6] Improve remote helper documentation

2012-11-27 Thread Max Horn
Various remote helper capabilities and commands were not documented, in particular 'export', or documented in a misleading way (e.g. 'for-push' was listed as a ref attribute understood by git, which is not the case). This patch series changes that, and also address some other things in the remote