Age | Commit message (Expand) | Author | Files | Lines |
2021-10-31 | i18n: fix typos found during l10n for git 2.34.0 | Jiang Xin | 1 | -1/+1 |
2021-10-25 | Merge branch 'ab/fsck-unexpected-type' | Junio C Hamano | 1 | -1/+1 |
2021-10-01 | fsck: report invalid object type-path combinations | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2021-09-23 | Merge branch 'rs/use-xopen-in-index-pack' | Junio C Hamano | 1 | -3/+1 |
2021-09-20 | Merge branch 'ab/unbundle-progress' | Junio C Hamano | 1 | -0/+6 |
2021-09-20 | Merge branch 'tb/pack-finalize-ordering' | Junio C Hamano | 1 | -25/+23 |
2021-09-10 | index-pack: use xopen in init_thread | René Scharfe | 1 | -3/+1 |
2021-09-09 | builtin/index-pack.c: move `.idx` files into place last | Taylor Blau | 1 | -2/+2 |
2021-09-09 | index-pack: refactor renaming in final() | Ævar Arnfjörð Bjarmason | 1 | -25/+23 |
2021-09-07 | index-pack: add --progress-title option | Ævar Arnfjörð Bjarmason | 1 | -0/+6 |
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 |