index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parse-options-cb.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
1
-1
/
+1
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
1
-1
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-0
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-12
parse-options-cb: stop clamping "--abbrev=" to hash length
Patrick Steinhardt
1
-2
/
+0
2024-05-06
parse-options-cb: only abbreviate hashes when hash algo is known
Patrick Steinhardt
1
-1
/
+2
2023-09-05
parse-options: mark unused parameters in noop callback
Jeff King
1
-1
/
+3
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-0
/
+1
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-1
/
+1
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-17
Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'
Junio C Hamano
1
-0
/
+16
2023-04-11
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
1
-1
/
+0
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-10
sequencer: use struct strvec to store merge strategy options
Phillip Wood
1
-0
/
+16
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+2
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-4
/
+4
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-4
/
+4
2023-03-28
parse-options: drop parse_opt_unknown_cb()
Jeff King
1
-15
/
+0
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2021-12-20
branch: add flags and config to inherit tracking
Josh Steadmon
1
-0
/
+16
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-1
/
+1
2020-09-30
assert PARSE_OPT_NONEG in parse-options callbacks
Jeff King
1
-0
/
+2
2020-07-28
strvec: convert remaining callers away from argv_array name
Jeff King
1
-3
/
+3
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2020-03-30
oid_array: rename source file from sha1-array
Jeff King
1
-1
/
+1
2020-02-10
parse-options: simplify parse_options_dup()
René Scharfe
1
-9
/
+3
2020-02-10
parse-options: const parse_options_concat() parameters
René Scharfe
1
-1
/
+2
2020-02-10
parse-options: factor out parse_options_count()
René Scharfe
1
-12
/
+12
2020-02-10
parse-options: use COPY_ARRAY in parse_options_concat()
René Scharfe
1
-5
/
+2
2019-11-13
parse-options: avoid arithmetic on pointer that's potentially NULL
René Scharfe
1
-1
/
+2
2019-07-09
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-0
/
+17
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-13
Merge branch 'pw/rebase-i-internal'
Junio C Hamano
1
-0
/
+34
2019-04-19
rebase -i: use struct object_id for squash_onto
Phillip Wood
1
-0
/
+17
2019-04-19
rebase -i: use struct commit when parsing options
Phillip Wood
1
-0
/
+17
2019-04-02
checkout: split options[] array in three pieces
Nguyễn Thái Ngọc Duy
1
-0
/
+17
2019-03-24
diff-parseopt: convert --[no-]abbrev
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2019-01-27
parse-options: allow ll_callback with OPTION_CALLBACK
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2019-01-27
parse-options: avoid magic return codes
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2019-01-27
parse-options: stop abusing 'callback' for lowlevel callbacks
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2019-01-04
Merge branch 'nd/i18n'
Junio C Hamano
1
-3
/
+4
2018-11-12
parse-options: replace opterror() with optname()
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+7
2018-11-06
parse-options: drop OPT_DATE()
Jeff King
1
-7
/
+0
2018-06-29
commit: add repository argument to lookup_commit_reference
Stefan Beller
1
-1
/
+1
2018-04-23
parseopt: handle malformed --expire arguments more nicely
Junio C Hamano
1
-1
/
+5
[next]