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
/
submodule-config.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: drop `git_config_set_in_file_gently()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-4
/
+5
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: get rid of `the_repository` when handling submodule sources
Patrick Steinhardt
1
-1
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-1
/
+1
2025-06-23
dir: move starts_with_dot(_dot)_slash to dir.h
Jacob Keller
1
-12
/
+0
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-30
submodule: fix leaking submodule entry list
Patrick Steinhardt
1
-1
/
+14
2024-09-27
submodule: fix leaking update strategy
Patrick Steinhardt
1
-1
/
+1
2024-08-14
submodule-config: fix leaking name entry when traversing submodules
Patrick Steinhardt
1
-10
/
+8
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-1
/
+1
2024-05-27
submodule: fix leaking memory for submodule entries
Patrick Steinhardt
1
-0
/
+2
2024-03-15
config: add --comment option to add a comment
Ralph Seichter
1
-1
/
+1
2024-01-26
Merge branch 'vd/fsck-submodule-url-test'
Junio C Hamano
1
-0
/
+140
2024-01-19
submodule-config.c: strengthen URL fsck check
Victoria Dye
1
-5
/
+11
2024-01-18
submodule-config.h: move check_submodule_url
Victoria Dye
1
-0
/
+134
2023-12-09
submodule: handle NULL value when parsing submodule.*.branch
Jeff King
1
-1
/
+3
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-11
/
+20
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-6
/
+7
2023-06-28
config: pass ctx with config files
Glen Choo
1
-2
/
+3
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-5
/
+12
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-05-26
config: pass 'repo' directly to 'config_with_options()'
Victoria Dye
1
-2
/
+1
2023-04-24
object-store.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
1
-1
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-2
/
+3
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
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
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2022-10-12
run-command API: don't fall back on online_cpus()
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2022-08-19
hashmap: mark unused callback parameters
Jeff King
1
-4
/
+4
2022-06-17
i18n: fix mismatched camelCase config variables
Jiang Xin
1
-1
/
+1
2022-06-16
submodule-config: avoid memory leak
Johannes Schindelin
1
-4
/
+4
2022-05-16
dir API: add a generalized path_match_flags() function
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
1
-1
/
+1
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
1
-1
/
+1
2022-02-04
branch: add --recurse-submodules option for branch creation
Glen Choo
1
-0
/
+61
2021-09-08
submodule-config: pass repo upon blob config read
Jonathan Tan
1
-2
/
+3
[next]