index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
submodule.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-0
/
+89
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-0
/
+89
2024-04-19
Sync with 2.39.4
Johannes Schindelin
1
-0
/
+89
2024-04-17
submodule: require the submodule path to contain directories only
Johannes Schindelin
1
-0
/
+72
2024-04-17
clone: prevent clashing git dirs when cloning submodule in parallel
Filip Hejsek
1
-0
/
+17
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
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-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+3
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-1
/
+5
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-4
/
+4
2023-04-06
Merge branch 'ab/config-multi-and-nonbool'
Junio C Hamano
1
-2
/
+1
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
config API: add "string" version of *_value_multi(), fix segfaults
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
config API: have *_multi() return an "int" and take a "dest"
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path 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-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
1
-1
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-2
/
+2
2023-02-24
run_processes_parallel: mark unused callback parameters
Jeff King
1
-2
/
+2
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
-2
/
+2
2023-01-05
Merge branch 'ab/no-more-git-global-super-prefix'
Junio C Hamano
1
-27
/
+23
2022-12-26
read-tree: add "--super-prefix" option, eliminate global
Ævar Arnfjörð Bjarmason
1
-19
/
+10
2022-12-26
submodule--helper: don't use global --super-prefix in "absorbgitdirs"
Ævar Arnfjörð Bjarmason
1
-5
/
+7
2022-12-26
submodule.c & submodule--helper: pass along "super_prefix" param
Ævar Arnfjörð Bjarmason
1
-6
/
+9
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
1
-1
/
+1
2022-11-23
Merge branch 'jt/submodule-on-demand'
Junio C Hamano
1
-0
/
+6
2022-11-14
Doc: document push.recurseSubmodules=only
Jonathan Tan
1
-0
/
+6
2022-11-08
submodule API & "absorbgitdirs": remove "----recursive" option
Ævar Arnfjörð Bjarmason
1
-10
/
+3
2022-11-08
submodule.c: refactor recursive block out of absorb function
Ævar Arnfjörð Bjarmason
1
-12
/
+18
2022-10-30
Merge branch 'rs/absorb-git-dir-simplify'
Taylor Blau
1
-9
/
+3
2022-10-23
submodule: use strvec_pushf() for --super-prefix
René Scharfe
1
-9
/
+3
2022-10-12
run-command API: move *_tr2() users to "run_processes_parallel()"
Ævar Arnfjörð Bjarmason
1
-6
/
+12
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-6
/
+6
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-5
/
+8
2022-09-02
submodule API: don't handle SM_..{UNSPECIFIED,COMMAND} in to_string()
Ævar Arnfjörð Bjarmason
1
-7
/
+5
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2022-08-19
config: mark unused callback parameters
Jeff King
1
-1
/
+2
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-4
/
+6
2022-07-18
Merge branch 'ab/leakfix'
Junio C Hamano
1
-1
/
+2
2022-07-01
submodule.c: free() memory from xgetcwd()
Ævar Arnfjörð Bjarmason
1
-1
/
+2
[next]