index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
object-store.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-9
/
+2
|
\
|
*
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-7
/
+0
*
|
object-store.h: move struct object_info from cache.h
Elijah Newren
2023-02-24
1
-64
/
+64
|
/
*
repo_read_object_file(): stop wrapping read_object_file_extended()
Jeff King
2023-01-08
1
-13
/
+5
*
read_object_file_extended(): drop lookup_replace option
Jeff King
2023-01-08
1
-2
/
+2
*
object-file: inline calls to read_object()
Jeff King
2023-01-08
1
-1
/
+1
*
object-file: emit corruption errors when detected
Jonathan Tan
2022-12-15
1
-0
/
+3
*
object-file: remove OBJECT_INFO_IGNORE_LOOSE
Jonathan Tan
2022-12-15
1
-3
/
+1
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
object-file.c: add "stream_loose_object()" to handle large object
Han Xin
2022-06-13
1
-0
/
+8
*
Merge branch 'tb/cruft-packs'
Junio C Hamano
2022-06-03
1
-1
/
+11
|
\
|
*
builtin/pack-objects.c: --cruft without expiration
Taylor Blau
2022-05-27
1
-0
/
+2
|
*
pack-mtimes: support reading .mtimes files
Taylor Blau
2022-05-27
1
-1
/
+9
*
|
object-store.h: remove unused has_sha1_file*()
Ævar Arnfjörð Bjarmason
2022-04-01
1
-4
/
+0
|
/
*
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
*
object API: rename hash_object_file_literally() to write_*()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-3
/
+3
*
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-2
/
+2
*
object-file API: add a format_object_header() function
Ævar Arnfjörð Bjarmason
2022-02-26
1
-0
/
+8
*
object-file API: return "void", not "int" from hash_object_file()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-3
/
+3
*
Merge branch 'ns/tmp-objdir'
Junio C Hamano
2022-01-04
1
-0
/
+26
|
\
|
*
tmp-objdir: disable ref updates when replacing the primary odb
Neeraj Singh
2021-12-08
1
-0
/
+7
|
*
tmp-objdir: new API for creating temporary writable databases
Neeraj Singh
2021-12-08
1
-0
/
+19
*
|
Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'
Junio C Hamano
2021-10-26
1
-2
/
+8
|
\
\
|
*
|
commit: fix duplication regression in permission error output
Ævar Arnfjörð Bjarmason
2021-10-12
1
-2
/
+8
*
|
|
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
2021-10-26
1
-3
/
+4
|
\
\
\
|
*
|
|
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
2021-10-02
1
-0
/
+1
|
*
|
|
fsck: don't hard die on invalid object types
Ævar Arnfjörð Bjarmason
2021-10-02
1
-3
/
+3
*
|
|
|
*.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
Ævar Arnfjörð Bjarmason
2021-09-27
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'rs/packfile-bad-object-list-in-oidset'
Junio C Hamano
2021-09-23
1
-2
/
+2
|
\
\
\
|
*
|
|
packfile: use oidset for bad objects
René Scharfe
2021-09-13
1
-2
/
+2
*
|
|
|
Merge branch 'tb/multi-pack-bitmaps'
Junio C Hamano
2021-09-21
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
midx: avoid opening multiple MIDXs when writing
Taylor Blau
2021-09-01
1
-0
/
+1
|
|
|
/
|
|
/
|
*
/
|
object-store.h: teach for_each_packed_object to ignore kept packs
Taylor Blau
2021-08-30
1
-0
/
+6
|
/
/
*
|
object-store: avoid extra ';' from KHASH_INIT
Carlo Marcelo Arenas Belón
2021-08-09
1
-1
/
+1
*
|
oidtree: a crit-bit tree for odb_loose_cache
Eric Wong
2021-07-08
1
-2
/
+3
*
|
make object_directory.loose_objects_subdir_seen a bitmap
Eric Wong
2021-07-08
1
-1
/
+1
*
|
speed up alt_odb_usable() with many alternates
Eric Wong
2021-07-08
1
-0
/
+7
|
/
*
packfile: add kept-pack cache for find_kept_pack_entry()
Jeff King
2021-02-23
1
-0
/
+5
*
packfile: prepare for the existence of '*.rev' files
Taylor Blau
2021-01-26
1
-0
/
+3
*
sha1-file: introduce no-lazy-fetch has_object()
Jonathan Tan
2020-08-06
1
-2
/
+23
*
packfile: compute and use the index CRC offset
brian m. carlson
2020-05-27
1
-0
/
+1
*
oid_array: rename source file from sha1-array
Jeff King
2020-03-30
1
-1
/
+1
*
packed_object_info(): use object_id for returning delta base
Jeff King
2020-02-24
1
-1
/
+1
*
Merge branch 'mt/use-passed-repo-more-in-funcs'
Junio C Hamano
2020-02-14
1
-2
/
+3
|
\
|
*
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
2020-01-31
1
-2
/
+3
*
|
Merge branch 'mt/threaded-grep-in-object-store'
Junio C Hamano
2020-02-14
1
-0
/
+37
|
\
\
|
*
|
object-store: allow threaded access to object reading
Matheus Tavares
2020-01-17
1
-0
/
+35
|
*
|
replace-object: make replace operations thread-safe
Matheus Tavares
2020-01-17
1
-0
/
+2
|
|
/
[next]