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 'ps/build-sign-compare'
Junio C Hamano
2024-12-23
1
-0
/
+1
|
\
|
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
|
packfile.c: remove unnecessary prepare_packed_git() call
Taylor Blau
2024-12-04
1
-1
/
+0
*
|
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
2024-12-04
1
-8
/
+15
*
|
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
2024-12-04
1
-2
/
+8
*
|
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
2024-12-04
1
-7
/
+7
*
|
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
2024-12-04
1
-4
/
+5
*
|
packfile: pass down repository to `odb_pack_name`
Karthik Nayak
2024-12-04
1
-5
/
+4
*
|
packfile: pass `repository` to static function in the file
Karthik Nayak
2024-12-04
1
-7
/
+8
*
|
packfile: use `repository` from `packed_git` directly
Karthik Nayak
2024-12-04
1
-23
/
+27
*
|
packfile: add repository to struct `packed_git`
Karthik Nayak
2024-12-04
1
-6
/
+9
|
/
*
packfile: use oidread() instead of hashcpy() to fill object_id
Jeff King
2024-10-25
1
-1
/
+1
*
packfile: use object_id in find_pack_entry_one()
Jeff King
2024-10-25
1
-8
/
+8
*
packfile: convert find_sha1_pack() to use object_id
Jeff King
2024-10-25
1
-3
/
+3
*
packfile: drop sha1_pack_index_name()
Jeff King
2024-10-25
1
-6
/
+0
*
packfile: drop sha1_pack_name()
Jeff King
2024-10-25
1
-6
/
+0
*
packfile: drop has_pack_index()
Jeff King
2024-10-25
1
-8
/
+0
*
dumb-http: store downloaded pack idx as tempfile
Jeff King
2024-10-25
1
-1
/
+10
*
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+1
*
midx: implement support for writing incremental MIDX chains
Taylor Blau
2024-08-06
1
-3
/
+13
*
midx: support reading incremental MIDX chains
Taylor Blau
2024-08-06
1
-2
/
+3
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-4
/
+6
*
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2024-06-14
1
-4
/
+4
*
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-1
/
+2
|
\
|
*
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-10-02
1
-1
/
+2
*
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
|
/
*
Merge branch 'jc/retire-get-sha1-hex'
Junio C Hamano
2023-08-04
1
-1
/
+1
|
\
|
*
hex: retire get_sha1_hex()
Junio C Hamano
2023-07-25
1
-1
/
+1
*
|
Merge branch 'tb/object-access-overflow-protection'
Junio C Hamano
2023-07-25
1
-7
/
+8
|
\
\
|
*
|
packfile.c: use checked arithmetic in `nth_packed_object_offset()`
Taylor Blau
2023-07-14
1
-4
/
+5
|
*
|
packfile.c: prevent overflow in `load_idx()`
Taylor Blau
2023-07-14
1
-1
/
+1
|
*
|
packfile.c: prevent overflow in `nth_packed_object_id()`
Taylor Blau
2023-07-13
1
-2
/
+2
|
|
/
*
|
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
*
|
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
[next]