Re: [PATCH] doc: add some crossrefs between manual pages

2014-12-09 Thread Jonathan Nieder
Junio C Hamano wrote: > So I am OK to special case fast-import and single it out as a > notable implementation technology, which is what your patch does. More importantly, helpers implementing the "import" or "export" capability are indicating that they grok the fast-import format. What they use

Re: [PATCH] doc: add some crossrefs between manual pages

2014-11-12 Thread Junio C Hamano
Junio C Hamano writes: > Max Horn writes: > >> On 11.11.2014, at 23:51, Junio C Hamano wrote: >> ... +linkgit:git-fast-import[1] >>> >>> This looks somewhat out of place; fast-import is not the only or >>> even the primary way to do a remote-helper, is it? >> >> It depends on how you look

Re: [PATCH] doc: add some crossrefs between manual pages

2014-11-12 Thread Junio C Hamano
Max Horn writes: > On 11.11.2014, at 23:51, Junio C Hamano wrote: > ... >>> +linkgit:git-fast-import[1] >> >> This looks somewhat out of place; fast-import is not the only or >> even the primary way to do a remote-helper, is it? > > It depends on how you look at it, I'd say. If you write a remo

Re: [PATCH] doc: add some crossrefs between manual pages

2014-11-12 Thread Max Horn
On 11.11.2014, at 23:51, Junio C Hamano wrote: > Max Horn writes: > >> I did this because I was browsing the remote helper docs online quite a bit, >> and was wishing for some more direct links between the pages. While I can >> manyally edit the URL, it seems logical to offer these links direc

Re: [PATCH] doc: add some crossrefs between manual pages

2014-11-11 Thread Junio C Hamano
Max Horn writes: > I did this because I was browsing the remote helper docs online quite a bit, > and was wishing for some more direct links between the pages. While I can > manyally edit the URL, it seems logical to offer these links directly. > diff --git a/Documentation/git-fast-export.txt >