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
/
shallow.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-19
Merge branch 'js/coverity-fixes-null-safety'
Junio C Hamano
1
-3
/
+4
2026-07-10
shallow: give write_one_shallow() its own hex buffer
Johannes Schindelin
1
-1
/
+3
2026-07-10
shallow: fix NULL dereference
Johannes Schindelin
1
-2
/
+1
2026-07-07
setup: unify setup of shallow file
Patrick Steinhardt
1
-3
/
+1
2026-06-09
Merge branch 'rs/strbuf-add-oid-hex'
Junio C Hamano
1
-1
/
+1
2026-05-14
hex: add and use strbuf_add_oid_hex()
René Scharfe
1
-1
/
+1
2026-05-12
shallow: fix relative deepen on non-shallow repositories
Samo Pogačnik
1
-1
/
+5
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
1
-3
/
+3
2026-03-04
Merge branch 'sp/shallow-deepen-relative-fix'
Junio C Hamano
1
-12
/
+61
2026-02-17
shallow: handling fetch relative-deepen
Samo Pogačnik
1
-12
/
+60
2026-02-17
shallow: free local object_array allocations
Samo Pogačnik
1
-0
/
+1
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-2
/
+2
2025-12-25
shallow: use commit_stack
Rene Scharfe
1
-27
/
+17
2025-12-23
Merge branch 'jc/memzero-array'
Junio C Hamano
1
-2
/
+2
2025-12-13
cocci: use MEMZERO_ARRAY() a bit more
Junio C Hamano
1
-2
/
+2
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-12
/
+4
2025-09-22
treewide: pass strvecs around for setup_revisions_from_strvec()
Jeff King
1
-2
/
+2
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-6
/
+6
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-3
/
+6
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
1
-5
/
+5
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-1
/
+3
2024-12-27
sign-compare: avoid comparing ptrdiff with an int/unsigned
Junio C Hamano
1
-1
/
+1
2024-12-27
shallow: fix -Wsign-compare warnings
Patrick Steinhardt
1
-20
/
+18
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-25
shallow: fix leak when unregistering last shallow root
Patrick Steinhardt
1
-3
/
+2
2024-09-05
shallow: fix leaking members of `struct shallow_info`
Patrick Steinhardt
1
-0
/
+9
2024-09-05
shallow: free grafts when unregistering them
Patrick Steinhardt
1
-1
/
+3
2024-09-05
object: clear grafts when clearing parsed object pool
Patrick Steinhardt
1
-1
/
+1
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-0
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-6
/
+10
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
1
-6
/
+12
2024-02-28
commit-reach(repo_in_merge_bases_many): optionally expect missing commits
Johannes Schindelin
1
-2
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-11-07
shallow: fix memory leak when registering shallow roots
Patrick Steinhardt
1
-1
/
+3
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.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
statinfo: move stat_{data,validity} functions from cache/read-cache
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-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-10
/
+11
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
[next]