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
*
Merge branch 'nd/diff-parseopt'
Junio C Hamano
2019-05-30
1
-0
/
+3
|
\
|
*
parse-options: check empty value in OPT_INTEGER and OPT_ABBREV
Nguyễn Thái Ngọc Duy
2019-05-29
1
-0
/
+3
*
|
parse-options: don't emit "ambiguous option" for aliases
Nguyễn Thái Ngọc Duy
2019-05-07
1
-6
/
+137
*
|
Merge branch 'js/difftool-no-index'
Junio C Hamano
2019-04-25
1
-0
/
+2
|
\
\
|
*
|
parse-options: make OPT_ARGUMENT() more useful
Johannes Schindelin
2019-03-18
1
-0
/
+2
|
|
/
*
|
Merge branch 'jk/unused-params-even-more'
Junio C Hamano
2019-04-25
1
-3
/
+2
|
\
\
|
*
|
parse-options: drop unused ctx parameter from show_gitcomp()
Jeff King
2019-03-20
1
-3
/
+2
|
|
/
*
/
tests: disallow the use of abbreviated options (by default)
Johannes Schindelin
2019-04-15
1
-0
/
+9
|
/
*
parse-options: allow ll_callback with OPTION_CALLBACK
Nguyễn Thái Ngọc Duy
2019-01-28
1
-14
/
+28
*
parse-options: avoid magic return codes
Nguyễn Thái Ngọc Duy
2019-01-28
1
-24
/
+45
*
parse-options: stop abusing 'callback' for lowlevel callbacks
Nguyễn Thái Ngọc Duy
2019-01-28
1
-1
/
+14
*
parse-options: add OPT_BITOP()
Nguyễn Thái Ngọc Duy
2019-01-28
1
-0
/
+7
*
parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
Nguyễn Thái Ngọc Duy
2019-01-28
1
-1
/
+2
*
parse-options: add one-shot mode
Nguyễn Thái Ngọc Duy
2019-01-28
1
-4
/
+22
*
Merge branch 'nd/indentation-fix'
Junio C Hamano
2019-01-15
1
-1
/
+1
|
\
|
*
Indent code with TABs
Nguyễn Thái Ngọc Duy
2018-12-09
1
-1
/
+1
*
|
Merge branch 'nd/i18n'
Junio C Hamano
2019-01-04
1
-29
/
+35
|
\
\
|
*
|
parse-options.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2018-11-12
1
-7
/
+7
|
*
|
parse-options.c: turn some die() to BUG()
Nguyễn Thái Ngọc Duy
2018-11-12
1
-2
/
+2
|
*
|
parse-options: replace opterror() with optname()
Nguyễn Thái Ngọc Duy
2018-11-12
1
-20
/
+26
|
|
/
*
|
Merge branch 'nd/show-gitcomp-compilation-fix' into maint
Junio C Hamano
2018-12-15
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
parse-options: fix SunCC compiler warning
Nguyễn Thái Ngọc Duy
2018-12-12
1
-1
/
+3
*
|
Merge branch 'rs/parse-opt-lithelp'
Junio C Hamano
2018-08-17
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
René Scharfe
2018-08-03
1
-1
/
+2
*
|
completion: collapse extra --no-.. options
Nguyễn Thái Ngọc Duy
2018-06-11
1
-18
/
+54
*
|
parse-options: option to let --git-completion-helper show negative form
Nguyễn Thái Ngọc Duy
2018-05-29
1
-4
/
+18
*
|
Merge branch 'ps/contains-id-error-message'
Junio C Hamano
2018-04-10
1
-9
/
+11
|
\
\
|
*
|
parse-options: do not show usage upon invalid option value
Paul-Sebastian Ungureanu
2018-03-22
1
-9
/
+11
|
|
/
*
|
Merge branch 'nd/parseopt-completion'
Junio C Hamano
2018-03-14
1
-0
/
+46
|
\
\
|
*
|
remote: force completing --mirror= instead of --mirror
Nguyễn Thái Ngọc Duy
2018-02-09
1
-0
/
+2
|
*
|
parse-options: support --git-completion-helper
Nguyễn Thái Ngọc Duy
2018-02-09
1
-0
/
+44
|
|
/
*
/
Use MOVE_ARRAY
SZEDER Gábor
2018-01-22
1
-1
/
+1
|
/
*
parse-options: only insert newline in help text if needed
Brandon Casey
2017-09-25
1
-2
/
+8
*
parse-options: write blank line to correct output stream
Brandon Casey
2017-09-25
1
-1
/
+1
*
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
C style: use standard style for "TRANSLATORS" comments
Ævar Arnfjörð Bjarmason
2017-05-31
1
-2
/
+4
|
/
*
prefix_filename: return newly allocated string
Jeff King
2017-03-21
1
-1
/
+1
*
prefix_filename: drop length parameter
Jeff King
2017-03-21
1
-1
/
+1
*
parse-options: print "fatal:" before usage_msg_opt()
Jeff King
2016-12-14
1
-1
/
+1
*
parse-options.c: make OPTION_COUNTUP respect "unspecified" values
Pranit Bauva
2016-05-05
1
-0
/
+2
*
parse-options: allow -h as a short option
René Scharfe
2015-11-20
1
-5
/
+10
*
parse-options: inline parse_options_usage() at its only remaining caller
René Scharfe
2015-11-20
1
-12
/
+1
*
parse-options: deduplicate parse_options_usage() calls
René Scharfe
2015-11-20
1
-6
/
+12
*
parse-options: move unsigned long option parsing out of pack-objects.c
Charles Bailey
2015-06-23
1
-0
/
+17
*
Merge branch 'jc/parseopt-verify-short-name'
Junio C Hamano
2014-09-19
1
-1
/
+13
|
\
|
*
parse-options: detect attempt to add a duplicate short option name
Junio C Hamano
2014-09-04
1
-1
/
+13
*
|
refactor skip_prefix to return a boolean
Jeff King
2014-06-20
1
-7
/
+9
|
/
*
Merge branch 'mr/opt-set-ptr'
Junio C Hamano
2014-04-08
1
-5
/
+0
|
\
|
*
parse-options: remove unused OPT_SET_PTR
Marat Radchenko
2014-03-31
1
-5
/
+0
[next]