252 Commits (e4d0c11c04ec3c28922168844ae2694e0d015b4e)

Author SHA1 Message Date
Jiang Xin f733719316 i18n: fix typos found during l10n for git 2.34.0 3 years ago
Ævar Arnfjörð Bjarmason 96e41f58fe fsck: report invalid object type-path combinations 3 years ago
René Scharfe 6346f704a0 index-pack: use xopen in init_thread 3 years ago
Taylor Blau 522a5c2cf5 builtin/index-pack.c: move `.idx` files into place last 3 years ago
Ævar Arnfjörð Bjarmason 8737dab346 index-pack: refactor renaming in final() 3 years ago
Ævar Arnfjörð Bjarmason f46c46e4f2 index-pack: add --progress-title option 3 years ago
René Scharfe 66e905b7dd use xopen() to handle fatal open(2) failures 4 years ago
Ævar Arnfjörð Bjarmason 103e02c700 *.c static functions: don't forward-declare __attribute__ 4 years ago
brian m. carlson 5951bf467e Use the final_oid_fn to finalize hashing of object IDs 4 years ago
brian m. carlson 92e2cab96b Always use oidread to read into struct object_id 4 years ago
Ævar Arnfjörð Bjarmason 3745e2693d fetch-pack: use new fsck API to printing dangling submodules 4 years ago
Ævar Arnfjörð Bjarmason 462f5cae0f fetch-pack: don't needlessly copy fsck_options 4 years ago
Ævar Arnfjörð Bjarmason 394d5d31b0 fsck.c: pass along the fsck_msg_id in the fsck_error callback 4 years ago
Ævar Arnfjörð Bjarmason 1b32b59f9b fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum 4 years ago
Ævar Arnfjörð Bjarmason a1aad71601 fsck.h: use "enum object_type" instead of "int" 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Jonathan Tan 5476e1efde fetch-pack: print and use dangling .gitmodules 4 years ago
Taylor Blau e8c58f894b t: support GIT_TEST_WRITE_REV_INDEX 4 years ago
Taylor Blau e37d0b8730 builtin/index-pack.c: write reverse indexes 4 years ago
Taylor Blau 84d544943c builtin/index-pack.c: allow stripping arbitrary extensions 4 years ago
Martin Ågren e5afd4449d object-file.c: rename from sha1-file.c 4 years ago
Jeff King f86f769550 compute pack .idx byte offsets using size_t 4 years ago
Jonathan Tan ec6a8f9705 index-pack: make get_base_data() comment clearer 4 years ago
Jeff King bebe171947 index-pack: drop type_cas mutex 4 years ago
Jeff King cea69151a4 index-pack: restore "resolving deltas" progress meter 4 years ago
Jonathan Tan f08cbf60fe index-pack: make quantum of work smaller 4 years ago
Jonathan Tan ee6f058384 index-pack: make resolve_delta() assume base data 5 years ago
Jonathan Tan b4718cae51 index-pack: calculate {ref,ofs}_{first,last} early 5 years ago
Jonathan Tan a7f7e84a49 index-pack: remove redundant child field 5 years ago
Jonathan Tan 46e6fb1e44 index-pack: unify threaded and unthreaded code 5 years ago
Jonathan Tan fc968e26c2 index-pack: remove redundant parameter 5 years ago
Jeff King fbff95b67f index-pack: adjust default threading cap 5 years ago
brian m. carlson 586740aa6e builtin/index-pack: add option to specify hash algorithm 5 years ago
brian m. carlson 629dffc461 packfile: compute and use the index CRC offset 5 years ago
Jonathan Tan db7ed7418b promisor-remote: accept 0 as oid_nr in function 5 years ago
Jeff King a21781011f index-pack: downgrade twice-resolved REF_DELTA to die() 5 years ago
Matheus Tavares b98d188581 sha1-file: allow check_object_signature() to handle any repo 5 years ago
Matheus Tavares 2dcde20e1c sha1-file: pass git_hash_algo to hash_object_file() 5 years ago
Matheus Tavares c8123e72f6 streaming: allow open_istream() to handle any repo 5 years ago
brian m. carlson 69fa337060 builtin/index-pack: replace sha1_to_hex 6 years ago
Christian Couder b14ed5adaf Use promisor_remote_get_direct() and has_promisor_remote() 6 years ago
Jonathan Tan 8a30a1efd1 index-pack: prefetch missing REF_DELTA bases 6 years ago
SZEDER Gábor 79e3aa6624 index-pack: show progress while checking objects 6 years ago
Jeff King 98374a07c9 convert has_sha1_file() callers to has_object_file() 6 years ago
Torsten Bögershausen ca473cef91 Upcast size_t variables to uintmax_t when printing 6 years ago
Nguyễn Thái Ngọc Duy 2094c5e582 index-pack: remove #ifdef NO_PTHREADS 6 years ago
Jeff King 67947c34ae convert "hashcmp() != 0" to "!hasheq()" 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Jeff King 6ebd1cafe2 check_replace_refs: rename to read_replace_refs 7 years ago
Stefan Beller da14a7ff99 blob: add repository argument to lookup_blob 7 years ago