git-remote-helpers.txt: document invocation before input format
commit6cf9614df676dec3b5c14ecc98f917e450a80fef
authorMax Horn <max@quendi.de>
Tue, 27 Nov 2012 23:03:21 +0000 (28 00:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Dec 2012 23:30:14 +0000 (27 15:30 -0800)
tree3f4d77344f6b0d9dea6ffc48eb5cbd79eb660ccc
parent0a1b59eb86e36d7581bcaaa5665162dda65fe356
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