index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shallow.c
Age
Commit message (
Expand
)
Author
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
2024-12-27
sign-compare: avoid comparing ptrdiff with an int/unsigned
Junio C Hamano
2024-12-27
shallow: fix -Wsign-compare warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-25
shallow: fix leak when unregistering last shallow root
Patrick Steinhardt
2024-09-05
shallow: fix leaking members of `struct shallow_info`
Patrick Steinhardt
2024-09-05
shallow: free grafts when unregistering them
Patrick Steinhardt
2024-09-05
object: clear grafts when clearing parsed object pool
Patrick Steinhardt
2024-08-09
refs: add referent to each_ref_fn
John Cai
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
2024-02-28
commit-reach(repo_in_merge_bases_many): optionally expect missing commits
Johannes Schindelin
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-11-07
shallow: fix memory leak when registering shallow roots
Patrick Steinhardt
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
2022-06-13
Merge branch 'jt/unparse-commit-upon-graft-change'
Junio C Hamano
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-06-06
commit,shallow: unparse commits if grafts changed
Jonathan Tan
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-03-17
shallow: reset commit grafts when shallow is reset
Jonathan Tan
2022-01-12
git-rev-list: add --exclude-first-parent-only flag
Jerry Zhang
2021-01-28
commit_graft_pos(): take an oid instead of a bare hash
Jeff King
2020-07-30
Merge branch 'sg/commit-graph-cleanups' into master
Junio C Hamano
2020-06-08
commit-slab: add a function to deep free entries on the slab
SZEDER Gábor
2020-05-13
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
[next]