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
*
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
|
|
/
*
|
Merge branch 'jn/pretend-object-doc'
Junio C Hamano
2020-02-12
1
-0
/
+8
|
\
\
|
*
|
sha1-file: document how to use pretend_object_file
Jonathan Nieder
2020-01-06
1
-0
/
+8
*
|
|
Merge branch 'jt/sha1-file-remove-oi-skip-cached'
Junio C Hamano
2020-01-23
1
-2
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
sha1-file: remove OBJECT_INFO_SKIP_CACHED
Jonathan Tan
2020-01-02
1
-2
/
+0
|
|
/
*
/
packfile.c: speed up loading lots of packfiles
Colin Stolley
2019-12-03
1
-0
/
+21
|
/
*
Merge branch 'jk/check-connected-with-alternates'
Junio C Hamano
2019-07-19
1
-0
/
+2
|
\
|
*
object-store.h: move for_each_alternate_ref() from transport.h
Jeff King
2019-07-01
1
-0
/
+2
*
|
Merge branch 'ds/object-info-for-prefetch-fix'
Junio C Hamano
2019-06-17
1
-3
/
+7
|
\
\
|
|
/
|
/
|
|
*
sha1-file: split OBJECT_INFO_FOR_PREFETCH
Derrick Stolee
2019-05-28
1
-3
/
+7
[next]