index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-bitmap-write.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
pack-bitmap-write: fix leaking OID array
Patrick Steinhardt
2024-09-30
1
-0
/
+1
*
pseudo-merge: fix various memory leaks
Patrick Steinhardt
2024-09-30
1
-0
/
+8
*
Merge branch 'jk/drop-unused-parameters'
Junio C Hamano
2024-08-26
1
-4
/
+3
|
\
|
*
pack-bitmap: drop unused parameters from select_pseudo_merges()
Jeff King
2024-08-17
1
-1
/
+1
|
*
pack-bitmap: load writer config from repository parameter
Jeff King
2024-08-17
1
-1
/
+1
*
|
pack-bitmap-write.c: select pseudo-merges even for small bitmaps
Taylor Blau
2024-08-15
1
-0
/
+4
*
|
pack-bitmap: drop redundant args from `bitmap_writer_finish()`
Taylor Blau
2024-08-15
1
-4
/
+4
*
|
pack-bitmap: drop redundant args from `bitmap_writer_build()`
Taylor Blau
2024-08-15
1
-6
/
+3
*
|
pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()`
Taylor Blau
2024-08-15
1
-7
/
+5
*
|
pack-bitmap: initialize `bitmap_writer_init()` with packing_data
Taylor Blau
2024-08-15
1
-1
/
+3
|
/
*
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-2
/
+4
|
\
|
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
|
*
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2024-06-14
1
-2
/
+2
*
|
pseudo-merge: implement support for finding existing merges
Taylor Blau
2024-05-24
1
-2
/
+13
*
|
pack-bitmap-write.c: write pseudo-merge table
Taylor Blau
2024-05-24
1
-0
/
+131
*
|
pseudo-merge: implement support for selecting pseudo-merge commits
Taylor Blau
2024-05-24
1
-0
/
+21
*
|
pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public
Taylor Blau
2024-05-24
1
-5
/
+4
*
|
pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`
Taylor Blau
2024-05-24
1
-0
/
+6
*
|
pack-bitmap-write: support storing pseudo-merge commits
Taylor Blau
2024-05-24
1
-33
/
+63
*
|
pack-bitmap: move some initialization to `bitmap_writer_init()`
Taylor Blau
2024-05-24
1
-6
/
+18
|
/
*
pack-bitmap: introduce `bitmap_writer_free()`
Taylor Blau
2024-05-15
1
-0
/
+23
*
pack-bitmap-write.c: avoid uninitialized 'write_as' field
Taylor Blau
2024-05-15
1
-0
/
+1
*
pack-bitmap: drop unused `max_bitmaps` parameter
Taylor Blau
2024-05-15
1
-7
/
+1
*
pack-bitmap: avoid use of static `bitmap_writer`
Taylor Blau
2024-05-15
1
-104
/
+105
*
pack-bitmap-write.c: move commit_positions into commit_pos fields
Taylor Blau
2024-05-15
1
-25
/
+16
*
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-1
/
+1
|
\
|
*
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-10-02
1
-1
/
+1
*
|
Merge branch 'tb/multi-pack-verbatim-reuse'
Junio C Hamano
2024-01-13
1
-1
/
+8
|
\
\
|
*
|
pack-bitmap-write: deep-clear the `bb_commit` slab
Taylor Blau
2023-12-14
1
-1
/
+8
*
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-3
/
+0
|
/
/
*
/
pack-bitmap-write: rebuild using new bitmap when remapping
Christian Couder
2023-10-02
1
-1
/
+5
|
/
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
diff.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-1
/
+2
|
\
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
*
|
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
1
-1
/
+2
*
|
environment.h: move declarations for environment.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
*
|
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
|
/
*
pack-bitmap-write.c: instrument number of reused bitmaps
Taylor Blau
2022-10-13
1
-1
/
+7
*
pack-bitmap-write: drop unused pack_idx_entry parameters
Jeff King
2022-08-28
1
-6
/
+2
*
pack-bitmap-write.c: write lookup table extension
Abhradeep Chakraborty
2022-08-26
1
-2
/
+89
*
bitmap: move `get commit positions` code to `bitmap_writer_finish`
Abhradeep Chakraborty
2022-08-26
1
-9
/
+20
*
pack-bitmap-write: use const for hashes
Derrick Stolee
2022-07-19
1
-1
/
+1
[next]