git-remote-helpers.txt: document invocation before input format
commitf829a9eae6adc7e1d02fa28787e43fccaf98c0cc
authorMax Horn <max@quendi.de>
Tue, 27 Nov 2012 23:03:21 +0000 (28 00:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Dec 2012 21:54:14 +0000 (7 13:54 -0800)
tree8b7d99a493e9c47cd66a354e09825713c2cacf98
parentb7973fbbc3f8f72df352f4ef1a2ff325db92c36f
git-remote-helpers.txt: document invocation before input format

In the distant past, the order things were documented was
'Invocation', 'Commands', 'Capabilities', ...

Then it was decided that before giving a list of Commands, there
should be an overall description of the 'Input format', which was
a wise decision. However, this description was put as the very
first thing, with the rationale that any implementor would want
to know that first.

However, it seems an implementor would actually first need to
know how the remote helper will be invoked, so moving
'Invocation' to the front again seems logical. Moreover, we now
don't switch from discussing the input format to the invocation
style and then back to input related stuff.

Signed-off-by: Max Horn <max@quendi.de>
Acked-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote-helpers.txt