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