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
2024-07-02
Merge branch 'ew/object-convert-leakfix'
Junio C Hamano
1
-1
/
+1
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-10
/
+9
2024-06-24
object-file: fix leak on conversion failure
Eric Wong
1
-1
/
+1
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
1
-10
/
+12
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+3
2024-06-14
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt
1
-8
/
+2
2024-06-14
global: ensure that object IDs are always padded
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-2
/
+2
2024-06-07
object-file: make `buf` parameter of `index_mem()` a constant
Patrick Steinhardt
1
-7
/
+7
2024-06-07
object-file: mark cached object buffers as const
Patrick Steinhardt
1
-3
/
+5
2024-05-17
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
1
-1
/
+1
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-20
/
+192
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-8
/
+0
2023-10-02
object-file: handle compat objects in check_object_signature
Eric W. Biederman
1
-1
/
+3
2023-10-02
object-file: update object_info_extended to reencode objects
Eric W. Biederman
1
-0
/
+91
2023-10-02
object-file: add a compat_oid_in parameter to write_object_file_flags
Eric W. Biederman
1
-2
/
+4
2023-10-02
object-file: update the loose object map when writing loose objects
Eric W. Biederman
1
-18
/
+95
2023-09-26
bulk-checkin: only support blobs in index_bulk_checkin
Eric W. Biederman
1
-6
/
+6
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
1
-5
/
+5
2023-07-13
fsck: mark unused parameters in various fsck callbacks
Jeff King
1
-5
/
+5
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-1
/
+2
2023-04-25
Merge branch 'ps/fix-geom-repack-with-alternates'
Junio C Hamano
1
-0
/
+6
2023-04-24
object-store.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
1
-1
/
+1
2023-04-14
repack: disable writing bitmaps when doing a local repack
Patrick Steinhardt
1
-0
/
+6
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on convert.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-2
/
+2
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
1
-1
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-1
/
+2
2023-02-24
for_each_object: mark unused callback parameters
Jeff King
1
-1
/
+2
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2023-01-30
Merge branch 'jk/hash-object-fsck'
Junio C Hamano
1
-32
/
+23
2023-01-18
hash-object: use fsck for object checks
Jeff King
1
-32
/
+23
2023-01-13
object-file: fix indent-with-space
Jeff King
1
-1
/
+1
2023-01-08
repo_read_object_file(): stop wrapping read_object_file_extended()
Jeff King
1
-4
/
+4
2023-01-08
read_object_file_extended(): drop lookup_replace option
Jeff King
1
-5
/
+2
2023-01-08
object-file: inline calls to read_object()
Jeff King
1
-28
/
+17
2023-01-05
Merge branch 'jt/avoid-lazy-fetch-commits'
Junio C Hamano
1
-56
/
+52
[next]