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-11-06
Merge branch 'dk/parseopt-optional-filename-fixes'
HEAD
master
main
Junio C Hamano
1
-5
/
+3
2025-11-04
parseopt: remove unreachable code
Junio C Hamano
1
-2
/
+0
2025-11-04
parseopt: restore const qualifier to parsed filename
D. Ben Knoble
1
-1
/
+1
2025-11-04
parseopt: use boolean type for a simple flag
D. Ben Knoble
1
-2
/
+2
2025-11-04
parseopt: fix :(optional) at command line to only ignore missing files
D. Ben Knoble
1
-1
/
+1
2025-10-14
Merge branch 'jc/optional-path'
Junio C Hamano
1
-11
/
+20
2025-10-07
parseopt: values of pathname type can be prefixed with :(optional)
Junio C Hamano
1
-11
/
+20
2025-08-25
Merge branch 'dk/help-all'
Junio C Hamano
1
-7
/
+23
2025-08-08
builtin: also setup gently for --help-all
D. Ben Knoble
1
-4
/
+10
2025-08-08
parse-options: refactor flags for usage_with_options_internal
D. Ben Knoble
1
-5
/
+15
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
1
-1
/
+1
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
[next]