summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-19daemon: clarify directory argumentsDerrick Stolee2-14/+15
2022-07-19osx-keychain: fix compiler warningLessley Dennington1-1/+1
2022-07-19contrib/rerere-train: avoid useless gpg sign in trainingCeleste Liu1-1/+1
2022-07-19midx: reduce memory pressure while writing bitmapsDerrick Stolee1-0/+13
2022-07-19midx: extract bitmap write setupDerrick Stolee1-24/+32
2022-07-19pack-bitmap-write: use const for hashesDerrick Stolee2-2/+2
2022-07-18The fourth batchJunio C Hamano1-0/+34
2022-07-18Merge branch 'sg/multi-pack-index-parse-options-fix'Junio C Hamano1-4/+4
2022-07-18Merge branch 'bc/nettle-sha256'Junio C Hamano3-1/+44
2022-07-18Merge branch 'jd/gpg-interface-trust-level-string'Junio C Hamano3-23/+31
2022-07-18Merge branch 'ab/cocci-unused'Junio C Hamano13-16/+219
2022-07-18Merge branch 'gc/submodule-use-super-prefix'Junio C Hamano2-64/+84
2022-07-18Merge branch 'en/merge-dual-dir-renames-fix'Junio C Hamano2-26/+153
2022-07-18Merge branch 'ab/test-without-templates'Junio C Hamano30-27/+97
2022-07-18Merge branch 'ab/build-gitweb'Junio C Hamano3-112/+68
2022-07-18Merge branch 'ab/test-tool-leakfix'Junio C Hamano21-24/+77
2022-07-18Merge branch 'ab/leakfix'Junio C Hamano26-54/+114
2022-07-18Merge branch 'jc/builtin-mv-move-array'Junio C Hamano1-9/+7
2022-07-18Merge branch 'fr/vimdiff-layout-fix'Junio C Hamano1-18/+18
2022-07-18cat-file: add mailmap supportSiddharth Asthana3-1/+107
2022-07-18ident: rename commit_rewrite_person() to apply_mailmap_to_header()Siddharth Asthana3-6/+6
2022-07-18ident: move commit_rewrite_person() to ident.cSiddharth Asthana3-74/+80
2022-07-18revision: improve commit_rewrite_person()Siddharth Asthana1-17/+47
2022-07-18pack-bitmap.c: continue looping when first MIDX bitmap is foundTeng Long1-2/+3
2022-07-18pack-bitmap.c: using error() instead of silently returning -1Teng Long1-1/+5
2022-07-18pack-bitmap.c: do not ignore error when opening a bitmap fileTeng Long1-5/+12
2022-07-18pack-bitmap.c: rename "idx_name" to "bitmap_name"Teng Long1-7/+7
2022-07-18pack-bitmap.c: mark more strings for translationsTeng Long1-24/+24
2022-07-18pack-bitmap.c: fix formatting of error messagesTeng Long1-23/+24
2022-07-18scalar: convert README.md into a technical design docVictoria Dye2-82/+127
2022-07-18scalar: reword command documentation to clarify purposeVictoria Dye1-5/+4
2022-07-18t4200: drop irrelevant codeMartin Ågren1-3/+0
2022-07-18trace2: only include "fsync" events if we git_fsync()Ævar Arnfjörð Bjarmason3-9/+42
2022-07-18config/core.txt: fix minor issues for `core.sparseCheckoutCone`Martin Ågren1-2/+2
2022-07-18index-format.txt: remove outdated list of supported extensionsSZEDER Gábor1-2/+0
2022-07-17mergesort: remove llist_mergesort()René Scharfe3-90/+0
2022-07-17packfile: use DEFINE_LIST_SORTRené Scharfe1-15/+3
2022-07-17fetch-pack: use DEFINE_LIST_SORTRené Scharfe3-24/+8
2022-07-17commit: use DEFINE_LIST_SORTRené Scharfe1-14/+6
2022-07-17blame: use DEFINE_LIST_SORTRené Scharfe1-21/+9
2022-07-17test-mergesort: use DEFINE_LIST_SORTRené Scharfe2-14/+5
2022-07-17test-mergesort: use DEFINE_LIST_SORT_DEBUGRené Scharfe2-16/+5
2022-07-17mergesort: add macros for typed sort of linked listsRené Scharfe1-0/+101
2022-07-17mergesort: tighten merge loopRené Scharfe1-13/+6
2022-07-17mergesort: unify ranks loopsRené Scharfe1-16/+15
2022-07-17config.txt: document include, includeIfManuel Boni3-0/+21
2022-07-15commit-graph: fix corrupt upgrade from generation v1 to v2Taylor Blau2-6/+6
2022-07-15commit-graph: introduce `repo_find_commit_pos_in_graph()`Taylor Blau2-3/+24
2022-07-15t5318: demonstrate commit-graph generation v2 corruptionTaylor Blau1-0/+27
2022-07-14mingw: avoid mktemp() in mkstemp() implementationRené Scharfe1-4/+1