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-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-29config: pass kvi to die_bad_number()Glen Choo
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-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
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-10-31archive-tar: report filter start error only onceRené Scharfe
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-06-15archive-tar: use internal gzip by defaultRené Scharfe
2022-06-15archive-tar: use OS_CODE 3 (Unix) for internal gzipRené Scharfe
2022-06-15archive-tar: add internal gzip implementationRené Scharfe
2022-06-15archive-tar: factor out write_block()René Scharfe
2022-06-15archive: rename archiver data field to filter_commandRené Scharfe
2022-02-25archive-*.c: use designated initializers for "struct archiver"Ævar Arnfjörð Bjarmason
2021-11-26run-command API users: use strvec_push(), not argv constructionÆvar Arnfjörð Bjarmason
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-11-09archive: support compression levels beyond 9René Scharfe
2020-09-20archive: read short blobs in archive.c::write_archive_entry()René Scharfe
2020-04-11parse_config_key(): return subsection len as size_tJeff King
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares
2019-09-09Merge branch 'rs/pax-extended-header-length-fix'Junio C Hamano
2019-08-19archive-tar: turn length miscalculation warning into BUGRené Scharfe
2019-08-19archive-tar: use size_t in strbuf_append_ext_header()René Scharfe
2019-08-19archive-tar: fix pax extended header length calculationRené Scharfe
2019-08-19archive-tar: report wrong pax extended header lengthRené Scharfe
2019-04-01archive: convert struct archiver_args to object_idbrian m. carlson
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen
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-tar.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
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