index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packfile.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-1
/
+1
|
\
|
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
Merge branch 'ds/remove-idx-before-pack'
Junio C Hamano
2023-06-30
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
packfile: delete .idx files before .pack files
Derrick Stolee
2023-06-20
1
-1
/
+1
*
|
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-1
/
+1
|
\
\
|
*
|
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
1
-1
/
+1
*
|
|
Merge branch 'tb/pack-revindex-on-disk'
Junio C Hamano
2023-04-28
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pack-revindex: make `load_pack_revindex` take a repository
Taylor Blau
2023-04-13
1
-1
/
+1
|
*
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-1
/
+4
|
|
\
\
|
*
\
\
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-1
/
+1
|
|
\
\
\
*
|
|
|
|
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 pack-revindex.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
|
|
|
treewide: be explicit about dependence on trace.h & trace2.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
-1
/
+1
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
cocci: apply the "promisor-remote.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
*
|
|
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
|
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
|
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'ds/reprepare-alternates-when-repreparing-packfiles'
Junio C Hamano
2023-03-19
1
-0
/
+10
|
\
\
\
|
*
|
|
object-file: reprepare alternates when necessary
Derrick Stolee
2023-03-09
1
-0
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-2
/
+2
|
\
\
\
|
*
|
|
for_each_object: mark unused callback parameters
Jeff King
2023-02-24
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
|
/
/
*
/
packfile: inline custom read_object()
Jeff King
2023-01-08
1
-17
/
+9
|
/
*
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-1
/
+1
|
\
|
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-1
/
+1
|
\
|
|
*
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
|
Merge branch 'jk/is-promisor-object-keep-tree-in-use'
Junio C Hamano
2022-08-25
1
-2
/
+13
|
\
\
|
|
/
|
/
|
|
*
is_promisor_object(): fix use-after-free of tree buffer
Jeff King
2022-08-15
1
-2
/
+13
*
|
Merge branch 'jk/fsck-tree-mode-bits-fix'
Junio C Hamano
2022-08-18
1
-1
/
+1
|
\
\
|
*
|
tree-walk: add a mechanism for getting non-canonicalized modes
Jeff King
2022-08-10
1
-1
/
+1
*
|
|
Merge branch 'rs/mergesort'
Junio C Hamano
2022-08-03
1
-15
/
+3
|
\
\
\
|
*
|
|
packfile: use DEFINE_LIST_SORT
René Scharfe
2022-07-18
1
-15
/
+3
*
|
|
|
Merge branch 'jk/optim-promisor-object-enumeration'
Junio C Hamano
2022-07-12
1
-1
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
is_promisor_object(): walk promisor packs in pack-order
Jeff King
2022-06-16
1
-1
/
+2
|
|
/
/
*
|
|
Merge branch 'tb/cruft-packs'
Junio C Hamano
2022-06-03
1
-2
/
+17
|
\
\
\
|
*
|
|
pack-mtimes: support reading .mtimes files
Taylor Blau
2022-05-27
1
-2
/
+17
|
|
/
/
*
|
|
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
*
|
|
Merge branch 'jt/pack-header-lshift-overflow'
Junio C Hamano
2022-01-13
1
-1
/
+1
|
\
\
\
|
*
|
|
packfile: fix off-by-one error in decoding logic
Junio C Hamano
2022-01-12
1
-1
/
+1
*
|
|
|
Merge branch 'tb/pack-revindex-on-disk-cleanup'
Junio C Hamano
2021-12-15
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
packfile: make `close_pack_revindex()` static
Taylor Blau
2021-12-05
1
-1
/
+2
*
|
|
|
|
Merge branch 'jt/pack-header-lshift-overflow'
Junio C Hamano
2021-12-10
1
-1
/
+1
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
packfile: avoid overflowing shift during decode
Jonathan Tan
2021-11-11
1
-1
/
+1
*
|
|
|
|
Merge branch 'mc/clean-smudge-with-llp64'
Junio C Hamano
2021-11-30
1
-3
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
odb: guard against data loss checking out a huge file
Matt Cooper
2021-11-03
1
-3
/
+3
[next]