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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-09
Merge branch 'pb/am-show-current-patch'
Junio C Hamano
1
-4
/
+4
2020-02-20
parse-options: convert "command mode" to a flag
Paolo Bonzini
1
-4
/
+4
2020-02-10
parse-options: const parse_options_concat() parameters
René Scharfe
1
-1
/
+1
2019-12-16
Merge branch 'hw/doc-in-header'
Junio C Hamano
1
-0
/
+4
2019-11-18
parse-options: add link to doc file in parse-options.h
Heba Waly
1
-0
/
+4
2019-11-07
parse-options.h: add new options `--pathspec-from-file`, `--pathspec-file-nul`
Alexandr Miloslavskiy
1
-0
/
+2
2019-09-09
Merge branch 'nd/diff-parseopt'
Junio C Hamano
1
-9
/
+9
2019-08-20
parseopt: move definition of enum parse_opt_result up
René Scharfe
1
-9
/
+9
2019-07-09
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-0
/
+1
2019-05-19
Merge branch 'js/parseopt-unknown-cb-returns-an-enum'
Junio C Hamano
1
-1
/
+3
2019-05-19
Merge branch 'nd/parse-options-aliases'
Junio C Hamano
1
-0
/
+6
2019-05-14
parse-options: adjust `parse_opt_unknown_cb()`s declared return type
Johannes Schindelin
1
-1
/
+3
2019-05-13
Merge branch 'pw/rebase-i-internal'
Junio C Hamano
1
-0
/
+4
2019-05-09
Merge branch 'dl/merge-cleanup-scissors-fix'
Junio C Hamano
1
-0
/
+1
2019-05-07
parse-options: don't emit "ambiguous option" for aliases
Nguyễn Thái Ngọc Duy
1
-0
/
+6
2019-04-25
Merge branch 'js/difftool-no-index'
Junio C Hamano
1
-2
/
+2
2019-04-25
Merge branch 'nd/diff-parseopt-4'
Junio C Hamano
1
-2
/
+4
2019-04-19
rebase -i: use struct object_id for squash_onto
Phillip Wood
1
-0
/
+3
2019-04-19
rebase -i: use struct commit when parsing options
Phillip Wood
1
-0
/
+1
2019-04-18
parse-options.h: extract common --cleanup option
Denton Liu
1
-0
/
+1
2019-04-02
checkout: split options[] array in three pieces
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2019-03-24
diff-parseopt: convert --inter-hunk-context
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2019-03-24
diff-parseopt: convert --[src|dst]-prefix
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2019-03-20
Merge branch 'br/commit-tree-parseopt'
Junio C Hamano
1
-0
/
+11
2019-03-18
parse-options: make OPT_ARGUMENT() more useful
Johannes Schindelin
1
-2
/
+2
2019-03-08
commit-tree: utilize parse-options api
Brandon Richardson
1
-0
/
+11
2019-01-27
diff.c: convert -U|--unified
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2019-01-27
parse-options: allow ll_callback with OPTION_CALLBACK
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2019-01-27
parse-options: avoid magic return codes
Nguyễn Thái Ngọc Duy
1
-7
/
+7
2019-01-27
parse-options: stop abusing 'callback' for lowlevel callbacks
Nguyễn Thái Ngọc Duy
1
-4
/
+8
2019-01-27
parse-options: add OPT_BITOP()
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2019-01-27
parse-options: add one-shot mode
Nguyễn Thái Ngọc Duy
1
-4
/
+13
2019-01-18
parse-options.h: remove extern on function prototypes
Nguyễn Thái Ngọc Duy
1
-29
/
+29
2019-01-14
Merge branch 'nd/indentation-fix'
Junio C Hamano
1
-3
/
+3
2019-01-04
Merge branch 'nd/i18n'
Junio C Hamano
1
-4
/
+1
2018-12-15
Merge branch 'nd/show-gitcomp-compilation-fix' into maint
Junio C Hamano
1
-0
/
+1
2018-12-12
parse-options: fix SunCC compiler warning
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-12-09
Indent code with TABs
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-11-12
parse-options: replace opterror() with optname()
Nguyễn Thái Ngọc Duy
1
-4
/
+1
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+14
2018-11-06
parse-options: drop OPT_DATE()
Jeff King
1
-4
/
+0
2018-04-10
Merge branch 'ps/contains-id-error-message'
Junio C Hamano
1
-0
/
+1
2018-03-22
parse-options: do not show usage upon invalid option value
Paul-Sebastian Ungureanu
1
-0
/
+1
2018-03-07
completion: don't set PARSE_OPT_NOCOMPLETE on --rerere-autoupdate
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-02-09
remote: force completing --mirror= instead of --mirror
Nguyễn Thái Ngọc Duy
1
-1
/
+5
2018-02-09
completion: use __gitcomp_builtin in _git_am
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-02-09
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-02-09
parse-options: add OPT_xxx_F() variants
Nguyễn Thái Ngọc Duy
1
-7
/
+12
2018-02-09
parse-options: support --git-completion-helper
Nguyễn Thái Ngọc Duy
1
-1
/
+4
2017-03-24
ref-filter: add --no-contains option to tag/branch/for-each-ref
Ævar Arnfjörð Bjarmason
1
-0
/
+2
[next]