index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pack-bitmap-write.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-13
Merge branch 'kk/prio-queue-get-put-fusion'
Junio C Hamano
1
-4
/
+4
2026-06-09
prio-queue: rename .nr to .nr_ and add accessor helpers
Kristofer Karlsson
1
-5
/
+5
2026-05-28
pack-bitmap: build pseudo-merge bitmaps after regular bitmaps
Taylor Blau
1
-36
/
+174
2026-05-28
pack-bitmap: remember pseudo-merge parents
Taylor Blau
1
-13
/
+17
2026-05-28
pack-bitmap: sort bitmaps before XORing
Taylor Blau
1
-0
/
+29
2026-05-28
pack-bitmap: cache object positions during fill
Taylor Blau
1
-1
/
+87
2026-05-28
pack-bitmap: consolidate `find_object_pos()` success path
Taylor Blau
1
-9
/
+9
2026-05-28
pack-bitmap: reuse stored selected bitmaps
Taylor Blau
1
-0
/
+34
2026-05-28
pack-bitmap: check subtree bits before recursing
Taylor Blau
1
-6
/
+17
2026-05-28
pack-bitmap: pass object position to `fill_bitmap_tree()`
Taylor Blau
1
-8
/
+15
2026-05-12
pack-bitmap: fix pseudo-merge lookup for shared commits
Taylor Blau
1
-1
/
+1
2026-05-12
pack-bitmap-write: sort pseudo-merge commit lookup table in pack order
Taylor Blau
1
-1
/
+20
2026-02-13
Merge branch 'ps/commit-list-functions-renamed'
Junio C Hamano
1
-3
/
+3
2026-01-21
Merge branch 'rs/tree-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-3
/
+3
2026-01-09
pack-bitmap-write: use repo_parse_tree()
René Scharfe
1
-1
/
+1
2025-12-25
pack-bitmap-write: use commit_stack
René Scharfe
1
-11
/
+7
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
[next]