index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
midx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-15
midx.c: guard against commit_lock_file() failures
Taylor Blau
1
-1
/
+2
2021-10-15
midx.c: lookup MIDX by object directory during repack
Taylor Blau
1
-4
/
+1
2021-10-15
midx.c: lookup MIDX by object directory during expire
Taylor Blau
1
-4
/
+3
2021-10-15
midx.c: extract MIDX lookup by object_dir
Taylor Blau
1
-10
/
+17
2021-10-15
Merge branch 'tb/repack-write-midx' into tb/fix-midx-rename-while-mapped
Junio C Hamano
1
-12
/
+98
2021-10-11
Merge branch 'tb/midx-write-propagate-namehash'
Junio C Hamano
1
-1
/
+5
2021-09-28
midx: preliminary support for `--refs-snapshot`
Taylor Blau
1
-8
/
+53
2021-09-28
midx: expose `write_midx_file_only()` publicly
Taylor Blau
1
-8
/
+49
2021-09-23
Merge branch 'rs/packfile-bad-object-list-in-oidset'
Junio C Hamano
1
-26
/
+11
2021-09-14
midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps
Taylor Blau
1
-1
/
+5
2021-09-12
packfile: use oidset for bad objects
René Scharfe
1
-7
/
+3
2021-09-12
midx: inline nth_midxed_pack_entry()
René Scharfe
1
-20
/
+9
2021-09-09
pack-bitmap: drop repository argument from prepare_midx_bitmap_git()
Jeff King
1
-1
/
+1
2021-09-01
pack-bitmap: write multi-pack bitmaps
Taylor Blau
1
-8
/
+201
2021-09-01
pack-bitmap: read multi-pack bitmaps
Taylor Blau
1
-2
/
+2
2021-09-01
midx: avoid opening multiple MIDXs when writing
Taylor Blau
1
-11
/
+18
2021-09-01
midx: close linked MIDXs, avoid leaking memory
Taylor Blau
1
-0
/
+3
2021-09-01
midx: infer preferred pack when not given one
Taylor Blau
1
-6
/
+44
2021-09-01
midx: reject empty `--preferred-pack`'s
Taylor Blau
1
-0
/
+29
2021-09-01
midx: clear auxiliary .rev after replacing the MIDX
Taylor Blau
1
-1
/
+2
2021-09-01
midx: fix `*.rev` cleanups with `--object-dir`
Taylor Blau
1
-5
/
+5
2021-07-28
Merge branch 'ab/attribute-format'
Junio C Hamano
1
-0
/
+1
2021-07-13
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-06-28
midx: report checksum mismatches during 'verify'
Taylor Blau
1
-0
/
+3
2021-06-28
midx: don't reuse corrupt MIDXs when writing
Taylor Blau
1
-0
/
+10
2021-04-27
Always use oidread to read into struct object_id
brian m. carlson
1
-1
/
+1
2021-04-08
Merge branch 'tb/reverse-midx'
Junio C Hamano
1
-13
/
+206
2021-04-01
midx.c: improve cache locality in midx_pack_order_cmp()
Jeff King
1
-26
/
+29
2021-04-01
pack-revindex: write multi-pack reverse indexes
Taylor Blau
1
-0
/
+115
2021-04-01
pack-revindex: read multi-pack reverse indexes
Taylor Blau
1
-0
/
+11
2021-04-01
midx: make some functions non-static
Taylor Blau
1
-2
/
+2
2021-04-01
midx: keep track of the checksum
Taylor Blau
1
-1
/
+2
2021-04-01
midx: don't free midx_name early
Taylor Blau
1
-1
/
+0
2021-04-01
midx: allow marking a pack as preferred
Taylor Blau
1
-9
/
+73
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-4
/
+4
2021-03-01
Merge branch 'ds/chunked-file-api'
Junio C Hamano
1
-264
/
+169
2021-02-24
Merge branch 'ds/chunked-file-api' into tb/reverse-midx
Junio C Hamano
1
-264
/
+169
2021-02-18
midx: use 64-bit multiplication for chunk sizes
Derrick Stolee
1
-5
/
+6
2021-02-18
midx: use chunk-format read API
Derrick Stolee
1
-47
/
+26
2021-02-18
midx: use chunk-format API in write_midx_internal()
Derrick Stolee
1
-86
/
+20
2021-02-18
midx: drop chunk progress during write
Derrick Stolee
1
-7
/
+0
2021-02-18
midx: return success/failure in chunk write methods
Derrick Stolee
1
-36
/
+27
2021-02-18
midx: add num_large_offsets to write_midx_context
Derrick Stolee
1
-7
/
+10
2021-02-18
midx: add pack_perm to write_midx_context
Derrick Stolee
1
-19
/
+21
2021-02-18
midx: add entries to write_midx_context
Derrick Stolee
1
-23
/
+26
2021-02-18
midx: use context in write_midx_pack_names()
Derrick Stolee
1
-11
/
+10
2021-02-18
midx: rename pack_info to write_midx_context
Derrick Stolee
1
-65
/
+65
2021-01-25
Merge branch 'ma/more-opaque-lock-file'
Junio C Hamano
1
-1
/
+1
2021-01-06
midx: don't peek into `struct lock_file`
Martin Ågren
1
-1
/
+1
2021-01-04
hash-lookup: rename from sha1-lookup
Martin Ågren
1
-1
/
+1
[next]