index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parse-options.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'nd/switch-and-restore'
Junio C Hamano
2019-07-10
1
-0
/
+1
|
\
|
*
checkout: split options[] array in three pieces
Nguyễn Thái Ngọc Duy
2019-04-02
1
-0
/
+1
*
|
Merge branch 'js/parseopt-unknown-cb-returns-an-enum'
Junio C Hamano
2019-05-19
1
-1
/
+3
|
\
\
|
*
|
parse-options: adjust `parse_opt_unknown_cb()`s declared return type
Johannes Schindelin
2019-05-14
1
-1
/
+3
*
|
|
Merge branch 'nd/parse-options-aliases'
Junio C Hamano
2019-05-19
1
-0
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
parse-options: don't emit "ambiguous option" for aliases
Nguyễn Thái Ngọc Duy
2019-05-07
1
-0
/
+6
*
|
|
Merge branch 'pw/rebase-i-internal'
Junio C Hamano
2019-05-13
1
-0
/
+4
|
\
\
\
|
*
|
|
rebase -i: use struct object_id for squash_onto
Phillip Wood
2019-04-19
1
-0
/
+3
|
*
|
|
rebase -i: use struct commit when parsing options
Phillip Wood
2019-04-19
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'dl/merge-cleanup-scissors-fix'
Junio C Hamano
2019-05-08
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
parse-options.h: extract common --cleanup option
Denton Liu
2019-04-18
1
-0
/
+1
*
|
|
Merge branch 'js/difftool-no-index'
Junio C Hamano
2019-04-25
1
-2
/
+2
|
\
\
\
|
*
|
|
parse-options: make OPT_ARGUMENT() more useful
Johannes Schindelin
2019-03-18
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'nd/diff-parseopt-4'
Junio C Hamano
2019-04-25
1
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
diff-parseopt: convert --inter-hunk-context
Nguyễn Thái Ngọc Duy
2019-03-24
1
-1
/
+2
|
*
|
diff-parseopt: convert --[src|dst]-prefix
Nguyễn Thái Ngọc Duy
2019-03-24
1
-1
/
+2
|
|
/
*
|
Merge branch 'br/commit-tree-parseopt'
Junio C Hamano
2019-03-20
1
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
commit-tree: utilize parse-options api
Brandon Richardson
2019-03-08
1
-0
/
+11
*
|
diff.c: convert -U|--unified
Nguyễn Thái Ngọc Duy
2019-01-28
1
-2
/
+3
*
|
parse-options: allow ll_callback with OPTION_CALLBACK
Nguyễn Thái Ngọc Duy
2019-01-28
1
-2
/
+3
*
|
parse-options: avoid magic return codes
Nguyễn Thái Ngọc Duy
2019-01-28
1
-7
/
+7
*
|
parse-options: stop abusing 'callback' for lowlevel callbacks
Nguyễn Thái Ngọc Duy
2019-01-28
1
-4
/
+8
*
|
parse-options: add OPT_BITOP()
Nguyễn Thái Ngọc Duy
2019-01-28
1
-0
/
+5
*
|
parse-options: add one-shot mode
Nguyễn Thái Ngọc Duy
2019-01-28
1
-4
/
+13
*
|
parse-options.h: remove extern on function prototypes
Nguyễn Thái Ngọc Duy
2019-01-18
1
-29
/
+29
|
/
*
Merge branch 'nd/indentation-fix'
Junio C Hamano
2019-01-15
1
-3
/
+3
|
\
|
*
Indent code with TABs
Nguyễn Thái Ngọc Duy
2018-12-09
1
-3
/
+3
*
|
Merge branch 'nd/i18n'
Junio C Hamano
2019-01-04
1
-4
/
+1
|
\
\
|
*
|
parse-options: replace opterror() with optname()
Nguyễn Thái Ngọc Duy
2018-11-12
1
-4
/
+1
*
|
|
Merge branch 'nd/show-gitcomp-compilation-fix' into maint
Junio C Hamano
2018-12-15
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
parse-options: fix SunCC compiler warning
Nguyễn Thái Ngọc Duy
2018-12-12
1
-0
/
+1
|
|
/
*
|
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
2018-11-06
1
-0
/
+14
*
|
parse-options: drop OPT_DATE()
Jeff King
2018-11-06
1
-4
/
+0
|
/
*
Merge branch 'ps/contains-id-error-message'
Junio C Hamano
2018-04-10
1
-0
/
+1
|
\
|
*
parse-options: do not show usage upon invalid option value
Paul-Sebastian Ungureanu
2018-03-22
1
-0
/
+1
*
|
completion: don't set PARSE_OPT_NOCOMPLETE on --rerere-autoupdate
Nguyễn Thái Ngọc Duy
2018-03-07
1
-2
/
+2
*
|
remote: force completing --mirror= instead of --mirror
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+5
*
|
completion: use __gitcomp_builtin in _git_am
Nguyễn Thái Ngọc Duy
2018-02-09
1
-2
/
+2
*
|
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+1
*
|
parse-options: add OPT_xxx_F() variants
Nguyễn Thái Ngọc Duy
2018-02-09
1
-7
/
+12
*
|
parse-options: support --git-completion-helper
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+4
|
/
*
ref-filter: add --no-contains option to tag/branch/for-each-ref
Ævar Arnfjörð Bjarmason
2017-03-24
1
-0
/
+2
*
parse-options: add OPT_NONEG to the "contains" option
Ævar Arnfjörð Bjarmason
2017-03-24
1
-2
/
+2
*
Merge branch 'mh/diff-indent-heuristic'
Junio C Hamano
2016-09-27
1
-0
/
+1
|
\
|
*
parse-options: add parse_opt_unknown_cb()
Michael Haggerty
2016-09-19
1
-0
/
+1
*
|
parse_options: allocate a new array when concatenating
Jeff King
2016-07-06
1
-1
/
+1
|
/
*
parse-options: allow -h as a short option
René Scharfe
2015-11-20
1
-1
/
+1
*
Merge branch 'kn/for-each-tag-branch'
Junio C Hamano
2015-10-05
1
-1
/
+9
|
\
|
*
parse-options.h: add macros for '--contains' option
Karthik Nayak
2015-08-03
1
-0
/
+7
|
*
parse-option: rename parse_opt_with_commit()
Karthik Nayak
2015-08-03
1
-1
/
+1
[next]