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-26treewide: remove unnecessary includes in source filesElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-07parse-options: consistently allocate memory in fix_filename()Jeff King
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor
2021-08-26use xopen() to handle fatal open(2) failuresRené Scharfe
2019-01-03pack-protocol.txt: accept error packets in any contextMasaya Suzuki
2019-01-03Use packet_reader instead of packet_read_lineMasaya Suzuki
2018-10-26archive: initialize archivers earlierJosh Steadmon
2018-08-14archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy
2018-02-08correct error messages for NULL packet_read_line()Jeff King
2016-11-23archive: read local configurationJunio C Hamano
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider
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
2012-08-22Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy
2012-08-20i18n: archive: mark parseopt strings for translationNguyễn Thái Ngọc Duy
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-10-14Merge branch 'il/archive-err-signal'Junio C Hamano
2011-10-05Support ERR in remote archive like in fetch/pushIlari Liusvaara
2011-06-22upload-archive: allow user to turn off filtersJeff King
2011-06-22archive: move file extension format-guessing lowerJeff King
2011-03-10i18n: git-archive basic messagesÆvar Arnfjörð Bjarmason
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds