index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
helper
/
test-parse-options.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-09
parse-options: add precision handling for OPTION_COUNTUP
René Scharfe
1
-0
/
+3
2025-07-09
parse-options: add precision handling for OPTION_SET_INT
René Scharfe
1
-0
/
+1
2025-07-09
parse-options: add precision handling for PARSE_OPT_CMDMODE
René Scharfe
1
-3
/
+10
2025-04-17
parse-options: introduce precision handling for `OPTION_UNSIGNED`
Patrick Steinhardt
1
-0
/
+3
2025-04-17
parse-options: introduce precision handling for `OPTION_INTEGER`
Patrick Steinhardt
1
-0
/
+3
2025-04-17
parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()`
Patrick Steinhardt
1
-3
/
+3
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-8
/
+30
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-5
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
1
-3
/
+5
2024-06-11
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
1
-0
/
+1
2023-10-29
parse-options: make CMDMODE errors more precise
René Scharfe
1
-0
/
+16
2023-07-19
short help: allow multi-line opthelp
Junio C Hamano
1
-0
/
+2
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-1
/
+1
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
1
-1
/
+0
2023-04-24
treewide: be explicit about dependence on strbuf.h
Elijah Newren
1
-0
/
+1
2023-03-28
t/helper: mark unused argv/argc arguments
Jeff King
1
-2
/
+2
2022-09-07
test-parse-options.c: fix style of comparison with zero
SZEDER Gábor
1
-2
/
+2
2022-09-07
test-parse-options.c: don't use for loop initial declaration
SZEDER Gábor
1
-1
/
+2
2022-08-19
parse-options: add support for parsing subcommands
SZEDER Gábor
1
-0
/
+61
2022-08-19
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
1
-3
/
+3
2022-08-19
t0040-parse-options: test parse_options() with various 'parse_opt_flags'
SZEDER Gábor
1
-0
/
+66
2021-10-07
tests: fix a memory leak in test-parse-options.c
Ævar Arnfjörð Bjarmason
1
-1
/
+6
2021-09-12
parse-options API: remove OPTION_ARGUMENT feature
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2020-02-20
parse-options: add testcases for OPT_CMDMODE()
Paolo Bonzini
1
-0
/
+2
2019-05-07
parse-options: don't emit "ambiguous option" for aliases
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2019-03-18
parse-options: make OPT_ARGUMENT() more useful
Johannes Schindelin
1
-1
/
+1
2019-02-22
trace2: create new combined trace facility
Jeff Hostetler
1
-0
/
+3
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+1
2018-11-06
parse-options: drop OPT_DATE()
Jeff King
1
-1
/
+0
2018-09-11
t/helper: merge test-parse-options into test-tool
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2017-09-25
t0040,t1502: Demonstrate parse_options bugs
Brandon Casey
1
-0
/
+2
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-1
/
+1
2017-04-23
PRItime: introduce a new "printf format" for timestamps
Johannes Schindelin
1
-1
/
+1
2016-07-19
Merge branch 'jk/common-main'
Junio C Hamano
1
-1
/
+1
2016-07-06
Merge branch 'jk/string-list-static-init'
Junio C Hamano
1
-1
/
+1
2016-07-06
Merge branch 'jk/common-main-2.8' into jk/common-main
Junio C Hamano
1
-1
/
+1
2016-06-13
use string_list initializer consistently
Jeff King
1
-1
/
+1
2016-05-23
Merge branch 'jc/test-parse-options-expect'
Junio C Hamano
1
-15
/
+89
2016-05-23
Merge branch 'pb/commit-verbose-config'
Junio C Hamano
1
-2
/
+3
2016-04-15
test helpers: move test-* to t/helper/ subdirectory
Nguyễn Thái Ngọc Duy
1
-0
/
+104