index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
midx.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
2024-12-04
1
-3
/
+7
*
midx: pass `repository` to `load_multi_pack_index`
Karthik Nayak
2024-12-04
1
-1
/
+3
*
midx-write: pass down repository to `write_midx_file[_only]`
Karthik Nayak
2024-12-04
1
-6
/
+4
*
midx: add repository to `multi_pack_index` struct
Karthik Nayak
2024-12-04
1
-0
/
+3
*
midx: implement support for writing incremental MIDX chains
Taylor Blau
2024-08-06
1
-0
/
+4
*
t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
Taylor Blau
2024-08-06
1
-2
/
+0
*
midx: implement verification support for incremental MIDXs
Taylor Blau
2024-08-06
1
-0
/
+2
*
midx: support reading incremental MIDX chains
Taylor Blau
2024-08-06
1
-0
/
+7
*
midx: remove unused `midx_locate_pack()`
Taylor Blau
2024-08-06
1
-2
/
+0
*
midx: introduce `bsearch_one_midx()`
Taylor Blau
2024-08-06
1
-1
/
+4
*
midx: add new fields for incremental MIDX chains
Taylor Blau
2024-08-06
1
-0
/
+4
*
midx: replace `get_midx_rev_filename()` with a generic helper
Taylor Blau
2024-05-30
1
-1
/
+5
*
midx-write: move writing-related functions from midx.c
Taylor Blau
2024-04-01
1
-0
/
+19
*
Merge branch 'tb/multi-pack-verbatim-reuse'
Junio C Hamano
2024-01-13
1
-1
/
+11
|
\
|
*
midx: implement `midx_preferred_pack()`
Taylor Blau
2023-12-14
1
-0
/
+2
|
*
midx: implement `midx_locate_pack()`
Taylor Blau
2023-12-14
1
-1
/
+4
|
*
midx: implement `BTMP` chunk
Taylor Blau
2023-12-14
1
-0
/
+5
*
|
treewide: remove unnecessary includes from header files
Elijah Newren
2023-12-26
1
-1
/
+0
|
/
*
midx: check size of revindex chunk
Jeff King
2023-10-10
1
-0
/
+1
*
midx: bounds-check large offset chunk
Jeff King
2023-10-10
1
-0
/
+1
*
midx: check size of pack names chunk
Jeff King
2023-10-10
1
-0
/
+1
*
pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
Abhradeep Chakraborty
2022-08-26
1
-0
/
+1
*
midx: read `RIDX` chunk when present
Taylor Blau
2022-01-27
1
-0
/
+1
*
midx.c: write MIDX filenames to strbuf
Taylor Blau
2021-10-29
1
-2
/
+2
*
Merge branch 'tb/repack-write-midx'
Junio C Hamano
2021-10-19
1
-1
/
+14
|
\
|
*
midx: preliminary support for `--refs-snapshot`
Taylor Blau
2021-09-29
1
-1
/
+5
|
*
midx: expose `write_midx_file_only()` publicly
Taylor Blau
2021-09-29
1
-0
/
+9
*
|
midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps
Taylor Blau
2021-09-15
1
-0
/
+1
|
/
*
midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
Taylor Blau
2021-09-01
1
-0
/
+2
*
pack-bitmap: write multi-pack bitmaps
Taylor Blau
2021-09-01
1
-0
/
+1
*
pack-bitmap: read multi-pack bitmaps
Taylor Blau
2021-09-01
1
-0
/
+2
*
pack-revindex: write multi-pack reverse indexes
Taylor Blau
2021-04-01
1
-0
/
+1
*
pack-revindex: read multi-pack reverse indexes
Taylor Blau
2021-04-01
1
-0
/
+6
*
midx: make some functions non-static
Taylor Blau
2021-04-01
1
-0
/
+2
*
midx: allow marking a pack as preferred
Taylor Blau
2021-04-01
1
-1
/
+1
*
Merge branch 'ds/multi-pack-index'
Junio C Hamano
2020-05-01
1
-2
/
+0
|
\
|
*
multi-pack-index: close file descriptor after mmap
Derrick Stolee
2020-04-24
1
-2
/
+0
*
|
midx: add MIDX_PROGRESS flag
William Baker
2019-10-23
1
-4
/
+6
*
|
multi-pack-index: prepare 'repack' subcommand
Derrick Stolee
2019-06-11
1
-0
/
+1
*
|
multi-pack-index: prepare for 'expire' subcommand
Derrick Stolee
2019-06-11
1
-0
/
+1
*
|
midx: pass a repository pointer
Derrick Stolee
2019-05-07
1
-3
/
+4
*
|
midx: check both pack and index names for containment
Jeff King
2019-04-16
1
-1
/
+1
*
|
Merge branch 'ds/test-multi-pack-index'
Junio C Hamano
2018-11-13
1
-1
/
+5
|
\
\
|
*
|
multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX
Derrick Stolee
2018-10-22
1
-0
/
+2
|
*
|
midx: close multi-pack-index on repack
Derrick Stolee
2018-10-22
1
-1
/
+3
|
|
/
*
|
headers: normalize the spelling of some header guards
Ramsay Jones
2018-10-18
1
-2
/
+2
*
|
Merge branch 'rj/header-check'
Junio C Hamano
2018-10-16
1
-0
/
+3
|
\
\
|
*
|
midx.h: add missing forward declarations (hdr-check)
Ramsay Jones
2018-09-20
1
-0
/
+3
|
|
/
*
/
multi-pack-index: add 'verify' verb
Derrick Stolee
2018-09-17
1
-0
/
+1
|
/
*
packfile: add all_packs list
Derrick Stolee
2018-08-21
1
-0
/
+1
[next]