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-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-29builtins: annotate always-empty prefix parametersJeff King
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason
2021-11-26upload-archive: use regular "struct child_process" patternÆvar Arnfjörð Bjarmason
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King
2018-10-26archive: initialize archivers earlierJosh Steadmon
2018-08-14archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy
2017-05-30upload-archive: handle "-h" option earlyJeff King
2016-11-23archive: read local configurationJunio C Hamano
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider
2016-05-09builtin/upload-archive.c: use error_errno()Nguyễn Thái Ngọc Duy
2015-09-25upload-archive: convert sprintf to strbufJeff King
2013-12-06replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-02-21pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King
2013-02-21pkt-line: teach packet_read_line to chomp newlinesJeff King
2013-02-21upload-archive: use argv_array to store client argumentsJeff King
2013-02-21upload-archive: do not copy repo nameJeff King
2011-11-22upload-archive: use start_command instead of forkJeff King
2011-11-16Revert "upload-archive: use start_command instead of fork"Junio C Hamano
2011-10-31upload-archive: use start_command instead of forkErik Faye-Lund
2011-06-22upload-archive: allow user to turn off filtersJeff King
2011-06-22archive: move file extension format-guessing lowerJeff King
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds