index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
shallow.c
Age
Commit message (
Expand
)
Author
Lines
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-10
/
+11
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-3
/
+3
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-2
/
+2
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-4
/
+5
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
-1
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
-1
/
+2
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
-5
/
+5
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
-4
/
+8
2022-06-13
Merge branch 'jt/unparse-commit-upon-graft-change'
Junio C Hamano
-0
/
+7
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
-0
/
+1
2022-06-06
commit,shallow: unparse commits if grafts changed
Jonathan Tan
-0
/
+7
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
-1
/
+1
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
-0
/
+1
2022-03-17
shallow: reset commit grafts when shallow is reset
Jonathan Tan
-0
/
+1
2022-01-12
git-rev-list: add --exclude-first-parent-only flag
Jerry Zhang
-1
/
+1
2021-01-28
commit_graft_pos(): take an oid instead of a bare hash
Jeff King
-1
/
+1
2020-07-30
Merge branch 'sg/commit-graph-cleanups' into master
Junio C Hamano
-9
/
+5
2020-06-08
commit-slab: add a function to deep free entries on the slab
SZEDER Gábor
-9
/
+5
2020-05-13
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
-11
/
+25
2020-05-01
Merge branch 'tb/reset-shallow'
Junio C Hamano
-9
/
+21
2020-04-30
shallow: use struct 'shallow_lock' for additional safety
Taylor Blau
-11
/
+11
2020-04-30
shallow: extract a header file for shallow-related functions
Taylor Blau
-0
/
+14
2020-04-24
shallow.c: use '{commit,rollback}_shallow_file'
Taylor Blau
-9
/
+21
2020-03-30
oid_array: rename source file from sha1-array
Jeff King
-1
/
+1
2019-10-11
Merge branch 'rs/dedup-includes'
Junio C Hamano
-3
/
+0
2019-10-09
Merge branch 'as/shallow-slab-use-fix'
Junio C Hamano
-0
/
+2
2019-10-04
treewide: remove duplicate #include directives
René Scharfe
-3
/
+0
2019-10-02
shallow.c: don't free unallocated slabs
Ali Utku Selen
-0
/
+2
2019-06-27
Use the right 'struct repository' instead of the_repository
Nguyễn Thái Ngọc Duy
-1
/
+2
2019-01-10
fetch-pack: do not take shallow lock unnecessarily
Jonathan Tan
-0
/
+7
2018-11-06
Merge branch 'js/shallow-and-fetch-prune'
Junio C Hamano
-6
/
+17
2018-10-25
shallow: offer to prune only non-existing entries
Johannes Schindelin
-6
/
+17
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
-1
/
+1
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
-1
/
+1
2018-07-20
commit.h: remove method declarations
Derrick Stolee
-0
/
+1
2018-06-29
tag: add repository argument to deref_tag
Stefan Beller
-1
/
+3
2018-06-29
commit: add repository argument to lookup_commit
Stefan Beller
-7
/
+10
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
-3
/
+6
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
-36
/
+38
2018-06-25
Merge branch 'nd/reject-empty-shallow-request'
Junio C Hamano
-0
/
+3
2018-06-25
Merge branch 'nd/commit-util-to-slab'
Junio C Hamano
-12
/
+28
2018-06-04
upload-pack: reject shallow requests that would return nothing
Nguyễn Thái Ngọc Duy
-0
/
+3
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
-3
/
+3
2018-05-21
shallow.c: use commit-slab for commit depth instead of commit->util
Nguyễn Thái Ngọc Duy
-12
/
+28
2018-05-18
shallow: migrate shallow information into the object parser
Stefan Beller
-27
/
+23
[next]