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
/
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_BITOP
René Scharfe
2025-07-09
parse-options: add precision handling for OPTION_NEGBIT
René Scharfe
2025-07-09
parse-options: add precision handling for OPTION_BIT
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-07-09
parse-options: require PARSE_OPT_NOARG for OPTION_BITOP
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
parse-options: support unit factors in `OPT_INTEGER()`
Patrick Steinhardt
2025-01-28
Merge branch 'jc/show-usage-help'
Junio C Hamano
2025-01-17
parse-options: add show_usage_with_options_if_asked()
Junio C Hamano
2024-12-30
parse-options: localize mark-up of placeholder text in the short help
Alexander Shopov
2024-09-27
parse-options: free previous value of `OPTION_FILENAME`
Patrick Steinhardt
2024-03-03
parse-options: rearrange long_name matching code
René Scharfe
2024-03-03
parse-options: normalize arg and long_name before comparison
René Scharfe
2024-03-03
parse-options: detect ambiguous self-negation
René Scharfe
2024-03-03
parse-options: factor out register_abbrev() and struct parsed_option
René Scharfe
2024-03-03
parse-options: set arg of abbreviated option lazily
René Scharfe
2024-03-03
parse-options: recognize abbreviated negated option with arg
René Scharfe
2024-01-30
Merge branch 'rs/parse-options-with-keep-unknown-abbrev-fix'
Junio C Hamano
2024-01-22
parse-options: simplify positivation handling
René Scharfe
2024-01-20
parse-options: fully disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
René Scharfe
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-20
Merge branch 'jk/end-of-options'
Junio C Hamano
2023-12-09
parse-options: decouple "--end-of-options" and "--"
Jeff King
2023-11-27
i18n: factorize even more 'incompatible options' messages
René Scharfe
2023-10-29
parse-options: make CMDMODE errors more precise
René Scharfe
2023-09-29
parse: separate out parsing functions from config.h
Calvin Wan
2023-08-28
parse-options: allow omitting option help text
René Scharfe
2023-08-25
Merge branch 'rs/parse-options-negation-help'
Junio C Hamano
2023-08-08
parse-options: disallow negating OPTION_SET_INT 0
René Scharfe
2023-08-06
parse-options: simplify usage_padding()
René Scharfe
2023-08-06
parse-options: no --[no-]no-...
René Scharfe
2023-08-06
parse-options: factor out usage_indent() and usage_padding()
René Scharfe
2023-08-06
parse-options: show negatability of options in short help
René Scharfe
2023-07-19
short help: allow a gap smaller than USAGE_GAP
Junio C Hamano
2023-07-19
short help: allow multi-line opthelp
Junio C Hamano
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
2023-03-21
treewide: remove unnecessary includes of cache.h
Elijah Newren
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-19
Merge branch 'jk/bundle-use-dash-for-stdfiles'
Junio C Hamano
2023-03-06
parse-options: use prefix_filename_except_for_dash() helper
Jeff King
2023-03-06
parse-options: consistently allocate memory in fix_filename()
Jeff King
2023-01-09
use DUP_ARRAY
René Scharfe
2022-08-19
parse-options: add support for parsing subcommands
SZEDER Gábor
2022-08-19
parse-options: drop leading space from '--git-completion-helper' output
SZEDER Gábor
[next]