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