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
2025-07-23
config: drop `git_config_set_in_file_gently()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-3
/
+2
2025-07-01
odb: get rid of `the_repository` when handling submodule sources
Patrick Steinhardt
1
-26
/
+0
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
1
-1
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-1
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-14
/
+14
2025-02-07
submodule: refactor `submodule_to_gitdir()` to accept a repo
Patrick Steinhardt
1
-5
/
+6
2025-02-07
path: refactor `repo_git_path()` family of functions
Patrick Steinhardt
1
-2
/
+2
2024-12-23
Merge branch 'sk/calloc-not-malloc-plus-memset'
Junio C Hamano
1
-5
/
+5
2024-12-18
git: use calloc instead of malloc + memset where possible
Seija Kijin
1
-5
/
+5
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-12
refspec: store raw refspecs inside refspec_item
Jeff King
1
-2
/
+2
2024-11-12
refspec: drop separate raw_nr count
Jeff King
1
-2
/
+2
2024-10-02
Merge branch 'ps/leakfixes-part-7'
Junio C Hamano
1
-2
/
+7
2024-09-27
submodule: fix leaking submodule ODB paths
Patrick Steinhardt
1
-2
/
+2
2024-09-27
submodule: fix leaking update strategy
Patrick Steinhardt
1
-0
/
+5
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
1
-1
/
+1
2024-09-05
submodule: fix leaking fetch task data
Patrick Steinhardt
1
-0
/
+2
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2024-08-15
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
1
-0
/
+2
2024-08-13
config: pass repo to functions that rename or copy sections
Patrick Steinhardt
1
-1
/
+1
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-0
/
+2
2024-08-08
submodule: fix leaking seen submodule names
Patrick Steinhardt
1
-0
/
+1
2024-08-08
submodule: fix leaking fetch tasks
Patrick Steinhardt
1
-10
/
+7
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt
1
-3
/
+3
2024-05-17
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
1
-1
/
+2
2024-05-16
Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...
Junio C Hamano
1
-2
/
+4
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-2
/
+4
2024-04-29
Sync with 2.44.1
Johannes Schindelin
1
-0
/
+89
2024-04-19
Sync with 2.42.2
Johannes Schindelin
1
-0
/
+89
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
2024-03-15
config: add --comment option to add a comment
Ralph Seichter
1
-1
/
+1
2024-03-11
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
1
-1
/
+6
2024-02-29
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
1
-1
/
+6
2024-02-26
submodule: use strvec_pushf() for --submodule-prefix
René Scharfe
1
-15
/
+4
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-3
/
+0
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
[next]