1. 8b74d75 parse-options: add parse_options_concat() to concat options by Junio C Hamano · 15 years ago
  2. 73e9da0 Add an optional argument for --color options by Mark Lodato · 15 years ago
  3. 56eb8b4 Merge branch 'jc/symbol-static' by Junio C Hamano · 15 years ago
  4. 41064eb parse-options.c: mark file-local function static by Junio C Hamano · 15 years ago
  5. cb6020b Teach --[no-]rerere-autoupdate option to merge, revert and friends by Junio C Hamano · 15 years ago
  6. f00ecbe Merge branch 'cc/replace' by Junio C Hamano · 16 years ago
  7. 86b5efb parse-opt: optionally show "--no-" option string by Johannes Schindelin · 16 years ago
  8. d978ead Merge branch 'sb/parse-options-integer' by Junio C Hamano · 16 years ago
  9. e169b97 show-branch: don't use LASTARG_DEFAULT with OPTARG by Stephen Boyd · 16 years ago
  10. 34aec9f parse-options: simplify usage argh handling by Stephen Boyd · 16 years ago
  11. e3a0ca8 parse-options: make OPT_INTEGER's argh explicit by Stephen Boyd · 16 years ago
  12. 451bb21 parse-options: add new function "usage_msg_opt" by Christian Couder · 16 years ago
  13. df217ed parse-opts: add OPT_FILENAME and transition builtins by Stephen Boyd · 16 years ago
  14. 3778292 parse-opts: prepare for OPT_FILENAME by Stephen Boyd · 16 years ago
  15. b064e2f Merge branch 'sb/show-branch-parse-options' into sb/opt-filename by Junio C Hamano · 16 years ago
  16. 29f25d4 parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh's by Stephen Boyd · 16 years ago
  17. 51a9949 parseopt: add PARSE_OPT_NODASH by René Scharfe · 16 years ago
  18. e0319ff parseopt: add OPT_NUMBER_CALLBACK by René Scharfe · 16 years ago
  19. 2f4b97f parseopt: add OPT_NEGBIT by René Scharfe · 16 years ago
  20. 3ea3c21 Fix typos / spelling in comments by Mike Ralphson · 16 years ago
  21. b92891f parseopt: add PARSE_OPT_NO_INTERNAL_HELP by René Scharfe · 16 years ago
  22. b5ce3a5 parseopt: add PARSE_OPT_KEEP_UNKNOWN by René Scharfe · 16 years ago
  23. 269defd Make opt_parse_with_commit() non-static by Jake Goulding · 16 years ago
  24. 7f87aff Teach/Fix pull/fetch -q/-v options by Tuncer Ayaz · 16 years ago
  25. f44bc33 Sync with 1.5.6.5 by Junio C Hamano · 17 years ago
  26. dbd0f5c Files given on the command line are relative to $cwd by Junio C Hamano · 17 years ago
  27. 1cc6985 parse-options: add PARSE_OPT_LASTARG_DEFAULT flag by Pierre Habouzit · 17 years ago
  28. a32a4ea parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option. by Pierre Habouzit · 17 years ago
  29. 26141b5 parse-opt: fake short strings for callers to believe in. by Pierre Habouzit · 17 years ago
  30. ff43ec3 parse-opt: create parse_options_step. by Pierre Habouzit · 17 years ago
  31. ee68b87 parse-opt: Export a non NORETURN usage dumper. by Pierre Habouzit · 17 years ago
  32. 7e7bbcb parse-opt: have parse_options_{start,end}. by Pierre Habouzit · 17 years ago
  33. 1f4a711 parse-options.c: introduce OPT_DATE by Michele Ballabio · 17 years ago
  34. ae90e16 Merge branch 'js/remote' by Junio C Hamano · 17 years ago
  35. 580d5bf parse-options: new option type to treat an option-like parameter as an argument. by Pierre Habouzit · 17 years ago
  36. a0ec9d2 parseopt: add flag to stop on first non option by Johannes Schindelin · 17 years ago
  37. dd3bf0f parse-options: Allow to hide options from the default usage. by Pierre Habouzit · 17 years ago
  38. db7244b parse-options new features. by Pierre Habouzit · 17 years ago
  39. 9b3beb5 Some better parse-options documentation. by Pierre Habouzit · 17 years ago
  40. f481e22 parse-options: allow callbacks to take no arguments at all. by Pierre Habouzit · 17 years ago
  41. 0ce865b Add shortcuts for very often used options. by Pierre Habouzit · 17 years ago
  42. ffe659f parse-options: make some arguments optional, add callbacks. by Pierre Habouzit · 17 years ago
  43. d7a38c5 parse-options: be able to generate usages automatically by Pierre Habouzit · 17 years ago
  44. 4a59fd1 Add a simple option parser. by Pierre Habouzit · 17 years ago