]> git.ipfire.org Git - thirdparty/git.git/commit - test-parse-options.c
parse-options: new option type to treat an option-like parameter as an argument.
authorPierre Habouzit <madcoder@debian.org>
Sun, 2 Mar 2008 10:35:56 +0000 (11:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Mar 2008 22:07:47 +0000 (14:07 -0800)
commit580d5bffdea56dfae1e745dbda94f326bb161274
treed5a51ee13a14c7944f196395aa2f2d9c302625ef
parentff962a3f1900966d008d6f9eaf32095c42322b9d
parse-options: new option type to treat an option-like parameter as an argument.

This is meant to be used to keep --not and --all during revision parsing.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
parse-options.c
parse-options.h
t/t0040-parse-options.sh
test-parse-options.c