summaryrefslogtreecommitdiffstats
path: root/sha1collisiondetection (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-09The second batch for 2.36Junio C Hamano1-1/+59
2022-02-08completion: handle unusual characters for sparse-checkoutLessley Dennington2-13/+60
2022-02-08completion: improve sparse-checkout cone mode directory completionLessley Dennington2-17/+53
2022-02-08completion: address sparse-checkout issuesLessley Dennington2-8/+91
2022-02-05The first batchJunio C Hamano1-3/+23
2022-02-02fix typo in git-mktree.txtLiginity Lee1-1/+1
2022-02-02builtin/diff.c: fix "git-diff" usage string typoShaoxuan Yuan1-3/+3
2022-02-02diff-merges: avoid history simplifications when diffing mergesElijah Newren2-1/+59
2022-02-02merge-ort: mark conflict/warning messages from inner merges as omittableElijah Newren1-1/+3
2022-02-02show, log: include conflict/warning messages in --remerge-diff headersElijah Newren4-0/+206
2022-02-02diff: add ability to insert additional headers for pathsElijah Newren3-6/+123
2022-02-02merge-ort: format messages slightly different for use in headersElijah Newren3-2/+46
2022-02-02merge-ort: mark a few more conflict messages as omittableElijah Newren1-2/+2
2022-02-02merge-ort: capture and print ll-merge warnings in our preferred fashionElijah Newren3-6/+17
2022-02-02ll-merge: make callers responsible for showing warningsElijah Newren9-32/+63
2022-02-02log: clean unneeded objects during `log --remerge-diff`Elijah Newren5-7/+28
2022-02-02show, log: provide a --remerge-diff capabilityElijah Newren6-2/+191
2022-01-31fetch --prune: exit with error if pruning failsThomas Gummerer2-4/+17
2022-01-29Name the next one 2.36 to prepare for 2.35.1Junio C Hamano2-1/+35
2022-01-29Git 2.35.1v2.35.1Junio C Hamano3-2/+8
2022-01-29fetch: fix negotiate-only error messageRobert Coup2-2/+2
2022-01-28sparse-checkout: fix a couple minor memory leaksElijah Newren1-0/+2
2022-01-28SubmittingPatches: explain why we care about log messagesJunio C Hamano1-0/+29
2022-01-28CodingGuidelines: hint why we value clearly written log messagesJunio C Hamano1-0/+7
2022-01-28SubmittingPatches: write problem statement in the log in the present tenseJunio C Hamano1-0/+7
2022-01-27Start post 2.35 cycleJunio C Hamano1-1/+1
2022-01-27Documentation/config/pgp.txt: add missing apostropheGreg Hurrell1-1/+1
2022-01-27Documentation/config/pgp.txt: replace stray <TAB> character with <SPC>Greg Hurrell1-1/+1
2022-01-27refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason7-77/+33
2022-01-27sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failureÆvar Arnfjörð Bjarmason1-6/+4
2022-01-26sequencer, stash: fix running from worktree subdirElijah Newren3-2/+30
2022-01-26clone: support unusual remote ref configurationsJonathan Tan2-6/+21
2022-01-24mem-pool: don't assume uintmax_t is aligned enough for all typesJessica Clarke1-3/+23
2022-01-24Git 2.35v2.35.0Junio C Hamano2-1/+11
2022-01-24split-index: it really is incompatible with the sparse indexJohannes Schindelin2-0/+6
2022-01-24t1091: disable split indexJohannes Schindelin1-28/+26
2022-01-24sparse-index: sparse index is disallowed when split index is activeJohannes Schindelin1-1/+1
2022-01-23l10n: Update Catalan translationJordi Mas1-16/+16
2022-01-22checkout: avoid BUG() when hitting a broken repositoryJunio C Hamano2-3/+13
2022-01-22merge: fix memory leaks in cmd_merge()Elijah Newren1-1/+5
2022-01-22merge-ort: fix memory leak in merge_ort_internal()Elijah Newren1-5/+5
2022-01-22l10n: zh_TW: v2.35.0 round 2 (0 untranslated)Yi-Jyun Pan1-84/+85
2022-01-21sparse-checkout: create leading directoryJonathan Tan2-0/+9
2022-01-21l10n: Update Catalan translationJordi Mas1-555/+444
2022-01-21fetch: help translators by reusing the same message templateJunio C Hamano2-2/+3
2022-01-20reftable: add print functions to the record typesHan-Wen Nienhuys3-15/+95
2022-01-20reftable: make reftable_record a tagged unionHan-Wen Nienhuys12-337/+334
2022-01-20reftable: remove outdated file reftable.cHan-Wen Nienhuys1-115/+0
2022-01-20reftable: implement record equality genericallyHan-Wen Nienhuys3-22/+63
2022-01-20reftable: make reftable-record.h function signatures const correctHan-Wen Nienhuys2-14/+14