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: don't special-case missing source file in collision check
Patrick Steinhardt
12 days
1
-2
/
+1
*
object-file: rename variables in `check_collision()`
Patrick Steinhardt
12 days
1
-20
/
+20
*
object-file: fix race in object collision check
Patrick Steinhardt
2024-12-30
1
-2
/
+4
*
Merge branch 'tb/weak-sha1-for-tail-sum'
Junio C Hamano
2024-10-02
1
-6
/
+118
|
\
|
*
hash.h: scaffolding for _unsafe hashing variants
Taylor Blau
2024-09-27
1
-0
/
+42
|
*
finalize_object_file(): implement collision check
Taylor Blau
2024-09-27
1
-3
/
+64
|
*
finalize_object_file(): refactor unlink_or_warn() placement
Taylor Blau
2024-09-27
1
-1
/
+6
|
*
finalize_object_file(): check for name collision before renaming
Taylor Blau
2024-09-27
1
-2
/
+6
*
|
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
2024-09-25
1
-1
/
+1
|
\
\
|
*
|
object-file: fix a typo
Andrew Kreimer
2024-09-19
1
-1
/
+1
*
|
|
environment: move object database functions into object layer
Patrick Steinhardt
2024-09-12
1
-0
/
+33
*
|
|
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
2024-09-12
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge branch 'ps/leakfixes-part-4'
Junio C Hamano
2024-08-23
1
-0
/
+1
|
\
\
|
*
|
object-file: fix memory leak when reading corrupted headers
Patrick Steinhardt
2024-08-14
1
-0
/
+1
|
|
/
*
/
fsck: make "fsck_error" callback generic
shejialuo
2024-08-08
1
-5
/
+4
|
/
*
Merge branch 'ew/object-convert-leakfix'
Junio C Hamano
2024-07-02
1
-1
/
+1
|
\
|
*
object-file: fix leak on conversion failure
Eric Wong
2024-06-24
1
-1
/
+1
*
|
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-10
/
+9
|
\
\
|
*
|
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+3
|
*
|
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt
2024-06-14
1
-8
/
+2
|
*
|
global: ensure that object IDs are always padded
Patrick Steinhardt
2024-06-14
1
-0
/
+2
|
*
|
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-2
/
+2
*
|
|
Merge branch 'ps/no-writable-strings'
Junio C Hamano
2024-06-18
1
-10
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
object-file: make `buf` parameter of `index_mem()` a constant
Patrick Steinhardt
2024-06-07
1
-7
/
+7
|
*
|
object-file: mark cached object buffers as const
Patrick Steinhardt
2024-06-07
1
-3
/
+5
|
|
/
*
/
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
2024-05-17
1
-1
/
+1
|
/
*
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-20
/
+192
|
\
|
*
object-file: handle compat objects in check_object_signature
Eric W. Biederman
2023-10-02
1
-1
/
+3
|
*
object-file: update object_info_extended to reencode objects
Eric W. Biederman
2023-10-02
1
-0
/
+91
|
*
object-file: add a compat_oid_in parameter to write_object_file_flags
Eric W. Biederman
2023-10-02
1
-2
/
+4
|
*
object-file: update the loose object map when writing loose objects
Eric W. Biederman
2023-10-02
1
-18
/
+95
*
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-8
/
+0
*
|
bulk-checkin: only support blobs in index_bulk_checkin
Eric W. Biederman
2023-09-26
1
-6
/
+6
|
/
*
Merge branch 'jk/unused-parameter'
Junio C Hamano
2023-07-25
1
-5
/
+5
|
\
|
*
fsck: mark unused parameters in various fsck callbacks
Jeff King
2023-07-14
1
-5
/
+5
*
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
/
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-1
/
+2
|
\
|
*
object-store.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
|
*
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
1
-1
/
+1
*
|
Merge branch 'ps/fix-geom-repack-with-alternates'
Junio C Hamano
2023-04-25
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
repack: disable writing bitmaps when doing a local repack
Patrick Steinhardt
2023-04-14
1
-0
/
+6
*
|
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
treewide: be explicit about dependence on convert.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-2
/
+2
|
\
\
|
*
|
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
|
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
|
/
*
|
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
1
-1
/
+1
*
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
[next]