summaryrefslogtreecommitdiffstats
path: root/parse-options.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* parse-options: don't leak alias help messagesAndrzej Hunt2021-03-211-0/+1
* parse-options: convert bitfield values to use binary shiftAndrzej Hunt2021-03-211-17/+17
* parse-options: format argh like error messagesJunio C Hamano2021-01-061-3/+3
* messages: avoid SHA-1 in end-user facing messagesJunio C Hamano2020-08-141-1/+1
* merge: teach --autostash optionDenton Liu2020-04-101-0/+1
* Merge branch 'pb/am-show-current-patch'Junio C Hamano2020-03-091-4/+4
|\
| * parse-options: convert "command mode" to a flagPaolo Bonzini2020-02-201-4/+4
* | parse-options: const parse_options_concat() parametersRené Scharfe2020-02-101-1/+1
|/
* Merge branch 'hw/doc-in-header'Junio C Hamano2019-12-161-0/+4
|\
| * parse-options: add link to doc file in parse-options.hHeba Waly2019-11-181-0/+4
* | parse-options.h: add new options `--pathspec-from-file`, `--pathspec-file-nul`Alexandr Miloslavskiy2019-11-071-0/+2
|/
* Merge branch 'nd/diff-parseopt'Junio C Hamano2019-09-091-9/+9
|\
| * parseopt: move definition of enum parse_opt_result upRené Scharfe2019-08-201-9/+9
* | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-0/+1
|\ \
| * | checkout: split options[] array in three piecesNguyễn Thái Ngọc Duy2019-04-021-0/+1
| |/
* | Merge branch 'js/parseopt-unknown-cb-returns-an-enum'Junio C Hamano2019-05-191-1/+3
|\ \
| * | parse-options: adjust `parse_opt_unknown_cb()`s declared return typeJohannes Schindelin2019-05-141-1/+3
* | | Merge branch 'nd/parse-options-aliases'Junio C Hamano2019-05-191-0/+6
|\ \ \ | |/ / |/| |
| * | parse-options: don't emit "ambiguous option" for aliasesNguyễn Thái Ngọc Duy2019-05-071-0/+6
* | | Merge branch 'pw/rebase-i-internal'Junio C Hamano2019-05-131-0/+4
|\ \ \
| * | | rebase -i: use struct object_id for squash_ontoPhillip Wood2019-04-191-0/+3
| * | | rebase -i: use struct commit when parsing optionsPhillip Wood2019-04-191-0/+1
| | |/ | |/|
* | | Merge branch 'dl/merge-cleanup-scissors-fix'Junio C Hamano2019-05-091-0/+1
|\ \ \ | |_|/ |/| |
| * | parse-options.h: extract common --cleanup optionDenton Liu2019-04-181-0/+1
* | | Merge branch 'js/difftool-no-index'Junio C Hamano2019-04-251-2/+2
|\ \ \
| * | | parse-options: make OPT_ARGUMENT() more usefulJohannes Schindelin2019-03-181-2/+2
| | |/ | |/|
* | | Merge branch 'nd/diff-parseopt-4'Junio C Hamano2019-04-251-2/+4
|\ \ \ | |_|/ |/| |
| * | diff-parseopt: convert --inter-hunk-contextNguyễn Thái Ngọc Duy2019-03-241-1/+2
| * | diff-parseopt: convert --[src|dst]-prefixNguyễn Thái Ngọc Duy2019-03-241-1/+2
| |/
* | Merge branch 'br/commit-tree-parseopt'Junio C Hamano2019-03-201-0/+11
|\ \ | |/ |/|
| * commit-tree: utilize parse-options apiBrandon Richardson2019-03-081-0/+11
* | diff.c: convert -U|--unifiedNguyễn Thái Ngọc Duy2019-01-271-2/+3
* | parse-options: allow ll_callback with OPTION_CALLBACKNguyễn Thái Ngọc Duy2019-01-271-2/+3
* | parse-options: avoid magic return codesNguyễn Thái Ngọc Duy2019-01-271-7/+7
* | parse-options: stop abusing 'callback' for lowlevel callbacksNguyễn Thái Ngọc Duy2019-01-271-4/+8
* | parse-options: add OPT_BITOP()Nguyễn Thái Ngọc Duy2019-01-271-0/+5
* | parse-options: add one-shot modeNguyễn Thái Ngọc Duy2019-01-271-4/+13
* | parse-options.h: remove extern on function prototypesNguyễn Thái Ngọc Duy2019-01-181-29/+29
|/
* Merge branch 'nd/indentation-fix'Junio C Hamano2019-01-141-3/+3
|\
| * Indent code with TABsNguyễn Thái Ngọc Duy2018-12-091-3/+3
* | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-4/+1
|\ \
| * | parse-options: replace opterror() with optname()Nguyễn Thái Ngọc Duy2018-11-121-4/+1
* | | Merge branch 'nd/show-gitcomp-compilation-fix' into maintJunio C Hamano2018-12-151-0/+1
|\ \ \ | |_|/ |/| |
| * | parse-options: fix SunCC compiler warningNguyễn Thái Ngọc Duy2018-12-121-0/+1
| |/
* | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+14
* | parse-options: drop OPT_DATE()Jeff King2018-11-061-4/+0
|/
* Merge branch 'ps/contains-id-error-message'Junio C Hamano2018-04-101-0/+1
|\
| * parse-options: do not show usage upon invalid option valuePaul-Sebastian Ungureanu2018-03-221-0/+1
* | completion: don't set PARSE_OPT_NOCOMPLETE on --rerere-autoupdateNguyễn Thái Ngọc Duy2018-03-071-2/+2
* | remote: force completing --mirror= instead of --mirrorNguyễn Thái Ngọc Duy2018-02-091-1/+5