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
/
builtin
/
index-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
1
-6
/
+2
2021-07-12
*.c static functions: don't forward-declare __attribute__
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2021-04-27
Use the final_oid_fn to finalize hashing of object IDs
brian m. carlson
1
-1
/
+1
2021-04-27
Always use oidread to read into struct object_id
brian m. carlson
1
-2
/
+2
2021-04-07
Merge branch 'ab/fsck-api-cleanup'
Junio C Hamano
1
-25
/
+5
2021-03-28
fetch-pack: use new fsck API to printing dangling submodules
Ævar Arnfjörð Bjarmason
1
-20
/
+1
2021-03-28
fetch-pack: don't needlessly copy fsck_options
Ævar Arnfjörð Bjarmason
1
-7
/
+3
2021-03-28
fsck.c: pass along the fsck_msg_id in the fsck_error callback
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-03-28
fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-03-28
fsck.h: use "enum object_type" instead of "int"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-5
/
+5
2021-03-01
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
1
-2
/
+23
2021-02-22
fetch-pack: print and use dangling .gitmodules
Jonathan Tan
1
-2
/
+23
2021-01-25
t: support GIT_TEST_WRITE_REV_INDEX
Taylor Blau
1
-1
/
+4
2021-01-25
builtin/index-pack.c: write reverse indexes
Taylor Blau
1
-3
/
+47
2021-01-25
builtin/index-pack.c: allow stripping arbitrary extensions
Taylor Blau
1
-8
/
+8
2021-01-04
object-file.c: rename from sha1-file.c
Martin Ågren
1
-1
/
+1
2020-11-16
compute pack .idx byte offsets using size_t
Jeff King
1
-1
/
+1
2020-10-08
Merge branch 'jk/index-pack-hotfixes'
Junio C Hamano
1
-17
/
+12
2020-10-07
index-pack: make get_base_data() comment clearer
Jonathan Tan
1
-11
/
+8
2020-10-07
index-pack: drop type_cas mutex
Jeff King
1
-6
/
+0
2020-10-07
index-pack: restore "resolving deltas" progress meter
Jeff King
1
-0
/
+4
2020-09-22
Merge branch 'jt/threaded-index-pack'
Junio C Hamano
1
-206
/
+250
2020-09-08
index-pack: make quantum of work smaller
Jonathan Tan
1
-148
/
+200
2020-08-24
index-pack: make resolve_delta() assume base data
Jonathan Tan
1
-3
/
+5
2020-08-24
index-pack: calculate {ref,ofs}_{first,last} early
Jonathan Tan
1
-63
/
+60
2020-08-24
index-pack: remove redundant child field
Jonathan Tan
1
-19
/
+22
2020-08-24
index-pack: unify threaded and unthreaded code
Jonathan Tan
1
-9
/
+1
2020-08-24
index-pack: remove redundant parameter
Jonathan Tan
1
-14
/
+12
2020-08-21
index-pack: adjust default threading cap
Jeff King
1
-3
/
+16
2020-06-19
builtin/index-pack: add option to specify hash algorithm
brian m. carlson
1
-0
/
+8
2020-05-27
packfile: compute and use the index CRC offset
brian m. carlson
1
-5
/
+1
2020-04-02
promisor-remote: accept 0 as oid_nr in function
Jonathan Tan
1
-3
/
+2
2020-02-14
Merge branch 'jk/index-pack-dupfix'
Junio C Hamano
1
-1
/
+3
2020-02-04
index-pack: downgrade twice-resolved REF_DELTA to die()
Jeff King
1
-1
/
+3
2020-01-31
sha1-file: allow check_object_signature() to handle any repo
Matheus Tavares
1
-2
/
+3
2020-01-31
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
1
-1
/
+1
2020-01-31
streaming: allow open_istream() to handle any repo
Matheus Tavares
1
-1
/
+2
2019-10-11
Merge branch 'bc/object-id-part17'
Junio C Hamano
1
-2
/
+2
2019-08-19
builtin/index-pack: replace sha1_to_hex
brian m. carlson
1
-2
/
+2
2019-06-25
Use promisor_remote_get_direct() and has_promisor_remote()
Christian Couder
1
-4
/
+4
2019-05-15
index-pack: prefetch missing REF_DELTA bases
Jonathan Tan
1
-2
/
+24
2019-04-01
index-pack: show progress while checking objects
SZEDER Gábor
1
-1
/
+9
2019-01-08
convert has_sha1_file() callers to has_object_file()
Jeff King
1
-1
/
+1
2018-11-19
Merge branch 'tb/print-size-t-with-uintmax-format'
Junio C Hamano
1
-4
/
+5
2018-11-12
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
1
-4
/
+5
2018-11-05
index-pack: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-49
/
+14
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
1
-2
/
+2
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-2
/
+2
2018-08-15
Merge branch 'jk/core-use-replace-refs'
Junio C Hamano
1
-1
/
+1
[next]