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 '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
*
|
multi-pack-index: prepare for 'expire' subcommand
Derrick Stolee
2019-06-11
1
-0
/
+5
*
|
midx: add packs to packed_git linked list
Derrick Stolee
2019-05-07
1
-6
/
+14
*
|
midx: pass a repository pointer
Derrick Stolee
2019-05-07
1
-8
/
+14
*
|
Merge branch 'jk/server-info-rabbit-hole'
Junio C Hamano
2019-04-25
1
-2
/
+34
|
\
\
|
*
|
midx: check both pack and index names for containment
Jeff King
2019-04-16
1
-2
/
+34
*
|
|
Merge branch 'dl/flex-str-cocci'
Junio C Hamano
2019-04-22
1
-1
/
+1
|
\
\
\
|
*
|
|
midx.c: convert FLEX_ALLOC_MEM to FLEX_ALLOC_STR
Denton Liu
2019-04-04
1
-1
/
+1
|
|
/
/
*
|
|
midx: during verify group objects by packfile to speed verification
Jeff Hostetler
2019-03-22
1
-3
/
+46
*
|
|
midx: add progress indicators in multi-pack-index verify
Jeff Hostetler
2019-03-22
1
-2
/
+24
*
|
|
trace2:data: add trace2 data to midx
Jeff Hostetler
2019-03-22
1
-0
/
+4
|
/
/
*
|
Merge branch 'jk/loose-object-cache'
Junio C Hamano
2019-01-04
1
-1
/
+1
|
\
\
*
|
|
i18n: fix small typos
Jean-Noël Avila
2018-11-29
1
-1
/
+1
*
|
|
Merge branch 'jk/unused-parameter-fixes'
Junio C Hamano
2018-11-18
1
-3
/
+9
|
\
\
\
|
*
|
|
midx: double-check large object write loop
Jeff King
2018-11-06
1
-3
/
+9
|
|
/
/
*
|
|
Merge branch 'ds/test-multi-pack-index'
Junio C Hamano
2018-11-13
1
-6
/
+20
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX
Derrick Stolee
2018-10-22
1
-2
/
+7
|
*
|
midx: close multi-pack-index on repack
Derrick Stolee
2018-10-22
1
-3
/
+12
|
*
|
midx: fix broken free() in close_midx()
Derrick Stolee
2018-10-09
1
-1
/
+1
|
|
/
*
|
multi-pack-index: avoid dead store for struct progress
Carlo Marcelo Arenas Belón
2018-10-19
1
-1
/
+1
*
|
Merge branch 'jk/oideq-hasheq-cleanup'
Junio C Hamano
2018-10-16
1
-4
/
+4
|
\
\
|
*
|
more oideq/hasheq conversions
Jeff King
2018-10-04
1
-4
/
+4
|
|
/
[next]