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
/
object-file.c
Age
Commit message (
Expand
)
Author
Lines
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
-1
/
+2
2023-04-25
Merge branch 'ps/fix-geom-repack-with-alternates'
Junio C Hamano
-0
/
+6
2023-04-24
object-store.h: reduce unnecessary includes
Elijah Newren
-0
/
+1
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
-1
/
+1
2023-04-14
repack: disable writing bitmaps when doing a local repack
Patrick Steinhardt
-0
/
+6
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on convert.h
Elijah Newren
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-2
/
+2
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
-1
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
-1
/
+2
2023-02-24
for_each_object: mark unused callback parameters
Jeff King
-1
/
+2
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
2023-01-30
Merge branch 'jk/hash-object-fsck'
Junio C Hamano
-32
/
+23
2023-01-18
hash-object: use fsck for object checks
Jeff King
-32
/
+23
2023-01-13
object-file: fix indent-with-space
Jeff King
-1
/
+1
2023-01-08
repo_read_object_file(): stop wrapping read_object_file_extended()
Jeff King
-4
/
+4
2023-01-08
read_object_file_extended(): drop lookup_replace option
Jeff King
-5
/
+2
2023-01-08
object-file: inline calls to read_object()
Jeff King
-28
/
+17
2023-01-05
Merge branch 'jt/avoid-lazy-fetch-commits'
Junio C Hamano
-56
/
+52
2022-12-15
object-file: emit corruption errors when detected
Jonathan Tan
-27
/
+28
2022-12-15
object-file: refactor map_loose_object_1()
Jonathan Tan
-26
/
+24
2022-12-15
object-file: remove OBJECT_INFO_IGNORE_LOOSE
Jonathan Tan
-3
/
+0
2022-12-14
object-file: inline write_buffer()
René Scharfe
-9
/
+2
2022-11-25
object-file: use real paths when adding alternates
Glen Choo
-13
/
+13
2022-10-27
Merge branch 'jk/unused-anno-more'
Junio C Hamano
-5
/
+10
2022-10-17
object-file: mark unused parameters in hash_unknown functions
Jeff King
-5
/
+10
2022-10-17
Merge branch 'jt/promisor-remote-fetch-tweak'
Junio C Hamano
-4
/
+0
2022-10-05
promisor-remote: die upon failing fetch
Jonathan Tan
-4
/
+0
2022-07-14
Merge branch 'hx/unpack-streaming'
Junio C Hamano
-30
/
+203
2022-06-13
object-file.c: add "stream_loose_object()" to handle large object
Han Xin
-0
/
+104
2022-06-13
object-file.c: factor out deflate part of write_loose_object()
Ævar Arnfjörð Bjarmason
-6
/
+25
2022-06-13
object-file.c: refactor write_loose_object() to several steps
Han Xin
-24
/
+74
2022-06-10
Merge branch 'ab/env-array'
Junio C Hamano
-1
/
+1
2022-06-03
Merge branch 'tb/cruft-packs'
Junio C Hamano
-1
/
+3
2022-06-03
Merge branch 'ds/object-file-unpack-loose-header-fix'
Junio C Hamano
-6
/
+2
2022-06-03
Merge branch 'ns/batch-fsync'
Junio C Hamano
-1
/
+6
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-05-26
sha1-file.c: don't freshen cruft packs
Taylor Blau
-0
/
+2
2022-05-26
builtin/pack-objects.c: --cruft without expiration
Taylor Blau
-1
/
+1
2022-05-23
Merge branch 'ab/valgrind-fixes'
Junio C Hamano
-2
/
+6
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
-1
/
+1
2022-05-16
object-file: convert 'switch' back to 'if'
Derrick Stolee
-6
/
+2
[next]