]> git.ipfire.org Git - thirdparty/git.git/commit - upload-pack.c
upload-pack.c: use parse-options API
authorAntoine Queru <antoine.queru@grenoble-inp.org>
Tue, 31 May 2016 09:57:08 +0000 (11:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 May 2016 17:17:20 +0000 (10:17 -0700)
commit9812f2136b3ebb28ccdb52e19660bffde760ff23
tree618e5cfc2b1aac769c4eb5bad3209f19ec2c2d75
parentf3913c2d03abc660140678a9e14dac399f847647
upload-pack.c: use parse-options API

Use the parse-options API rather than a hand-rolled option parser.

Description for --stateless-rpc and --advertise-refs come from
42526b4 (Add stateless RPC options to upload-pack,
receive-pack, 2009-10-30).

Signed-off-by: Antoine Queru <antoine.queru@grenoble-inp.org>
Signed-off-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-upload-pack.txt
upload-pack.c