Re: [PATCH v3] upload-pack.c: use of parse-options API

2016-05-23 Thread Matthieu Moy
Antoine Queru writes: > Option parsing now uses the parser API instead of a local parser. > Code is now more compact. > Description for -stateless-rpc and --advertise-refs > come from the commit 42526b4 (Add stateless RPC options to upload-pack, > receive-pack, 2009-10-30). We usually wrap comm

[PATCH v3] upload-pack.c: use of parse-options API

2016-05-23 Thread Antoine Queru
Option parsing now uses the parser API instead of a local parser. Code is now more compact. Description for -stateless-rpc and --advertise-refs come from the commit 42526b4 (Add stateless RPC options to upload-pack, receive-pack, 2009-10-30). Signed-off-by: Antoine Queru Signed-off-by: Matthieu