index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
object-file.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-16
object-file: get rid of `the_repository` in index-related functions
Patrick Steinhardt
1
-3
/
+3
2025-07-16
object-file: get rid of `the_repository` in `force_object_loose()`
Patrick Steinhardt
1
-9
/
+9
2025-07-16
object-file: get rid of `the_repository` in `read_loose_object()`
Patrick Steinhardt
1
-4
/
+5
2025-07-16
object-file: get rid of `the_repository` in loose object iterators
Patrick Steinhardt
1
-9
/
+9
2025-07-16
object-file: remove declaration for `for_each_file_in_obj_subdir()`
Patrick Steinhardt
1
-7
/
+7
2025-07-16
object-file: inline `for_each_loose_file_in_objdir_buf()`
Patrick Steinhardt
1
-23
/
+8
2025-07-16
object-file: get rid of `the_repository` when writing objects
Patrick Steinhardt
1
-46
/
+50
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-9
/
+9
2025-07-16
loose: write loose objects map via their source
Patrick Steinhardt
1
-3
/
+3
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
1
-6
/
+8
2025-07-16
object-file: get rid of `the_repository` in `loose_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` when freshening objects
Patrick Steinhardt
1
-11
/
+11
2025-07-16
object-file: inline `check_and_freshen()` functions
Patrick Steinhardt
1
-28
/
+13
2025-07-16
object-file: get rid of `the_repository` in `has_loose_object()`
Patrick Steinhardt
1
-9
/
+7
2025-07-16
object-file: stop using `the_hash_algo`
Patrick Steinhardt
1
-16
/
+24
2025-07-16
object-file: fix -Wsign-compare warnings
Patrick Steinhardt
1
-9
/
+6
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
1
-5
/
+5
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-40
/
+40
2025-05-16
object-file: drop support for writing objects with unknown types
Jeff King
1
-76
/
+5
2025-05-16
oid_object_info(): drop type_name strbuf
Jeff King
1
-3
/
+1
2025-05-16
fsck: stop using object_info->type_name strbuf
Jeff King
1
-3
/
+9
2025-05-16
object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flag
Jeff King
1
-38
/
+7
2025-04-29
object-store: drop `loose_object_path()`
Patrick Steinhardt
1
-2
/
+2
2025-04-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
1
-1193
/
+27
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
1
-283
/
+9
2025-04-15
Merge branch 'jk/zlib-inflate-fixes'
Junio C Hamano
1
-25
/
+23
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-0
/
+1
2025-04-15
object-file: drop `index_blob_stream()`
Patrick Steinhardt
1
-24
/
+2
2025-04-15
object-file: split up concerns of `HASH_*` flags
Patrick Steinhardt
1
-9
/
+9
2025-04-15
object-file: split out functions relating to object store subsystem
Patrick Steinhardt
1
-977
/
+13
2025-04-15
object-file: move `xmmap()` into "wrapper.c"
Patrick Steinhardt
1
-48
/
+0
2025-04-15
object-file: move `git_open_cloexec()` to "compat/open.c"
Patrick Steinhardt
1
-27
/
+0
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-79
/
+2
2025-04-15
object-file: move `mkdir_in_gitdir()` into "path.c"
Patrick Steinhardt
1
-31
/
+2
2025-03-21
treewide: replace assert() with ASSERT() in special cases
Elijah Newren
1
-1
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2025-03-10
object-file: split out logic regarding hash algorithms
Patrick Steinhardt
1
-277
/
+0
2025-03-10
object-file-convert: stop depending on `the_repository`
Patrick Steinhardt
1
-3
/
+4
2025-03-10
environment: move access to "core.bigFileThreshold" into repo settings
Patrick Steinhardt
1
-2
/
+4
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
1
-7
/
+7
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
1
-4
/
+4
2025-02-25
unpack_loose_rest(): rewrite return handling for clarity
Jeff King
1
-6
/
+6
2025-02-25
unpack_loose_rest(): simplify error handling
Jeff King
1
-3
/
+3
2025-02-25
unpack_loose_rest(): never clean up zstream
Jeff King
1
-10
/
+8
2025-02-25
unpack_loose_rest(): avoid numeric comparison of zlib status
Jeff King
1
-1
/
+1
2025-02-25
unpack_loose_header(): avoid numeric comparison of zlib status
Jeff King
1
-1
/
+1
2025-02-25
unpack_loose_header(): fix infinite loop on broken zlib input
Jeff King
1
-1
/
+1
2025-02-25
unpack_loose_header(): report headers without NUL as "bad"
Jeff King
1
-1
/
+1
[next]