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
/
pack-bitmap-write.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-4
/
+5
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: get rid of `the_repository` in `odb_mkstemp()`
Patrick Steinhardt
1
-1
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-06-17
Merge branch 'ly/do-not-localize-bug-messages'
Junio C Hamano
1
-1
/
+1
2025-06-03
BUG(): remove leading underscore of the format string
Lidong Yan
1
-1
/
+1
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-1
/
+1
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
1
-18
/
+18
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-21
midx: implement writing incremental MIDX bitmaps
Taylor Blau
1
-16
/
+49
2025-03-10
pack-bitmap-write: stop depending on `the_repository`
Patrick Steinhardt
1
-18
/
+18
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
1
-2
/
+4
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-30
pack-bitmap-write: fix leaking OID array
Patrick Steinhardt
1
-0
/
+1
2024-09-30
pseudo-merge: fix various memory leaks
Patrick Steinhardt
1
-0
/
+8
2024-08-26
Merge branch 'jk/drop-unused-parameters'
Junio C Hamano
1
-4
/
+3
2024-08-17
pack-bitmap: drop unused parameters from select_pseudo_merges()
Jeff King
1
-1
/
+1
2024-08-17
pack-bitmap: load writer config from repository parameter
Jeff King
1
-1
/
+1
2024-08-15
pack-bitmap-write.c: select pseudo-merges even for small bitmaps
Taylor Blau
1
-0
/
+4
2024-08-15
pack-bitmap: drop redundant args from `bitmap_writer_finish()`
Taylor Blau
1
-4
/
+4
2024-08-15
pack-bitmap: drop redundant args from `bitmap_writer_build()`
Taylor Blau
1
-6
/
+3
2024-08-15
pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()`
Taylor Blau
1
-7
/
+5
2024-08-15
pack-bitmap: initialize `bitmap_writer_init()` with packing_data
Taylor Blau
1
-1
/
+3
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-2
/
+4
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
1
-2
/
+2
2024-05-24
pseudo-merge: implement support for finding existing merges
Taylor Blau
1
-2
/
+13
2024-05-24
pack-bitmap-write.c: write pseudo-merge table
Taylor Blau
1
-0
/
+131
2024-05-24
pseudo-merge: implement support for selecting pseudo-merge commits
Taylor Blau
1
-0
/
+21
2024-05-24
pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public
Taylor Blau
1
-5
/
+4
2024-05-24
pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`
Taylor Blau
1
-0
/
+6
2024-05-24
pack-bitmap-write: support storing pseudo-merge commits
Taylor Blau
1
-33
/
+63
2024-05-24
pack-bitmap: move some initialization to `bitmap_writer_init()`
Taylor Blau
1
-6
/
+18
2024-05-15
pack-bitmap: introduce `bitmap_writer_free()`
Taylor Blau
1
-0
/
+23
2024-05-15
pack-bitmap-write.c: avoid uninitialized 'write_as' field
Taylor Blau
1
-0
/
+1
2024-05-15
pack-bitmap: drop unused `max_bitmaps` parameter
Taylor Blau
1
-7
/
+1
2024-05-15
pack-bitmap: avoid use of static `bitmap_writer`
Taylor Blau
1
-104
/
+105
2024-05-15
pack-bitmap-write.c: move commit_positions into commit_pos fields
Taylor Blau
1
-25
/
+16
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-1
/
+1
2024-01-12
Merge branch 'tb/multi-pack-verbatim-reuse'
Junio C Hamano
1
-1
/
+8
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-3
/
+0
2023-12-14
pack-bitmap-write: deep-clear the `bb_commit` slab
Taylor Blau
1
-1
/
+8
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-1
/
+1
2023-10-02
pack-bitmap-write: rebuild using new bitmap when remapping
Christian Couder
1
-1
/
+5
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-04-24
diff.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
[next]