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
2023-12-26archive.h: remove unnecessary includeElijah Newren
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-11git-zlib: move declarations for git-zlib functions from cache.hElijah Newren
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19mark unused read_tree_recursive() callback parametersJeff King
2022-08-19config: mark unused callback parametersJeff King
2022-03-07Merge branch 'ab/c99-designated-initializers'Junio C Hamano
2022-02-25archive-*.c: use designated initializers for "struct archiver"Ævar Arnfjörð Bjarmason
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason
2020-09-20archive: read short blobs in archive.c::write_archive_entry()René Scharfe
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares
2019-12-17Merge branch 'rs/archive-zip-code-cleanup'Junio C Hamano
2019-12-10archive-zip: use enum for compression methodRené Scharfe
2019-12-01archive-zip.c: switch to reentrant localtime_rDoan Tran Cong Danh
2019-04-01archive: convert struct archiver_args to object_idbrian m. carlson
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-16Merge branch 'nd/i18n'Junio C Hamano
2018-08-14archive-*.c: use the right repositoryNguyễn Thái Ngọc Duy
2018-07-23archive-zip.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14streaming: convert open_istream to use struct object_idbrian m. carlson
2018-03-14archive: convert sha1_file_to_archive to struct object_idbrian m. carlson
2018-03-14archive: convert write_archive_entry_fn_t to object_idbrian m. carlson
2017-06-25Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano
2017-04-28archive-zip: set version field for big files correctlyRené Scharfe
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-25archive-zip: support files bigger than 4GBRené Scharfe
2017-04-25archive-zip: support archives bigger than 4GBRené Scharfe
2017-04-25archive-zip: write ZIP dir entry directly to strbufRené Scharfe
2017-04-25archive-zip: use strbuf for ZIP directoryRené Scharfe
2017-01-08archive-zip: load userdiff configJeff King
2015-09-02Merge branch 'rs/archive-zip-many'Junio C Hamano
2015-08-28archive-zip: support more than 65535 entriesRené Scharfe
2015-08-28archive-zip: use a local variable to store the creator versionRené Scharfe
2015-05-06Merge branch 'bc/object-id'Junio C Hamano
2015-03-18Merge branch 'rs/zip-text'Junio C Hamano
2015-03-14zip: use GIT_SHA1_HEXSZ for trailersbrian m. carlson
2015-03-06zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe