index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
submodule--helper.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
1
-5
/
+3
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+2
*
builtin: pass repository to sub commands
Karthik Nayak
2024-11-26
1
-16
/
+30
*
submodule: correct remote name with fetch
Daniel Black
2024-10-09
1
-1
/
+8
*
Merge branch 'ps/leakfixes-part-7'
Junio C Hamano
2024-10-02
1
-7
/
+19
|
\
|
*
builtin/submodule--helper: fix leaking remote ref on errors
Patrick Steinhardt
2024-09-27
1
-4
/
+9
|
*
builtin/submodule--helper: fix leaking error buffer
Patrick Steinhardt
2024-09-27
1
-0
/
+2
|
*
builtin/submodule--helper: clear child process when not running it
Patrick Steinhardt
2024-09-27
1
-3
/
+7
|
*
submodule: fix leaking update strategy
Patrick Steinhardt
2024-09-27
1
-0
/
+1
|
*
Merge branch 'ps/leakfixes-part-6' into ps/leakfixes-part-7
Junio C Hamano
2024-09-16
1
-0
/
+2
|
|
\
*
|
\
Merge branch 'pw/submodule-process-sigpipe'
Junio C Hamano
2024-10-01
1
-1
/
+5
|
\
\
\
|
*
|
|
submodule status: propagate SIGPIPE
Phillip Wood
2024-09-20
1
-1
/
+5
*
|
|
|
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-23
1
-2
/
+6
|
\
\
\
\
|
*
|
|
|
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
1
-1
/
+2
|
*
|
|
|
builtin: add a repository parameter for builtin functions
John Cai
2024-09-13
1
-1
/
+4
*
|
|
|
|
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
2024-09-23
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'ps/leakfixes-part-6'
Junio C Hamano
2024-09-20
1
-0
/
+2
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
builtin/submodule--helper: fix leaking refs on push-check
Patrick Steinhardt
2024-09-05
1
-0
/
+2
|
|
/
/
/
*
|
|
|
Merge branch 'jc/range-diff-lazy-setup'
Junio C Hamano
2024-09-16
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
remerge-diff: clean up temporary objdir at a central place
Junio C Hamano
2024-08-10
1
-1
/
+1
*
|
|
|
drop trailing newline from warning/error/die messages
Jeff King
2024-09-05
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2024-08-23
1
-1
/
+1
|
\
\
\
|
*
|
|
config: pass repo to functions that rename or copy sections
Patrick Steinhardt
2024-08-13
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
2024-08-15
1
-0
/
+1
|
\
\
\
|
*
|
|
refs: add referent to each_ref_fn
John Cai
2024-08-09
1
-0
/
+1
|
|
/
/
*
|
|
Merge branch 'ps/submodule-ref-format'
Junio C Hamano
2024-08-15
1
-1
/
+45
|
\
\
\
|
*
|
|
builtin/submodule: allow "add" to use different ref storage format
Patrick Steinhardt
2024-08-08
1
-1
/
+15
|
*
|
|
builtin/submodule: allow cloning with different ref storage format
Patrick Steinhardt
2024-08-08
1
-0
/
+30
|
|
/
/
*
|
|
builtin/submodule--helper: fix leaking buffer in `is_tip_reachable`
Patrick Steinhardt
2024-08-01
1
-2
/
+7
*
|
|
builtin/submodule--helper: fix leaking clone depth parameter
Patrick Steinhardt
2024-08-01
1
-6
/
+5
|
/
/
*
|
Merge branch 'rs/simplify-submodule-helper-super-prefix-invocation'
Junio C Hamano
2024-07-12
1
-11
/
+6
|
\
\
|
*
|
submodule--helper: use strvec_pushf() for --super-prefix
René Scharfe
2024-07-01
1
-11
/
+6
*
|
|
Merge branch 'gt/t-hash-unit-test'
Junio C Hamano
2024-06-12
1
-3
/
+1
|
\
\
\
|
*
|
|
strbuf: introduce strbuf_addstrings() to repeatedly add a string
Ghanshyam Thakkar
2024-05-29
1
-3
/
+1
*
|
|
|
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
2024-05-17
1
-3
/
+5
*
|
|
|
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
2024-05-17
1
-2
/
+4
*
|
|
|
Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...
Junio C Hamano
2024-05-16
1
-2
/
+5
|
\
\
\
\
|
*
|
|
|
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-2
/
+5
|
|
/
/
/
*
|
|
|
Sync with Git 2.45.1
Junio C Hamano
2024-05-14
1
-2
/
+84
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Sync with 2.44.1
Johannes Schindelin
2024-04-29
1
-2
/
+84
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
Sync with 2.42.2
Johannes Schindelin
2024-04-19
1
-2
/
+84
|
|
|
\
|
|
|
*
Sync with 2.41.1
Johannes Schindelin
2024-04-19
1
-2
/
+84
|
|
|
|
\
|
|
|
|
*
Sync with 2.40.2
Johannes Schindelin
2024-04-19
1
-2
/
+84
|
|
|
|
|
\
|
|
|
|
|
*
Sync with 2.39.4
Johannes Schindelin
2024-04-19
1
-2
/
+84
|
|
|
|
|
|
\
|
|
|
|
|
|
*
submodule: require the submodule path to contain directories only
Johannes Schindelin
2024-04-17
1
-1
/
+31
|
|
|
|
|
|
*
clone_submodule: avoid using `access()` on directories
Johannes Schindelin
2024-04-17
1
-1
/
+1
|
|
|
|
|
|
*
submodules: submodule paths must not contain symlinks
Johannes Schindelin
2024-04-17
1
-0
/
+35
|
|
|
|
|
|
*
clone: prevent clashing git dirs when cloning submodule in parallel
Filip Hejsek
2024-04-17
1
-0
/
+17
*
|
|
|
|
|
|
builtin: stop using `the_index`
Patrick Steinhardt
2024-04-18
1
-11
/
+10
|
/
/
/
/
/
/
[next]