index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
midx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'tb/midx-bitmap-selection-fix'
Junio C Hamano
2022-10-27
1
-1
/
+33
|
\
|
*
midx.c: instrument MIDX and bitmap generation with trace2 regions
Taylor Blau
2022-10-13
1
-0
/
+28
|
*
midx.c: consider annotated tags during bitmap selection
Taylor Blau
2022-10-13
1
-0
/
+4
|
*
midx.c: fix whitespace typo
Taylor Blau
2022-10-13
1
-1
/
+1
*
|
midx.c: avoid cruft packs with non-zero `repack --batch-size`
Taylor Blau
2022-09-21
1
-0
/
+2
*
|
midx.c: remove unnecessary loop condition
Taylor Blau
2022-09-21
1
-1
/
+1
*
|
midx.c: replace `xcalloc()` with `CALLOC_ARRAY()`
Taylor Blau
2022-09-21
1
-1
/
+3
*
|
midx.c: avoid cruft packs with `repack --batch-size=0`
Taylor Blau
2022-09-21
1
-0
/
+2
*
|
midx.c: prevent `expire` from removing the cruft pack
Taylor Blau
2022-09-21
1
-1
/
+1
|
/
*
Merge branch 'ac/bitmap-lookup-table'
Junio C Hamano
2022-09-06
1
-0
/
+3
|
\
|
*
pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
Abhradeep Chakraborty
2022-08-26
1
-0
/
+3
*
|
Merge branch 'tb/midx-with-changing-preferred-pack-fix'
Junio C Hamano
2022-09-06
1
-46
/
+95
|
\
\
|
|
/
|
/
|
|
*
midx.c: avoid adding preferred objects twice
Taylor Blau
2022-08-22
1
-2
/
+13
|
*
midx.c: include preferred pack correctly with existing MIDX
Taylor Blau
2022-08-22
1
-7
/
+7
|
*
midx.c: extract `midx_fanout_add_pack_fanout()`
Taylor Blau
2022-08-22
1
-15
/
+28
|
*
midx.c: extract `midx_fanout_add_midx_fanout()`
Taylor Blau
2022-08-22
1
-19
/
+28
|
*
midx.c: extract `struct midx_fanout`
Taylor Blau
2022-08-22
1
-19
/
+35
*
|
write_midx_bitmap(): drop unused refs_snapshot parameter
Jeff King
2022-07-27
1
-2
/
+1
*
|
midx: reduce memory pressure while writing bitmaps
Derrick Stolee
2022-07-19
1
-0
/
+13
*
|
midx: extract bitmap write setup
Derrick Stolee
2022-07-19
1
-24
/
+32
|
/
*
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-06-07
1
-0
/
+1
|
\
|
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
|
Merge branch 'tb/cruft-packs'
Junio C Hamano
2022-06-03
1
-15
/
+3
|
\
\
|
*
|
chunk-format.h: extract oid_version()
Taylor Blau
2022-05-27
1
-15
/
+3
*
|
|
Merge branch 'ds/midx-normalize-pathname-before-comparison'
Junio C Hamano
2022-05-04
1
-4
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
midx: use real paths in lookup_multi_pack_index()
Derrick Stolee
2022-04-25
1
-4
/
+13
*
|
|
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
2022-03-11
1
-1
/
+2
|
|
/
|
/
|
*
|
Merge branch 'tb/midx-no-bitmap-for-no-objects'
Junio C Hamano
2022-02-18
1
-0
/
+9
|
\
\
|
*
|
midx: prevent writing a .bitmap without any objects
Taylor Blau
2022-02-09
1
-0
/
+9
|
|
/
*
|
midx: read `RIDX` chunk when present
Taylor Blau
2022-01-27
1
-1
/
+5
*
|
midx.c: make changing the preferred pack safe
Taylor Blau
2022-01-27
1
-3
/
+20
|
/
*
Merge branch 'tb/plug-pack-bitmap-leaks'
Junio C Hamano
2021-11-30
1
-28
/
+38
|
\
|
*
midx.c: write MIDX filenames to strbuf
Taylor Blau
2021-10-29
1
-26
/
+33
|
*
midx.c: don't leak MIDX from verify_midx_file
Taylor Blau
2021-10-28
1
-1
/
+3
|
*
midx.c: clean up chunkfile after reading the MIDX
Taylor Blau
2021-10-21
1
-1
/
+2
|
*
Merge branch 'tb/repack-write-midx'
Junio C Hamano
2021-10-19
1
-12
/
+98
|
|
\
*
|
|
midx.c: guard against commit_lock_file() failures
Taylor Blau
2021-10-15
1
-1
/
+2
*
|
|
midx.c: lookup MIDX by object directory during repack
Taylor Blau
2021-10-15
1
-4
/
+1
*
|
|
midx.c: lookup MIDX by object directory during expire
Taylor Blau
2021-10-15
1
-4
/
+3
*
|
|
midx.c: extract MIDX lookup by object_dir
Taylor Blau
2021-10-15
1
-10
/
+17
*
|
|
Merge branch 'tb/repack-write-midx' into tb/fix-midx-rename-while-mapped
Junio C Hamano
2021-10-15
1
-12
/
+98
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
midx: preliminary support for `--refs-snapshot`
Taylor Blau
2021-09-29
1
-8
/
+53
|
*
midx: expose `write_midx_file_only()` publicly
Taylor Blau
2021-09-29
1
-8
/
+49
*
|
Merge branch 'tb/midx-write-propagate-namehash'
Junio C Hamano
2021-10-11
1
-1
/
+5
|
\
\
|
*
|
midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps
Taylor Blau
2021-09-15
1
-1
/
+5
|
|
/
*
|
Merge branch 'rs/packfile-bad-object-list-in-oidset'
Junio C Hamano
2021-09-23
1
-26
/
+11
|
\
\
|
|
/
|
/
|
|
*
packfile: use oidset for bad objects
René Scharfe
2021-09-13
1
-7
/
+3
|
*
midx: inline nth_midxed_pack_entry()
René Scharfe
2021-09-13
1
-20
/
+9
*
|
pack-bitmap: drop repository argument from prepare_midx_bitmap_git()
Jeff King
2021-09-10
1
-1
/
+1
*
|
pack-bitmap: write multi-pack bitmaps
Taylor Blau
2021-09-01
1
-8
/
+201
[next]