index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parse-options.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
parse-options: rearrange long_name matching code
René Scharfe
2024-03-03
1
-22
/
+15
*
parse-options: normalize arg and long_name before comparison
René Scharfe
2024-03-03
1
-22
/
+22
*
parse-options: detect ambiguous self-negation
René Scharfe
2024-03-03
1
-2
/
+1
*
parse-options: factor out register_abbrev() and struct parsed_option
René Scharfe
2024-03-03
1
-34
/
+49
*
parse-options: set arg of abbreviated option lazily
René Scharfe
2024-03-03
1
-3
/
+4
*
parse-options: recognize abbreviated negated option with arg
René Scharfe
2024-03-03
1
-2
/
+3
*
Merge branch 'rs/parse-options-with-keep-unknown-abbrev-fix'
Junio C Hamano
2024-01-30
1
-10
/
+11
|
\
|
*
parse-options: simplify positivation handling
René Scharfe
2024-01-22
1
-7
/
+6
|
*
parse-options: fully disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
René Scharfe
2024-01-20
1
-3
/
+5
*
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-2
/
+0
|
\
\
|
*
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-2
/
+0
|
|
/
*
|
Merge branch 'jk/end-of-options'
Junio C Hamano
2023-12-20
1
-2
/
+7
|
\
\
|
*
|
parse-options: decouple "--end-of-options" and "--"
Jeff King
2023-12-09
1
-2
/
+7
*
|
|
i18n: factorize even more 'incompatible options' messages
René Scharfe
2023-11-27
1
-1
/
+2
|
|
/
|
/
|
*
|
parse-options: make CMDMODE errors more precise
René Scharfe
2023-10-29
1
-52
/
+92
*
|
parse: separate out parsing functions from config.h
Calvin Wan
2023-09-30
1
-1
/
+2
*
|
parse-options: allow omitting option help text
René Scharfe
2023-08-28
1
-3
/
+4
*
|
Merge branch 'rs/parse-options-negation-help'
Junio C Hamano
2023-08-25
1
-19
/
+50
|
\
\
|
*
|
parse-options: simplify usage_padding()
René Scharfe
2023-08-07
1
-12
/
+5
|
*
|
parse-options: no --[no-]no-...
René Scharfe
2023-08-07
1
-1
/
+24
|
*
|
parse-options: factor out usage_indent() and usage_padding()
René Scharfe
2023-08-07
1
-15
/
+24
|
*
|
parse-options: show negatability of options in short help
René Scharfe
2023-08-07
1
-2
/
+8
*
|
|
parse-options: disallow negating OPTION_SET_INT 0
René Scharfe
2023-08-09
1
-0
/
+3
|
/
/
*
|
short help: allow a gap smaller than USAGE_GAP
Junio C Hamano
2023-07-20
1
-1
/
+3
*
|
short help: allow multi-line opthelp
Junio C Hamano
2023-07-20
1
-1
/
+11
*
|
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
treewide: remove unnecessary includes of cache.h
Elijah Newren
2023-03-21
1
-1
/
+0
*
|
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'jk/bundle-use-dash-for-stdfiles'
Junio C Hamano
2023-03-19
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
parse-options: use prefix_filename_except_for_dash() helper
Jeff King
2023-03-06
1
-3
/
+1
|
*
parse-options: consistently allocate memory in fix_filename()
Jeff King
2023-03-06
1
-6
/
+8
*
|
use DUP_ARRAY
René Scharfe
2023-01-09
1
-2
/
+1
|
/
*
parse-options: add support for parsing subcommands
SZEDER Gábor
2022-08-19
1
-6
/
+107
*
parse-options: drop leading space from '--git-completion-helper' output
SZEDER Gábor
2022-08-19
1
-1
/
+2
*
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
2022-08-19
1
-3
/
+3
*
parse-options.c: use optbug() instead of BUG() "opts" check
Ævar Arnfjörð Bjarmason
2022-06-02
1
-8
/
+9
*
parse-options.c: use new bug() API for optbug()
Ævar Arnfjörð Bjarmason
2022-06-02
1
-19
/
+17
*
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
2022-02-26
1
-0
/
+34
|
\
|
*
i18n: factorize more 'incompatible options' messages
Jean-Noël Avila
2022-02-04
1
-0
/
+34
*
|
Merge branch 'ab/cat-file'
Junio C Hamano
2022-02-05
1
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
parse-options API: add a usage_msg_optf()
Ævar Arnfjörð Bjarmason
2021-12-30
1
-0
/
+13
*
|
Merge branch 'ab/usage-die-message'
Junio C Hamano
2022-01-10
1
-1
/
+1
|
\
\
|
*
|
usage.c API users: use die_message() for "fatal :" + exit 128
Ævar Arnfjörð Bjarmason
2021-12-07
1
-1
/
+1
|
|
/
*
|
Merge branch 'ab/parse-options-cleanup'
Junio C Hamano
2021-12-15
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
parse-options.c: use "enum parse_opt_result" for parse_nodash_opt()
Ævar Arnfjörð Bjarmason
2021-11-11
1
-3
/
+4
*
|
Merge branch 'ab/parse-options-cleanup'
Junio C Hamano
2021-11-09
1
-5
/
+5
|
\
|
|
*
parse-options.[ch]: revert use of "enum" for parse_options()
Ævar Arnfjörð Bjarmason
2021-11-09
1
-5
/
+5
*
|
Merge branch 'ab/parse-options-cleanup'
Junio C Hamano
2021-10-26
1
-38
/
+49
|
\
|
|
*
parse-options: change OPT_{SHORT,UNSET} to an enum
Ævar Arnfjörð Bjarmason
2021-10-08
1
-9
/
+14
[next]