Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-06i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila
2022-01-06i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-11-01i18n: fix typos found during l10n for git 2.34.0Jiang Xin
2021-10-26Merge branch 'ab/fsck-unexpected-type'Junio C Hamano
2021-10-02fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason
2021-09-23Merge branch 'rs/use-xopen-in-index-pack'Junio C Hamano
2021-09-21Merge branch 'ab/unbundle-progress'Junio C Hamano
2021-09-21Merge branch 'tb/pack-finalize-ordering'Junio C Hamano
2021-09-11index-pack: use xopen in init_threadRené Scharfe
2021-09-10builtin/index-pack.c: move `.idx` files into place lastTaylor Blau
2021-09-10index-pack: refactor renaming in final()Ævar Arnfjörð Bjarmason
2021-09-07index-pack: add --progress-title optionÆvar Arnfjörð Bjarmason
2021-08-26use xopen() to handle fatal open(2) failuresRené Scharfe
2021-07-12*.c static functions: don't forward-declare __attribute__Ævar Arnfjörð Bjarmason
2021-04-27Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-04-08Merge branch 'ab/fsck-api-cleanup'Junio C Hamano
2021-03-29fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason
2021-03-29fetch-pack: don't needlessly copy fsck_optionsÆvar Arnfjörð Bjarmason
2021-03-29fsck.c: pass along the fsck_msg_id in the fsck_error callbackÆvar Arnfjörð Bjarmason
2021-03-29fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enumÆvar Arnfjörð Bjarmason
2021-03-29fsck.h: use "enum object_type" instead of "int"Ævar Arnfjörð Bjarmason
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-02Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan
2021-01-26t: support GIT_TEST_WRITE_REV_INDEXTaylor Blau
2021-01-26builtin/index-pack.c: write reverse indexesTaylor Blau
2021-01-26builtin/index-pack.c: allow stripping arbitrary extensionsTaylor Blau
2021-01-05object-file.c: rename from sha1-file.cMartin Ågren
2020-11-17compute pack .idx byte offsets using size_tJeff King
2020-10-09Merge branch 'jk/index-pack-hotfixes'Junio C Hamano
2020-10-07index-pack: make get_base_data() comment clearerJonathan Tan
2020-10-07index-pack: drop type_cas mutexJeff King
2020-10-07index-pack: restore "resolving deltas" progress meterJeff King
2020-09-22Merge branch 'jt/threaded-index-pack'Junio C Hamano
2020-09-09index-pack: make quantum of work smallerJonathan Tan
2020-08-25index-pack: make resolve_delta() assume base dataJonathan Tan
2020-08-25index-pack: calculate {ref,ofs}_{first,last} earlyJonathan Tan
2020-08-25index-pack: remove redundant child fieldJonathan Tan
2020-08-25index-pack: unify threaded and unthreaded codeJonathan Tan
2020-08-24index-pack: remove redundant parameterJonathan Tan
2020-08-21index-pack: adjust default threading capJeff King
2020-06-20builtin/index-pack: add option to specify hash algorithmbrian m. carlson
2020-05-27packfile: compute and use the index CRC offsetbrian m. carlson
2020-04-02promisor-remote: accept 0 as oid_nr in functionJonathan Tan
2020-02-14Merge branch 'jk/index-pack-dupfix'Junio C Hamano
2020-02-05index-pack: downgrade twice-resolved REF_DELTA to die()Jeff King
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares