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-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-05-10Merge branch 'mh/fix-detect-compilers-with-nondigit-versions'Junio C Hamano
2023-05-10Merge branch 'jk/parse-commit-with-malformed-ident'Junio C Hamano
2023-05-02The sixteenth batchJunio C Hamano
2023-05-02Merge branch 'tb/ban-strtok'Junio C Hamano
2023-05-02Merge branch 'jk/blame-fake-commit-label'Junio C Hamano
2023-05-02Merge branch 'jk/misc-null-check-fixes'Junio C Hamano
2023-05-02Merge branch 'en/ort-finalize-after-0-merges-fix'Junio C Hamano
2023-05-02Merge branch 'ek/completion-use-read-r-to-read-literally'Junio C Hamano
2023-04-29The fifteenth batchJunio C Hamano
2023-04-29Merge branch 'jk/gpg-trust-level-fix'Junio C Hamano
2023-04-29Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano
2023-04-28The fourteenth batchJunio C Hamano
2023-04-28Merge branch 'fc/doc-checkout-markup-updates'Junio C Hamano
2023-04-28Merge branch 'fc/doc-use-datestamp-in-commit'Junio C Hamano
2023-04-28Merge branch 'ds/fsck-pack-revindex'Junio C Hamano
2023-04-28Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano
2023-04-27parse_commit(): describe more date-parsing failure modesJeff King
2023-04-27parse_commit(): handle broken whitespace-only timestampJeff King
2023-04-27parse_commit(): parse timestamp from end of lineJeff King
2023-04-27t4212: avoid putting git on left-hand side of pipeJeff King
2023-04-27banned.h: mark `strtok()` and `strtok_r()` as bannedTaylor Blau
2023-04-26Handle some compiler versions containing a dashMike Hommey
2023-04-25The thirteenth batchJunio C Hamano
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano
2023-04-25Merge branch 'rj/send-email-validate-hook-count-messages'Junio C Hamano
2023-04-25Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-25Sync with Git 2.40.1Junio C Hamano
2023-04-25t/helper/test-json-writer.c: avoid using `strtok()`Taylor Blau
2023-04-25t/helper/test-oidmap.c: avoid using `strtok()`Taylor Blau
2023-04-25t/helper/test-hashmap.c: avoid using `strtok()`Taylor Blau
2023-04-25string-list: introduce `string_list_setlen()`Taylor Blau
2023-04-25string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau
2023-04-25blame: use different author name for fake commit generated by --contentsJacob Keller
2023-04-25merge-ort: fix calling merge_finalize() with no intermediate mergeElijah Newren
2023-04-24reftable: ensure git-compat-util.h is the first (indirect) includeElijah Newren
2023-04-24diff.h: reduce unnecessary includesElijah Newren
2023-04-24object-store.h: reduce unnecessary includesElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-24fsmonitor: reduce includes of cache.hElijah Newren
2023-04-24cache.h: remove unnecessary headersElijah Newren
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-24cache,tree: move basic name compare functions from read-cache to treeElijah Newren
2023-04-24cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.cElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-24tree-diff.c: move S_DIFFTREE_IFXMIN_NEQ define from cache.hElijah Newren
2023-04-24dir.h: move DTYPE defines from cache.hElijah Newren
2023-04-24versioncmp.h: move declarations for versioncmp.c functions from cache.hElijah Newren
2023-04-24ws.h: move declarations for ws.c functions from cache.hElijah Newren