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
/
builtin
/
submodule--helper.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-22
revision: add wrapper to setup_revisions() from a strvec
Jeff King
1
-8
/
+2
2025-08-05
Merge branch 'kj/renamed-submodule'
Junio C Hamano
1
-6
/
+44
2025-07-24
fixup! submodule: skip redundant active entries when pattern covers path
Junio C Hamano
1
-3
/
+2
2025-07-24
fixup! submodule: prevent overwriting .gitmodules on path reuse
Junio C Hamano
1
-3
/
+2
2025-07-24
submodule: skip redundant active entries when pattern covers path
K Jayatheerth
1
-6
/
+19
2025-07-24
submodule: prevent overwriting .gitmodules on path reuse
K Jayatheerth
1
-0
/
+27
2025-07-23
config: drop `git_config_set_in_file_gently()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_set_gently()` wrapper
Patrick Steinhardt
1
-7
/
+7
2025-07-23
config: drop `git_config_set_in_file()` wrapper
Patrick Steinhardt
1
-5
/
+5
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-6
/
+6
2025-07-23
config: drop `git_config_get()` wrapper
Patrick Steinhardt
1
-3
/
+3
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-4
/
+4
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-5
/
+6
2025-07-07
Merge branch 'jk/submodule-remote-lookup-cleanup'
Junio C Hamano
1
-65
/
+41
2025-07-01
odb: get rid of `the_repository` in `for_each()` functions
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
-3
/
+3
2025-06-25
Merge branch 'ps/maintenance-ref-lock'
Junio C Hamano
1
-6
/
+6
2025-06-23
submodule: look up remotes by URL first
Jacob Keller
1
-1
/
+25
2025-06-23
submodule: move get_default_remote_submodule()
Jacob Keller
1
-16
/
+16
2025-06-23
submodule--helper: improve logic for fallback remote name
Jacob Keller
1
-41
/
+5
2025-06-23
dir: move starts_with_dot(_dot)_slash to dir.h
Jacob Keller
1
-12
/
+0
2025-06-18
Merge branch 'ly/submodule-update-failure-leakfix'
Junio C Hamano
1
-1
/
+3
2025-06-08
builtin/submodule--helper: fix leak when remote_submodule_branch() failed
Lidong Yan
1
-1
/
+3
2025-06-03
usage: allow dying without writing an error message
Patrick Steinhardt
1
-6
/
+6
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
-2
/
+2
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-18
/
+18
2025-02-07
path: refactor `repo_submodule_path()` family of functions
Patrick Steinhardt
1
-1
/
+1
2025-02-07
submodule: refactor `submodule_to_gitdir()` to accept a repo
Patrick Steinhardt
1
-1
/
+1
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-5
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
1
-16
/
+30
2024-10-09
submodule: correct remote name with fetch
Daniel Black
1
-1
/
+8
2024-10-02
Merge branch 'ps/leakfixes-part-7'
Junio C Hamano
1
-7
/
+19
2024-09-30
Merge branch 'pw/submodule-process-sigpipe'
Junio C Hamano
1
-1
/
+5
2024-09-27
builtin/submodule--helper: fix leaking remote ref on errors
Patrick Steinhardt
1
-4
/
+9
2024-09-27
builtin/submodule--helper: fix leaking error buffer
Patrick Steinhardt
1
-0
/
+2
2024-09-27
builtin/submodule--helper: clear child process when not running it
Patrick Steinhardt
1
-3
/
+7
2024-09-27
submodule: fix leaking update strategy
Patrick Steinhardt
1
-0
/
+1
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+6
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2024-09-20
submodule status: propagate SIGPIPE
Phillip Wood
1
-1
/
+5
2024-09-20
Merge branch 'ps/leakfixes-part-6'
Junio C Hamano
1
-0
/
+2
2024-09-16
Merge branch 'jc/range-diff-lazy-setup'
Junio C Hamano
1
-1
/
+1
2024-09-16
Merge branch 'ps/leakfixes-part-6' into ps/leakfixes-part-7
Junio C Hamano
1
-0
/
+2
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
1
-1
/
+1
[next]