index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object-file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-30
object-file: pass filename to fsync_or_die
Neeraj Singh
1
-4
/
+4
2022-03-29
Merge branch 'ab/refs-various-fixes'
Junio C Hamano
1
-4
/
+5
2022-03-25
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
1
-4
/
+9
2022-03-17
misc *.c: use designated initializers for struct assignments
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
1
-52
/
+93
2022-03-10
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
1
-4
/
+9
2022-02-25
object-file API: pass an enum to read_object_with_reference()
Ævar Arnfjörð Bjarmason
1
-3
/
+2
2022-02-25
object-file.c: add a literal version of write_object_file_prepare()
Ævar Arnfjörð Bjarmason
1
-10
/
+29
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-14
/
+21
2022-02-25
object API: rename hash_object_file_literally() to write_*()
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-02-25
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason
1
-14
/
+18
2022-02-25
object API users + docs: check <0, not !0 with check_object_signature()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-25
object API docs: move check_object_signature() docs to cache.h
Ævar Arnfjörð Bjarmason
1
-6
/
+0
2022-02-25
object API: correct "buf" v.s. "map" mismatch in *.c and *.h
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2022-02-25
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2022-02-25
object-file API: add a format_object_header() function
Ævar Arnfjörð Bjarmason
1
-3
/
+20
2022-02-25
object-file API: return "void", not "int" from hash_object_file()
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2022-02-25
object-file.c: split up declaration of unrelated variables
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2022-02-24
object-file: use designated initializers for "struct git_hash_algo"
Ævar Arnfjörð Bjarmason
1
-39
/
+39
2022-01-03
Merge branch 'ns/tmp-objdir'
Junio C Hamano
1
-2
/
+48
2021-12-15
Merge branch 'ab/run-command'
Junio C Hamano
1
-1
/
+1
2021-12-15
Merge branch 'hn/reftable'
Junio C Hamano
1
-5
/
+2
2021-12-10
Merge branch 'po/size-t-for-vs'
Junio C Hamano
1
-1
/
+1
2021-12-08
tmp-objdir: disable ref updates when replacing the primary odb
Neeraj Singh
1
-0
/
+6
2021-12-08
tmp-objdir: new API for creating temporary writable databases
Neeraj Singh
1
-2
/
+42
2021-12-01
object-file.c: LLP64 compatibility, upcast unity for left shift
Philip Oakley
1
-1
/
+1
2021-11-29
Merge branch 'mc/clean-smudge-with-llp64'
Junio C Hamano
1
-3
/
+3
2021-11-25
run-command API: remove "env" member, always use "env_array"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-11-12
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
1
-3
/
+2
2021-11-11
object-file: free(*contents) only in read_loose_object() caller
Ævar Arnfjörð Bjarmason
1
-5
/
+2
2021-11-11
object-file: fix SEGV on free() regression in v2.34.0-rc2
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-11-03
odb: guard against data loss checking out a huge file
Matt Cooper
1
-3
/
+3
2021-10-25
Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'
Junio C Hamano
1
-8
/
+12
2021-10-25
Merge branch 'jt/no-abuse-alternate-odb-for-submodules'
Junio C Hamano
1
-1
/
+8
2021-10-25
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
1
-99
/
+77
2021-10-12
commit: fix duplication regression in permission error output
Ævar Arnfjörð Bjarmason
1
-8
/
+12
2021-10-08
object-file: only register submodule ODB if needed
Jonathan Tan
1
-1
/
+8
2021-10-03
Merge branch 'hn/refs-errno-cleanup'
Junio C Hamano
1
-68
/
+0
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
1
-11
/
+10
2021-10-01
fsck: don't hard die on invalid object types
Ævar Arnfjörð Bjarmason
1
-12
/
+6
2021-10-01
object-file.c: stop dying in parse_loose_header()
Ævar Arnfjörð Bjarmason
1
-34
/
+33
2021-10-01
object-file.c: return ULHR_TOO_LONG on "header too long"
Ævar Arnfjörð Bjarmason
1
-2
/
+6
2021-10-01
object-file.c: use "enum" return type for unpack_loose_header()
Ævar Arnfjörð Bjarmason
1
-13
/
+21
2021-10-01
object-file.c: simplify unpack_loose_short_header()
Ævar Arnfjörð Bjarmason
1
-38
/
+20
2021-10-01
object-file.c: make parse_loose_header_extended() public
Ævar Arnfjörð Bjarmason
1
-13
/
+7
2021-10-01
object-file.c: return -1, not "status" from unpack_loose_header()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-01
object-file.c: don't set "typep" when returning non-zero
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2021-09-23
Merge branch 'rs/packfile-bad-object-list-in-oidset'
Junio C Hamano
1
-2
/
+2
2021-09-20
Merge branch 'jt/grep-wo-submodule-odb-as-alternate'
Junio C Hamano
1
-0
/
+5
2021-09-12
packfile: convert has_packed_and_bad() to object_id
René Scharfe
1
-1
/
+1
[next]