index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
submodule.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-27
Merge branch 'ps/refs-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2026-07-19
Merge branch 'ty/migrate-ignorecase'
Junio C Hamano
1
-1
/
+1
2026-07-16
Merge branch 'js/coverity-fixes'
Junio C Hamano
1
-9
/
+10
2026-07-16
worktree: pass repository to public functions
Patrick Steinhardt
1
-1
/
+1
2026-07-06
Merge branch 'jk/setup-gitfile-diag-fix'
Junio C Hamano
1
-1
/
+1
2026-07-05
submodule: fix cwd leak in `get_superproject_working_tree()`
Johannes Schindelin
1
-9
/
+10
2026-06-19
config: use repo_ignore_case() to access core.ignorecase
Tian Yuchen
1
-1
/
+1
2026-06-16
read_gitfile(): simplify NOT_A_REPO error message
Jeff King
1
-1
/
+1
2026-06-15
Merge branch 'ob/more-repo-config-values'
Junio C Hamano
1
-3
/
+4
2026-06-03
environment: move "warn_on_object_refname_ambiguity" into `struct repo_config...
Olamide Caleb Bello
1
-3
/
+4
2026-05-19
setup: stop using `the_repository` in `is_inside_work_tree()`
Patrick Steinhardt
1
-1
/
+1
2026-04-01
Merge branch 'rs/use-strvec-pushv'
Junio C Hamano
1
-3
/
+1
2026-03-24
use strvec_pushv() to add another strvec
Junio C Hamano
1
-3
/
+1
2026-03-23
Merge branch 'ng/submodule-default-remote'
Junio C Hamano
1
-2
/
+15
2026-03-16
Merge branch 'ty/setup-error-tightening'
Junio C Hamano
1
-1
/
+1
2026-03-04
setup: improve error diagnosis for invalid .git files
Tian Yuchen
1
-1
/
+1
2026-03-03
submodule: fetch missing objects from default remote
Nasser Grainawi
1
-2
/
+15
2026-02-23
refs: rename `each_ref_fn`
Patrick Steinhardt
1
-1
/
+1
2026-02-13
Merge branch 'ps/commit-list-functions-renamed'
Junio C Hamano
1
-2
/
+2
2026-02-05
Merge branch 'ar/submodule-gitdir-tweak'
Junio C Hamano
1
-33
/
+190
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-2
/
+2
2026-01-12
submodule: detect conflicts with existing gitdir configs
Adrian Ratiu
1
-0
/
+61
2026-01-12
submodule: fix case-folding gitdir filesystem collisions
Adrian Ratiu
1
-1
/
+52
2026-01-12
submodule--helper: fix filesystem collisions by encoding gitdir paths
Adrian Ratiu
1
-1
/
+41
2026-01-12
submodule: introduce extensions.submodulePathConfig
Adrian Ratiu
1
-26
/
+35
2026-01-12
submodule: always validate gitdirs inside submodule_name_to_gitdir
Adrian Ratiu
1
-8
/
+4
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-9
/
+3
2025-09-22
treewide: use setup_revisions_from_strvec() when we have a strvec
Jeff King
1
-1
/
+1
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
[next]