index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parse-options.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i18n: factorize more 'incompatible options' messages
Jean-Noël Avila
2022-02-04
1
-0
/
+34
*
Merge branch 'ab/usage-die-message'
Junio C Hamano
2022-01-10
1
-1
/
+1
|
\
|
*
usage.c API users: use die_message() for "fatal :" + exit 128
Ævar Arnfjörð Bjarmason
2021-12-07
1
-1
/
+1
*
|
Merge branch 'ab/parse-options-cleanup'
Junio C Hamano
2021-12-15
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
parse-options.c: use "enum parse_opt_result" for parse_nodash_opt()
Ævar Arnfjörð Bjarmason
2021-11-11
1
-3
/
+4
*
|
Merge branch 'ab/parse-options-cleanup'
Junio C Hamano
2021-11-09
1
-5
/
+5
|
\
|
|
*
parse-options.[ch]: revert use of "enum" for parse_options()
Ævar Arnfjörð Bjarmason
2021-11-09
1
-5
/
+5
*
|
Merge branch 'ab/parse-options-cleanup'
Junio C Hamano
2021-10-26
1
-38
/
+49
|
\
|
|
*
parse-options: change OPT_{SHORT,UNSET} to an enum
Ævar Arnfjörð Bjarmason
2021-10-08
1
-9
/
+14
|
*
parse-options.[ch]: make opt{bug,name}() "static"
Ævar Arnfjörð Bjarmason
2021-10-08
1
-2
/
+2
|
*
parse-options.c: move optname() earlier in the file
Ævar Arnfjörð Bjarmason
2021-10-08
1
-15
/
+15
|
*
parse-options.c: use exhaustive "case" arms for "enum parse_opt_result"
Ævar Arnfjörð Bjarmason
2021-10-08
1
-1
/
+1
|
*
parse-options.[ch]: consistently use "enum parse_opt_result"
Ævar Arnfjörð Bjarmason
2021-10-08
1
-14
/
+17
|
*
parse-options.[ch]: consistently use "enum parse_opt_flags"
Ævar Arnfjörð Bjarmason
2021-10-08
1
-4
/
+7
*
|
Merge branch 'ab/align-parse-options-help'
Junio C Hamano
2021-10-14
1
-12
/
+64
|
\
\
|
|
/
|
/
|
|
*
parse-options: properly align continued usage output
Ævar Arnfjörð Bjarmason
2021-09-23
1
-12
/
+64
*
|
parse-options API: remove OPTION_ARGUMENT feature
Ævar Arnfjörð Bjarmason
2021-09-13
1
-13
/
+0
|
/
*
parse-options: don't complete option aliases by default
Philippe Blain
2021-07-16
1
-1
/
+1
*
parse-options: don't leak alias help messages
Andrzej Hunt
2021-03-21
1
-1
/
+18
*
MacOS: precompose_argv_prefix()
Torsten Bögershausen
2021-02-03
1
-1
/
+1
*
parse-options: add --git-completion-helper-all
Ryan Zoeller
2020-08-20
1
-9
/
+17
*
parse-options: teach "git cmd -h" to show alias as alias
Junio C Hamano
2020-03-16
1
-6
/
+3
*
Merge branch 'pb/am-show-current-patch'
Junio C Hamano
2020-03-09
1
-11
/
+9
|
\
|
*
parse-options: convert "command mode" to a flag
Paolo Bonzini
2020-02-20
1
-11
/
+9
*
|
Merge branch 'jb/parse-options-message-fix'
Junio C Hamano
2020-02-12
1
-2
/
+2
|
\
\
|
*
|
parse-options: lose an unnecessary space in an error message
Jacques Bodin-Hullin
2020-02-05
1
-2
/
+2
|
|
/
*
/
C: use skip_prefix() to avoid hardcoded string length
Junio C Hamano
2020-01-31
1
-2
/
+1
|
/
*
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-1
/
+1
*
parse-options: allow --end-of-options as a synonym for "--"
Jeff King
2019-08-06
1
-1
/
+2
*
Merge branch 'nd/diff-parseopt'
Junio C Hamano
2019-05-30
1
-0
/
+3
|
\
|
*
parse-options: check empty value in OPT_INTEGER and OPT_ABBREV
Nguyễn Thái Ngọc Duy
2019-05-29
1
-0
/
+3
*
|
parse-options: don't emit "ambiguous option" for aliases
Nguyễn Thái Ngọc Duy
2019-05-07
1
-6
/
+137
*
|
Merge branch 'js/difftool-no-index'
Junio C Hamano
2019-04-25
1
-0
/
+2
|
\
\
|
*
|
parse-options: make OPT_ARGUMENT() more useful
Johannes Schindelin
2019-03-18
1
-0
/
+2
|
|
/
*
|
Merge branch 'jk/unused-params-even-more'
Junio C Hamano
2019-04-25
1
-3
/
+2
|
\
\
|
*
|
parse-options: drop unused ctx parameter from show_gitcomp()
Jeff King
2019-03-20
1
-3
/
+2
|
|
/
*
/
tests: disallow the use of abbreviated options (by default)
Johannes Schindelin
2019-04-15
1
-0
/
+9
|
/
*
parse-options: allow ll_callback with OPTION_CALLBACK
Nguyễn Thái Ngọc Duy
2019-01-28
1
-14
/
+28
*
parse-options: avoid magic return codes
Nguyễn Thái Ngọc Duy
2019-01-28
1
-24
/
+45
*
parse-options: stop abusing 'callback' for lowlevel callbacks
Nguyễn Thái Ngọc Duy
2019-01-28
1
-1
/
+14
*
parse-options: add OPT_BITOP()
Nguyễn Thái Ngọc Duy
2019-01-28
1
-0
/
+7
*
parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
Nguyễn Thái Ngọc Duy
2019-01-28
1
-1
/
+2
*
parse-options: add one-shot mode
Nguyễn Thái Ngọc Duy
2019-01-28
1
-4
/
+22
*
Merge branch 'nd/indentation-fix'
Junio C Hamano
2019-01-15
1
-1
/
+1
|
\
|
*
Indent code with TABs
Nguyễn Thái Ngọc Duy
2018-12-09
1
-1
/
+1
*
|
Merge branch 'nd/i18n'
Junio C Hamano
2019-01-04
1
-29
/
+35
|
\
\
|
*
|
parse-options.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2018-11-12
1
-7
/
+7
|
*
|
parse-options.c: turn some die() to BUG()
Nguyễn Thái Ngọc Duy
2018-11-12
1
-2
/
+2
|
*
|
parse-options: replace opterror() with optname()
Nguyễn Thái Ngọc Duy
2018-11-12
1
-20
/
+26
|
|
/
*
|
Merge branch 'nd/show-gitcomp-compilation-fix' into maint
Junio C Hamano
2018-12-15
1
-1
/
+3
|
\
\
|
|
/
|
/
|
[next]