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 '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
|
*
midx: use context in write_midx_pack_names()
Derrick Stolee
2021-02-18
1
-11
/
+10
|
*
midx: rename pack_info to write_midx_context
Derrick Stolee
2021-02-18
1
-65
/
+65
*
|
Merge branch 'ma/more-opaque-lock-file'
Junio C Hamano
2021-01-25
1
-1
/
+1
|
\
\
|
*
|
midx: don't peek into `struct lock_file`
Martin Ågren
2021-01-06
1
-1
/
+1
|
|
/
*
/
hash-lookup: rename from sha1-lookup
Martin Ågren
2021-01-04
1
-1
/
+1
|
/
*
Merge branch 'tb/idx-midx-race-fix'
Junio C Hamano
2020-12-09
1
-1
/
+1
|
\
|
*
midx.c: protect against disappearing packs
Taylor Blau
2020-11-25
1
-1
/
+1
*
|
Merge branch 'rs/hashwrite-be64'
Junio C Hamano
2020-11-26
1
-5
/
+2
|
\
\
|
*
|
midx: use hashwrite_be64()
René Scharfe
2020-11-12
1
-5
/
+2
*
|
|
Merge branch 'ds/maintenance-part-2'
Junio C Hamano
2020-10-27
1
-13
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
midx: use start_delayed_progress()
Derrick Stolee
2020-09-25
1
-5
/
+5
|
*
|
midx: enable core.multiPackIndex by default
Derrick Stolee
2020-09-25
1
-8
/
+3
*
|
|
Merge branch 'rs/misc-cleanups'
Junio C Hamano
2020-09-19
1
-7
/
+4
|
\
\
\
|
*
|
|
midx: use hashwrite_u8() in write_midx_header()
René Scharfe
2020-09-06
1
-7
/
+4
*
|
|
|
Merge branch 'tb/repack-clearing-midx'
Junio C Hamano
2020-09-09
1
-2
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
midx: traverse the local MIDX first
Taylor Blau
2020-08-28
1
-2
/
+6
*
|
|
|
Merge branch 'rs/more-buffered-io'
Junio C Hamano
2020-08-24
1
-3
/
+5
|
\
\
\
\
|
*
|
|
|
midx: use buffered I/O to talk to pack-objects
René Scharfe
2020-08-17
1
-3
/
+5
|
|
/
/
/
*
|
|
|
Merge branch 'jk/unleak-fixes'
Junio C Hamano
2020-08-24
1
-6
/
+2
|
\
\
\
\
|
*
|
|
|
stop calling UNLEAK() before die()
Jeff King
2020-08-13
1
-6
/
+2
|
|
/
/
/
*
|
|
|
Merge branch 'ds/midx-repack-to-batch-size'
Junio C Hamano
2020-08-24
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
multi-pack-index: repack batches below --batch-size
Derrick Stolee
2020-08-11
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
/
|
|
multi-pack-index: use hash version byte
Derrick Stolee
2020-08-18
1
-6
/
+29
|
/
/
/
*
/
/
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-6
/
+6
|
/
/
*
|
multi-pack-index: respect repack.packKeptObjects=false
Derrick Stolee
2020-05-10
1
-5
/
+21
*
|
midx: teach "git multi-pack-index repack" honor "git repack" configurations
Son Luong Ngoc
2020-05-10
1
-0
/
+16
*
|
Merge branch 'ds/multi-pack-index'
Junio C Hamano
2020-05-01
1
-3
/
+1
|
\
\
|
*
|
multi-pack-index: close file descriptor after mmap
Derrick Stolee
2020-04-24
1
-3
/
+1
*
|
|
midx.c: fix an integer underflow
Damien Robert
2020-03-29
1
-0
/
+15
*
|
|
nth_packed_object_oid(): use customary integer return
Jeff King
2020-02-24
1
-1
/
+1
*
|
|
midx: honor the MIDX_PROGRESS flag in midx_repack
William Baker
2019-10-23
1
-0
/
+6
*
|
|
midx: honor the MIDX_PROGRESS flag in verify_midx_file
William Baker
2019-10-23
1
-8
/
+12
*
|
|
midx: add progress to expire_midx_packs
William Baker
2019-10-23
1
-0
/
+12
*
|
|
midx: add progress to write_midx_file
William Baker
2019-10-23
1
-4
/
+21
*
|
|
midx: add MIDX_PROGRESS flag
William Baker
2019-10-23
1
-4
/
+4
|
|
/
|
/
|
*
|
midx: switch to using the_hash_algo
brian m. carlson
2019-08-20
1
-6
/
+5
*
|
midx: implement midx_repack()
Derrick Stolee
2019-06-11
1
-1
/
+150
*
|
multi-pack-index: prepare 'repack' subcommand
Derrick Stolee
2019-06-11
1
-0
/
+5
*
|
multi-pack-index: implement 'expire' subcommand
Derrick Stolee
2019-06-11
1
-10
/
+109
*
|
midx: refactor permutation logic and pack sorting
Derrick Stolee
2019-06-11
1
-87
/
+69
*
|
midx: simplify computation of pack name lengths
Derrick Stolee
2019-06-11
1
-9
/
+9
[next]