index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parse-options-cb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-0
/
+1
|
\
|
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-1
/
+1
|
\
|
|
*
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
2023-04-11
1
-1
/
+0
|
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-4
/
+4
|
|
\
*
|
\
Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'
Junio C Hamano
2023-04-18
1
-0
/
+16
|
\
\
\
|
*
|
|
sequencer: use struct strvec to store merge strategy options
Phillip Wood
2023-04-10
1
-0
/
+16
*
|
|
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+2
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
environment.h: move declarations for environment.c 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 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-4
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-4
/
+4
|
|
/
*
/
parse-options: drop parse_opt_unknown_cb()
Jeff King
2023-03-28
1
-15
/
+0
|
/
*
branch: add flags and config to inherit tracking
Josh Steadmon
2021-12-21
1
-0
/
+16
*
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-1
/
+1
*
assert PARSE_OPT_NONEG in parse-options callbacks
Jeff King
2020-09-30
1
-0
/
+2
*
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-3
/
+3
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
oid_array: rename source file from sha1-array
Jeff King
2020-03-30
1
-1
/
+1
*
parse-options: simplify parse_options_dup()
René Scharfe
2020-02-10
1
-9
/
+3
*
parse-options: const parse_options_concat() parameters
René Scharfe
2020-02-10
1
-1
/
+2
*
parse-options: factor out parse_options_count()
René Scharfe
2020-02-10
1
-12
/
+12
*
parse-options: use COPY_ARRAY in parse_options_concat()
René Scharfe
2020-02-10
1
-5
/
+2
*
parse-options: avoid arithmetic on pointer that's potentially NULL
René Scharfe
2019-11-13
1
-1
/
+2
*
Merge branch 'nd/switch-and-restore'
Junio C Hamano
2019-07-10
1
-0
/
+17
|
\
|
*
checkout: split options[] array in three pieces
Nguyễn Thái Ngọc Duy
2019-04-02
1
-0
/
+17
*
|
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
|
|
/
*
|
Merge branch 'pw/rebase-i-internal'
Junio C Hamano
2019-05-13
1
-0
/
+34
|
\
\
|
*
|
rebase -i: use struct object_id for squash_onto
Phillip Wood
2019-04-19
1
-0
/
+17
|
*
|
rebase -i: use struct commit when parsing options
Phillip Wood
2019-04-19
1
-0
/
+17
|
|
/
*
/
diff-parseopt: convert --[no-]abbrev
Nguyễn Thái Ngọc Duy
2019-03-24
1
-2
/
+2
|
/
*
parse-options: allow ll_callback with OPTION_CALLBACK
Nguyễn Thái Ngọc Duy
2019-01-28
1
-1
/
+3
*
parse-options: avoid magic return codes
Nguyễn Thái Ngọc Duy
2019-01-28
1
-3
/
+3
*
parse-options: stop abusing 'callback' for lowlevel callbacks
Nguyễn Thái Ngọc Duy
2019-01-28
1
-1
/
+2
*
Merge branch 'nd/i18n'
Junio C Hamano
2019-01-04
1
-3
/
+4
|
\
|
*
parse-options: replace opterror() with optname()
Nguyễn Thái Ngọc Duy
2018-11-12
1
-3
/
+4
*
|
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
2018-11-06
1
-0
/
+7
*
|
parse-options: drop OPT_DATE()
Jeff King
2018-11-06
1
-7
/
+0
|
/
*
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
1
-1
/
+1
*
parseopt: handle malformed --expire arguments more nicely
Junio C Hamano
2018-04-23
1
-1
/
+5
*
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-3
/
+3
|
\
|
*
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
|
*
parse-options-cb: convert to struct object_id
brian m. carlson
2017-05-08
1
-3
/
+3
*
|
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-2
/
+2
|
/
*
Rename sha1_array to oid_array
brian m. carlson
2017-03-31
1
-2
/
+2
*
Make sha1_array_append take a struct object_id *
brian m. carlson
2017-03-31
1
-1
/
+1
*
parse-options-cb: convert sha1_array_append caller to struct object_id
brian m. carlson
2017-03-28
1
-3
/
+3
*
Merge branch 'rs/cocci'
Junio C Hamano
2016-10-17
1
-2
/
+1
|
\
[next]