summaryrefslogtreecommitdiffstats
path: root/split-index.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-27hash: set, copy, and use algo field in struct object_idbrian m. carlson4-13/+54
2021-04-27builtin/pack-redundant: avoid casting buffers to struct object_idbrian m. carlson1-14/+14
2021-04-27Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson7-11/+11
2021-04-27hash: add a function to finalize object IDsbrian m. carlson2-23/+52
2021-04-27http-push: set algorithm when reading object IDbrian m. carlson1-0/+2
2021-04-27Always use oidread to read into struct object_idbrian m. carlson13-23/+23
2021-04-27hash: add an algo member to struct object_idbrian m. carlson1-0/+1
2021-04-08The eighth batchJunio C Hamano1-0/+18
2021-04-08The seventh batchJunio C Hamano1-0/+29
2021-04-02The sixth batchJunio C Hamano1-0/+7
2021-04-02Makefile: add QUIET_GEN to "tags" and "TAGS" targetsÆvar Arnfjörð Bjarmason1-4/+6
2021-04-01midx.c: improve cache locality in midx_pack_order_cmp()Jeff King1-26/+29
2021-04-01pack-revindex: write multi-pack reverse indexesTaylor Blau2-0/+116
2021-04-01pack-write.c: extract 'write_rev_file_order'Taylor Blau2-11/+26
2021-04-01pack-revindex: read multi-pack reverse indexesTaylor Blau5-0/+199
2021-04-01Documentation/technical: describe multi-pack reverse indexesTaylor Blau1-0/+83
2021-04-01midx: make some functions non-staticTaylor Blau2-2/+4
2021-04-01midx: keep track of the checksumTaylor Blau1-1/+2
2021-04-01midx: don't free midx_name earlyTaylor Blau1-1/+0
2021-04-01midx: allow marking a pack as preferredTaylor Blau7-18/+148
2021-04-01builtin/clone.c: add --reject-shallow optionLi Linchao10-6/+108
2021-03-31sequencer: fix edit handling for cherry-pick and revert messagesElijah Newren4-17/+77
2021-03-30The fifth batchJunio C Hamano1-12/+17
2021-03-30t/helper/test-read-midx.c: add '--show-objects'Taylor Blau1-4/+20
2021-03-30builtin/multi-pack-index.c: display usage on unrecognized commandTaylor Blau1-4/+7
2021-03-30builtin/multi-pack-index.c: don't enter bogus cmd_modeTaylor Blau1-2/+8
2021-03-30builtin/multi-pack-index.c: split sub-commandsTaylor Blau1-25/+105
2021-03-30builtin/multi-pack-index.c: define common usage with a macroTaylor Blau1-1/+16
2021-03-30builtin/multi-pack-index.c: don't handle 'progress' separatelyTaylor Blau1-5/+3
2021-03-30builtin/multi-pack-index.c: inline 'flags' with optionsTaylor Blau1-7/+6
2021-03-29column, range-diff: downcase option descriptionChinmoy Chakraborty2-5/+5
2021-03-29cmake(install): include vcpkg dllsDennis Ameling2-0/+9
2021-03-29cmake: add a preparatory work-around to accommodate `vcpkg`Johannes Schindelin1-5/+9
2021-03-29fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason4-51/+39
2021-03-29fetch-pack: use file-scope static struct for fsck_optionsÆvar Arnfjörð Bjarmason1-3/+3
2021-03-29fetch-pack: don't needlessly copy fsck_optionsÆvar Arnfjörð Bjarmason1-7/+3
2021-03-29fsck.c: move gitmodules_{found,done} into fsck_optionsÆvar Arnfjörð Bjarmason3-15/+19
2021-03-29fsck.c: add an fsck_set_msg_type() API that takes enumsÆvar Arnfjörð Bjarmason3-11/+22
2021-03-29fsck.c: pass along the fsck_msg_id in the fsck_error callbackÆvar Arnfjörð Bjarmason5-6/+14
2021-03-29fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.hÆvar Arnfjörð Bjarmason2-66/+66
2021-03-29fsck.c: give "FOREACH_MSG_ID" a more specific nameÆvar Arnfjörð Bjarmason1-3/+3
2021-03-29fsck.c: undefine temporary STR macro after useÆvar Arnfjörð Bjarmason1-0/+1
2021-03-29fsck.c: call parse_msg_type() early in fsck_set_msg_type()Ævar Arnfjörð Bjarmason1-2/+1
2021-03-29fsck.h: re-order and re-assign "enum fsck_msg_type"Ævar Arnfjörð Bjarmason1-4/+6
2021-03-29fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enumÆvar Arnfjörð Bjarmason5-20/+25
2021-03-29fsck.c: refactor fsck_msg_type() to limit scope of "int msg_type"Ævar Arnfjörð Bjarmason1-7/+5
2021-03-29fsck.c: rename remaining fsck_msg_id "id" to "msg_id"Ævar Arnfjörð Bjarmason1-3/+3
2021-03-29fsck.c: remove (mostly) redundant append_msg_id() functionÆvar Arnfjörð Bjarmason1-19/+2
2021-03-29fsck.c: rename variables in fsck_set_msg_type() for less confusionÆvar Arnfjörð Bjarmason2-13/+13
2021-03-29fsck.h: use "enum object_type" instead of "int"Ævar Arnfjörð Bjarmason4-4/+8