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/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
*
|
pack-bitmap: read multi-pack bitmaps
Taylor Blau
2021-09-01
1
-2
/
+2
*
|
midx: avoid opening multiple MIDXs when writing
Taylor Blau
2021-09-01
1
-11
/
+18
*
|
midx: close linked MIDXs, avoid leaking memory
Taylor Blau
2021-09-01
1
-0
/
+3
*
|
midx: infer preferred pack when not given one
Taylor Blau
2021-09-01
1
-6
/
+44
*
|
midx: reject empty `--preferred-pack`'s
Taylor Blau
2021-09-01
1
-0
/
+29
*
|
midx: clear auxiliary .rev after replacing the MIDX
Taylor Blau
2021-09-01
1
-1
/
+2
*
|
midx: fix `*.rev` cleanups with `--object-dir`
Taylor Blau
2021-09-01
1
-5
/
+5
|
/
*
Merge branch 'ab/attribute-format'
Junio C Hamano
2021-07-28
1
-0
/
+1
|
\
|
*
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
2021-07-14
1
-0
/
+1
*
|
midx: report checksum mismatches during 'verify'
Taylor Blau
2021-06-29
1
-0
/
+3
*
|
midx: don't reuse corrupt MIDXs when writing
Taylor Blau
2021-06-29
1
-0
/
+10
|
/
*
Always use oidread to read into struct object_id
brian m. carlson
2021-04-27
1
-1
/
+1
*
Merge branch 'tb/reverse-midx'
Junio C Hamano
2021-04-08
1
-13
/
+206
|
\
|
*
midx.c: improve cache locality in midx_pack_order_cmp()
Jeff King
2021-04-01
1
-26
/
+29
|
*
pack-revindex: write multi-pack reverse indexes
Taylor Blau
2021-04-01
1
-0
/
+115
|
*
pack-revindex: read multi-pack reverse indexes
Taylor Blau
2021-04-01
1
-0
/
+11
|
*
midx: make some functions non-static
Taylor Blau
2021-04-01
1
-2
/
+2
|
*
midx: keep track of the checksum
Taylor Blau
2021-04-01
1
-1
/
+2
|
*
midx: don't free midx_name early
Taylor Blau
2021-04-01
1
-1
/
+0
|
*
midx: allow marking a pack as preferred
Taylor Blau
2021-04-01
1
-9
/
+73
|
*
Merge branch 'ds/chunked-file-api' into tb/reverse-midx
Junio C Hamano
2021-02-25
1
-264
/
+169
|
|
\
*
|
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-4
/
+4
*
|
|
Merge branch 'ds/chunked-file-api'
Junio C Hamano
2021-03-01
1
-264
/
+169
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
midx: use 64-bit multiplication for chunk sizes
Derrick Stolee
2021-02-18
1
-5
/
+6
|
*
midx: use chunk-format read API
Derrick Stolee
2021-02-18
1
-47
/
+26
|
*
midx: use chunk-format API in write_midx_internal()
Derrick Stolee
2021-02-18
1
-86
/
+20
|
*
midx: drop chunk progress during write
Derrick Stolee
2021-02-18
1
-7
/
+0
|
*
midx: return success/failure in chunk write methods
Derrick Stolee
2021-02-18
1
-36
/
+27
|
*
midx: add num_large_offsets to write_midx_context
Derrick Stolee
2021-02-18
1
-7
/
+10
|
*
midx: add pack_perm to write_midx_context
Derrick Stolee
2021-02-18
1
-19
/
+21
|
*
midx: add entries to write_midx_context
Derrick Stolee
2021-02-18
1
-23
/
+26
[next]