Style: place opening brace of a function definition at column 1
[gitweb.git] / parse-options.c
2007-11-08 Merge branch 'jc/clean-config'
2007-11-08 Merge branch 'ds/maint-deflatebound'
2007-11-08 Merge branch 'cp/p4'
2007-11-08 Merge branch 'maint'
2007-11-06 Merge branch 'maint'
2007-11-04 Merge branch 'jc/format-patch-encoding'
2007-11-04 Merge branch 'jc/revert-merge'
2007-11-04 Merge branch 'ss/mailsplit'
2007-11-04 Merge branch 'np/pack'
2007-11-04 Merge branch 'jn/gitweb'
2007-11-04 Merge branch 'maint'
2007-11-02 Merge branch 'maint'
2007-11-02 Merge branch 'ph/parseopt'
2007-10-30 parse-options: allow callbacks to take no arguments...
2007-10-30 parse-options: Allow abbreviated options when unambiguous
2007-10-30 Add shortcuts for very often used options.
2007-10-30 parse-options: make some arguments optional, add callbacks.
2007-10-30 Rework make_usage to print the usage message immediately
2007-10-30 parse-options: be able to generate usages automatically
2007-10-30 Add a simple option parser.