index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parse-options.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-16
parse-options: teach "git cmd -h" to show alias as alias
Junio C Hamano
1
-6
/
+3
2020-03-09
Merge branch 'pb/am-show-current-patch'
Junio C Hamano
1
-11
/
+9
2020-02-20
parse-options: convert "command mode" to a flag
Paolo Bonzini
1
-11
/
+9
2020-02-12
Merge branch 'jb/parse-options-message-fix'
Junio C Hamano
1
-2
/
+2
2020-02-05
parse-options: lose an unnecessary space in an error message
Jacques Bodin-Hullin
1
-2
/
+2
2020-01-31
C: use skip_prefix() to avoid hardcoded string length
Junio C Hamano
1
-2
/
+1
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-1
/
+1
2019-08-06
parse-options: allow --end-of-options as a synonym for "--"
Jeff King
1
-1
/
+2
2019-05-30
Merge branch 'nd/diff-parseopt'
Junio C Hamano
1
-0
/
+3
2019-05-29
parse-options: check empty value in OPT_INTEGER and OPT_ABBREV
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2019-05-07
parse-options: don't emit "ambiguous option" for aliases
Nguyễn Thái Ngọc Duy
1
-6
/
+137
2019-04-25
Merge branch 'js/difftool-no-index'
Junio C Hamano
1
-0
/
+2
2019-04-25
Merge branch 'jk/unused-params-even-more'
Junio C Hamano
1
-3
/
+2
2019-04-15
tests: disallow the use of abbreviated options (by default)
Johannes Schindelin
1
-0
/
+9
2019-03-20
parse-options: drop unused ctx parameter from show_gitcomp()
Jeff King
1
-3
/
+2
2019-03-18
parse-options: make OPT_ARGUMENT() more useful
Johannes Schindelin
1
-0
/
+2
2019-01-27
parse-options: allow ll_callback with OPTION_CALLBACK
Nguyễn Thái Ngọc Duy
1
-14
/
+28
2019-01-27
parse-options: avoid magic return codes
Nguyễn Thái Ngọc Duy
1
-24
/
+45
2019-01-27
parse-options: stop abusing 'callback' for lowlevel callbacks
Nguyễn Thái Ngọc Duy
1
-1
/
+14
2019-01-27
parse-options: add OPT_BITOP()
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2019-01-27
parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2019-01-27
parse-options: add one-shot mode
Nguyễn Thái Ngọc Duy
1
-4
/
+22
2019-01-14
Merge branch 'nd/indentation-fix'
Junio C Hamano
1
-1
/
+1
2019-01-04
Merge branch 'nd/i18n'
Junio C Hamano
1
-29
/
+35
2018-12-15
Merge branch 'nd/show-gitcomp-compilation-fix' into maint
Junio C Hamano
1
-1
/
+3
2018-12-12
parse-options: fix SunCC compiler warning
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2018-12-09
Indent code with TABs
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
parse-options.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-7
/
+7
2018-11-12
parse-options.c: turn some die() to BUG()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-11-12
parse-options: replace opterror() with optname()
Nguyễn Thái Ngọc Duy
1
-20
/
+26
2018-08-17
Merge branch 'rs/parse-opt-lithelp'
Junio C Hamano
1
-1
/
+2
2018-08-03
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
René Scharfe
1
-1
/
+2
2018-06-11
completion: collapse extra --no-.. options
Nguyễn Thái Ngọc Duy
1
-18
/
+54
2018-05-29
parse-options: option to let --git-completion-helper show negative form
Nguyễn Thái Ngọc Duy
1
-4
/
+18
2018-04-10
Merge branch 'ps/contains-id-error-message'
Junio C Hamano
1
-9
/
+11
2018-03-22
parse-options: do not show usage upon invalid option value
Paul-Sebastian Ungureanu
1
-9
/
+11
2018-03-14
Merge branch 'nd/parseopt-completion'
Junio C Hamano
1
-0
/
+46
2018-02-09
remote: force completing --mirror= instead of --mirror
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2018-02-09
parse-options: support --git-completion-helper
Nguyễn Thái Ngọc Duy
1
-0
/
+44
2018-01-22
Use MOVE_ARRAY
SZEDER Gábor
1
-1
/
+1
2017-09-25
parse-options: only insert newline in help text if needed
Brandon Casey
1
-2
/
+8
2017-09-25
parse-options: write blank line to correct output stream
Brandon Casey
1
-1
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-05-31
C style: use standard style for "TRANSLATORS" comments
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2017-03-21
prefix_filename: return newly allocated string
Jeff King
1
-1
/
+1
2017-03-21
prefix_filename: drop length parameter
Jeff King
1
-1
/
+1
2016-12-14
parse-options: print "fatal:" before usage_msg_opt()
Jeff King
1
-1
/
+1
2016-05-05
parse-options.c: make OPTION_COUNTUP respect "unspecified" values
Pranit Bauva
1
-0
/
+2
2015-11-20
parse-options: allow -h as a short option
René Scharfe
1
-5
/
+10
[next]