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
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
2022-08-19
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
1
-3
/
+3
2022-06-02
parse-options.c: use optbug() instead of BUG() "opts" check
Ævar Arnfjörð Bjarmason
1
-8
/
+9
2022-06-02
parse-options.c: use new bug() API for optbug()
Ævar Arnfjörð Bjarmason
1
-19
/
+17
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
1
-0
/
+34
2022-02-05
Merge branch 'ab/cat-file'
Junio C Hamano
1
-0
/
+13
2022-02-04
i18n: factorize more 'incompatible options' messages
Jean-Noël Avila
1
-0
/
+34
2022-01-10
Merge branch 'ab/usage-die-message'
Junio C Hamano
1
-1
/
+1
2021-12-30
parse-options API: add a usage_msg_optf()
Ævar Arnfjörð Bjarmason
1
-0
/
+13
2021-12-15
Merge branch 'ab/parse-options-cleanup'
Junio C Hamano
1
-3
/
+4
2021-12-07
usage.c API users: use die_message() for "fatal :" + exit 128
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-11-10
parse-options.c: use "enum parse_opt_result" for parse_nodash_opt()
Ævar Arnfjörð Bjarmason
1
-3
/
+4
2021-11-09
Merge branch 'ab/parse-options-cleanup'
Junio C Hamano
1
-5
/
+5
2021-11-09
parse-options.[ch]: revert use of "enum" for parse_options()
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2021-10-25
Merge branch 'ab/parse-options-cleanup'
Junio C Hamano
1
-38
/
+49
[next]