From: Max Horn Date: Tue, 27 Nov 2012 23:03:21 +0000 (+0100) Subject: git-remote-helpers.txt: document invocation before input format X-Git-Tag: v1.8.1-rc2~4^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f829a9eae6adc7e1d02fa28787e43fccaf98c0cc?ds=inline;hp=f829a9eae6adc7e1d02fa28787e43fccaf98c0cc 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 Acked-by: Sverre Rabbelier Signed-off-by: Junio C Hamano ---