index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
object-file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
object-file: emit corruption errors when detected
Jonathan Tan
2022-12-15
1
-27
/
+28
|
*
|
object-file: refactor map_loose_object_1()
Jonathan Tan
2022-12-15
1
-26
/
+24
|
*
|
object-file: remove OBJECT_INFO_IGNORE_LOOSE
Jonathan Tan
2022-12-15
1
-3
/
+0
|
|
/
*
/
object-file: inline write_buffer()
René Scharfe
2022-12-14
1
-9
/
+2
|
/
*
object-file: use real paths when adding alternates
Glen Choo
2022-11-25
1
-13
/
+13
*
Merge branch 'jk/unused-anno-more'
Junio C Hamano
2022-10-27
1
-5
/
+10
|
\
|
*
object-file: mark unused parameters in hash_unknown functions
Jeff King
2022-10-18
1
-5
/
+10
*
|
Merge branch 'jt/promisor-remote-fetch-tweak'
Junio C Hamano
2022-10-17
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
promisor-remote: die upon failing fetch
Jonathan Tan
2022-10-05
1
-4
/
+0
*
|
Merge branch 'hx/unpack-streaming'
Junio C Hamano
2022-07-15
1
-30
/
+203
|
\
\
|
|
/
|
/
|
|
*
object-file.c: add "stream_loose_object()" to handle large object
Han Xin
2022-06-13
1
-0
/
+104
|
*
object-file.c: factor out deflate part of write_loose_object()
Ævar Arnfjörð Bjarmason
2022-06-13
1
-6
/
+25
|
*
object-file.c: refactor write_loose_object() to several steps
Han Xin
2022-06-13
1
-24
/
+74
*
|
Merge branch 'ab/env-array'
Junio C Hamano
2022-06-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-06-02
1
-1
/
+1
*
|
Merge branch 'tb/cruft-packs'
Junio C Hamano
2022-06-03
1
-1
/
+3
|
\
\
|
*
|
sha1-file.c: don't freshen cruft packs
Taylor Blau
2022-05-27
1
-0
/
+2
|
*
|
builtin/pack-objects.c: --cruft without expiration
Taylor Blau
2022-05-27
1
-1
/
+1
|
|
/
*
|
Merge branch 'ds/object-file-unpack-loose-header-fix'
Junio C Hamano
2022-06-03
1
-6
/
+2
|
\
\
|
*
|
object-file: convert 'switch' back to 'if'
Derrick Stolee
2022-05-17
1
-6
/
+2
*
|
|
Merge branch 'ns/batch-fsync'
Junio C Hamano
2022-06-03
1
-1
/
+6
|
\
\
\
|
*
|
|
core.fsyncmethod: batched disk flushes for loose-objects
Neeraj Singh
2022-04-06
1
-1
/
+6
*
|
|
|
Merge branch 'ab/valgrind-fixes'
Junio C Hamano
2022-05-23
1
-2
/
+6
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
object-file: fix a unpack_loose_header() regression in 3b6a8db3b03
Ævar Arnfjörð Bjarmason
2022-05-13
1
-2
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-1
/
+1
|
|
\
\
|
|
*
|
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
|
|
object-file: pass filename to fsync_or_die
Neeraj Singh
2022-03-30
1
-4
/
+4
*
|
|
|
Merge branch 'ab/refs-various-fixes'
Junio C Hamano
2022-03-29
1
-4
/
+5
|
\
\
\
\
|
*
|
|
|
misc *.c: use designated initializers for struct assignments
Ævar Arnfjörð Bjarmason
2022-03-17
1
-4
/
+5
*
|
|
|
|
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
2022-03-26
1
-4
/
+9
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
2022-03-11
1
-4
/
+9
*
|
|
|
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
2022-03-17
1
-52
/
+93
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
object-file API: pass an enum to read_object_with_reference()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-3
/
+2
|
*
|
|
object-file.c: add a literal version of write_object_file_prepare()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-10
/
+29
|
*
|
|
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-14
/
+21
|
*
|
|
object API: rename hash_object_file_literally() to write_*()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-3
/
+3
|
*
|
|
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-14
/
+18
|
*
|
|
object API users + docs: check <0, not !0 with check_object_signature()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
|
*
|
|
object API docs: move check_object_signature() docs to cache.h
Ævar Arnfjörð Bjarmason
2022-02-26
1
-6
/
+0
|
*
|
|
object API: correct "buf" v.s. "map" mismatch in *.c and *.h
Ævar Arnfjörð Bjarmason
2022-02-26
1
-5
/
+5
|
*
|
|
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-5
/
+5
|
*
|
|
object-file API: add a format_object_header() function
Ævar Arnfjörð Bjarmason
2022-02-26
1
-3
/
+20
|
*
|
|
object-file API: return "void", not "int" from hash_object_file()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-8
/
+8
|
*
|
|
object-file.c: split up declaration of unrelated variables
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+2
|
|
/
/
*
/
/
object-file: use designated initializers for "struct git_hash_algo"
Ævar Arnfjörð Bjarmason
2022-02-25
1
-39
/
+39
|
/
/
*
|
Merge branch 'ns/tmp-objdir'
Junio C Hamano
2022-01-04
1
-2
/
+48
|
\
\
|
*
|
tmp-objdir: disable ref updates when replacing the primary odb
Neeraj Singh
2021-12-08
1
-0
/
+6
|
*
|
tmp-objdir: new API for creating temporary writable databases
Neeraj Singh
2021-12-08
1
-2
/
+42
*
|
|
Merge branch 'ab/run-command'
Junio C Hamano
2021-12-15
1
-1
/
+1
|
\
\
\
[prev]
[next]