index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
shallow.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
shallow: fix leak when unregistering last shallow root
Patrick Steinhardt
2024-09-25
1
-3
/
+2
*
shallow: fix leaking members of `struct shallow_info`
Patrick Steinhardt
2024-09-05
1
-0
/
+9
*
shallow: free grafts when unregistering them
Patrick Steinhardt
2024-09-05
1
-1
/
+3
*
object: clear grafts when clearing parsed object pool
Patrick Steinhardt
2024-09-05
1
-1
/
+1
*
refs: add referent to each_ref_fn
John Cai
2024-08-09
1
-0
/
+2
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-6
/
+10
*
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
2024-02-28
1
-6
/
+12
*
commit-reach(repo_in_merge_bases_many): optionally expect missing commits
Johannes Schindelin
2024-02-28
1
-2
/
+3
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
shallow: fix memory leak when registering shallow roots
Patrick Steinhardt
2023-11-07
1
-1
/
+3
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren
2023-06-21
1
-0
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-10
/
+11
|
\
|
*
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-3
/
+3
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
|
*
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-4
/
+5
*
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
|
/
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-5
/
+5
*
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-4
/
+8
*
Merge branch 'jt/unparse-commit-upon-graft-change'
Junio C Hamano
2022-06-14
1
-0
/
+7
|
\
|
*
commit,shallow: unparse commits if grafts changed
Jonathan Tan
2022-06-06
1
-0
/
+7
*
|
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-06-07
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
|
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-1
/
+1
|
\
\
|
*
|
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
|
shallow: reset commit grafts when shallow is reset
Jonathan Tan
2022-03-18
1
-0
/
+1
|
|
/
|
/
|
*
|
git-rev-list: add --exclude-first-parent-only flag
Jerry Zhang
2022-01-12
1
-1
/
+1
|
/
*
commit_graft_pos(): take an oid instead of a bare hash
Jeff King
2021-01-28
1
-1
/
+1
*
Merge branch 'sg/commit-graph-cleanups' into master
Junio C Hamano
2020-07-30
1
-9
/
+5
|
\
|
*
commit-slab: add a function to deep free entries on the slab
SZEDER Gábor
2020-06-08
1
-9
/
+5
*
|
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
2020-05-13
1
-11
/
+25
|
\
\
|
*
|
shallow: use struct 'shallow_lock' for additional safety
Taylor Blau
2020-04-30
1
-11
/
+11
|
*
|
shallow: extract a header file for shallow-related functions
Taylor Blau
2020-04-30
1
-0
/
+14
*
|
|
Merge branch 'tb/reset-shallow'
Junio C Hamano
2020-05-01
1
-9
/
+21
|
\
|
|
|
*
|
shallow.c: use '{commit,rollback}_shallow_file'
Taylor Blau
2020-04-24
1
-9
/
+21
|
|
/
*
/
oid_array: rename source file from sha1-array
Jeff King
2020-03-30
1
-1
/
+1
|
/
*
Merge branch 'rs/dedup-includes'
Junio C Hamano
2019-10-11
1
-3
/
+0
|
\
|
*
treewide: remove duplicate #include directives
René Scharfe
2019-10-04
1
-3
/
+0
*
|
Merge branch 'as/shallow-slab-use-fix'
Junio C Hamano
2019-10-09
1
-0
/
+2
|
\
\
|
|
/
|
/
|
[next]