summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-04-27The fourteenth batchJunio C Hamano-0/+5
2023-04-27Merge branch 'fc/doc-checkout-markup-updates'Junio C Hamano-26/+28
2023-04-27Merge branch 'fc/doc-use-datestamp-in-commit'Junio C Hamano-1/+4
2023-04-27Merge branch 'ds/fsck-pack-revindex'Junio C Hamano-4/+169
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano-26/+62
2023-04-27parse_commit(): describe more date-parsing failure modesJeff King-0/+9
2023-04-27parse_commit(): handle broken whitespace-only timestampJeff King-2/+67
2023-04-27parse_commit(): parse timestamp from end of lineJeff King-9/+22
2023-04-27t4212: avoid putting git on left-hand side of pipeJeff King-2/+3
2023-04-27banned.h: mark `strtok()` and `strtok_r()` as bannedTaylor Blau-0/+4
2023-04-26negotiator/skipping: fix some problems in mark_common()Han Xin-7/+15
2023-04-26negotiator/default: avoid stack overflowHan Xin-10/+29
2023-04-26Handle some compiler versions containing a dashMike Hommey-1/+9
2023-04-26doc: GIT_DEFAULT_HASH is and will be ignored during "clone"Junio C Hamano-3/+3
2023-04-25The thirteenth batchJunio C Hamano-0/+13
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano-151/+504
2023-04-25Merge branch 'rj/send-email-validate-hook-count-messages'Junio C Hamano-1/+146
2023-04-25Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano-90/+112
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano-479/+827
2023-04-24Sync with Git 2.40.1Junio C Hamano-16/+208
2023-04-24t/helper/test-json-writer.c: avoid using `strtok()`Taylor Blau-28/+48
2023-04-24t/helper/test-oidmap.c: avoid using `strtok()`Taylor Blau-6/+14
2023-04-24t/helper/test-hashmap.c: avoid using `strtok()`Taylor Blau-7/+15
2023-04-24string-list: introduce `string_list_setlen()`Taylor Blau-0/+19
2023-04-24string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau-10/+61
2023-04-24blame: use different author name for fake commit generated by --contentsJacob Keller-9/+18
2023-04-24t1300: add tests for missing keysAndrei Rybak-0/+17
2023-04-24t1300: check stderr for "ignores pairs" testsAndrei Rybak-4/+5
2023-04-24t1300: drop duplicate testAndrei Rybak-7/+0
2023-04-24merge-ort: fix calling merge_finalize() with no intermediate mergeElijah Newren-4/+4
2023-04-24reftable: ensure git-compat-util.h is the first (indirect) includeElijah Newren-2/+5
2023-04-24diff.h: reduce unnecessary includesElijah Newren-1/+6
2023-04-24object-store.h: reduce unnecessary includesElijah Newren-4/+7
2023-04-24commit.h: reduce unnecessary includesElijah Newren-7/+39
2023-04-24fsmonitor: reduce includes of cache.hElijah Newren-4/+3
2023-04-24cache.h: remove unnecessary headersElijah Newren-2/+2
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren-31/+25
2023-04-24cache,tree: move basic name compare functions from read-cache to treeElijah Newren-73/+77
2023-04-24cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.cElijah Newren-13/+13
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-292/+398
2023-04-24tree-diff.c: move S_DIFFTREE_IFXMIN_NEQ define from cache.hElijah Newren-15/+13
2023-04-24dir.h: move DTYPE defines from cache.hElijah Newren-14/+15
2023-04-24versioncmp.h: move declarations for versioncmp.c functions from cache.hElijah Newren-3/+9
2023-04-24ws.h: move declarations for ws.c functions from cache.hElijah Newren-28/+40
2023-04-24match-trees.h: move declarations for match-trees.c functions from cache.hElijah Newren-4/+14
2023-04-24pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren-3/+7
2023-04-24base85.h: move declarations for base85.c functions from cache.hElijah Newren-5/+11
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren-6/+22
2023-04-24server-info.h: move declarations for server-info.c functions from cache.hElijah Newren-4/+12
2023-04-24packfile.h: move pack_window and pack_entry from cache.hElijah Newren-16/+15