summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-07-19midx: extract bitmap write setupDerrick Stolee-24/+32
2022-07-19pack-bitmap-write: use const for hashesDerrick Stolee-2/+2
2022-07-18The fourth batchJunio C Hamano-0/+34
2022-07-18Merge branch 'sg/multi-pack-index-parse-options-fix'Junio C Hamano-4/+4
2022-07-18Merge branch 'bc/nettle-sha256'Junio C Hamano-1/+44
2022-07-18Merge branch 'jd/gpg-interface-trust-level-string'Junio C Hamano-23/+31
2022-07-18Merge branch 'ab/cocci-unused'Junio C Hamano-16/+219
2022-07-18Merge branch 'gc/submodule-use-super-prefix'Junio C Hamano-64/+84
2022-07-18Merge branch 'en/merge-dual-dir-renames-fix'Junio C Hamano-26/+153
2022-07-18Merge branch 'ab/test-without-templates'Junio C Hamano-27/+97
2022-07-18Merge branch 'ab/build-gitweb'Junio C Hamano-112/+68
2022-07-18Merge branch 'ab/test-tool-leakfix'Junio C Hamano-24/+77
2022-07-18Merge branch 'ab/leakfix'Junio C Hamano-54/+114
2022-07-18Merge branch 'jc/builtin-mv-move-array'Junio C Hamano-9/+7
2022-07-18Merge branch 'fr/vimdiff-layout-fix'Junio C Hamano-18/+18
2022-07-18cat-file: add mailmap supportSiddharth Asthana-1/+107
2022-07-18ident: rename commit_rewrite_person() to apply_mailmap_to_header()Siddharth Asthana-6/+6
2022-07-18ident: move commit_rewrite_person() to ident.cSiddharth Asthana-74/+80
2022-07-18revision: improve commit_rewrite_person()Siddharth Asthana-17/+47
2022-07-18pack-bitmap.c: continue looping when first MIDX bitmap is foundTeng Long-2/+3
2022-07-18pack-bitmap.c: using error() instead of silently returning -1Teng Long-1/+5
2022-07-18pack-bitmap.c: do not ignore error when opening a bitmap fileTeng Long-5/+12
2022-07-18pack-bitmap.c: rename "idx_name" to "bitmap_name"Teng Long-7/+7
2022-07-18pack-bitmap.c: mark more strings for translationsTeng Long-24/+24
2022-07-18pack-bitmap.c: fix formatting of error messagesTeng Long-23/+24
2022-07-18scalar: convert README.md into a technical design docVictoria Dye-82/+127
2022-07-18scalar: reword command documentation to clarify purposeVictoria Dye-5/+4
2022-07-18t4200: drop irrelevant codeMartin Ågren-3/+0
2022-07-18trace2: only include "fsync" events if we git_fsync()Ævar Arnfjörð Bjarmason-9/+42
2022-07-18config/core.txt: fix minor issues for `core.sparseCheckoutCone`Martin Ågren-2/+2
2022-07-18index-format.txt: remove outdated list of supported extensionsSZEDER Gábor-2/+0
2022-07-17mergesort: remove llist_mergesort()René Scharfe-90/+0
2022-07-17packfile: use DEFINE_LIST_SORTRené Scharfe-15/+3
2022-07-17fetch-pack: use DEFINE_LIST_SORTRené Scharfe-24/+8
2022-07-17commit: use DEFINE_LIST_SORTRené Scharfe-14/+6
2022-07-17blame: use DEFINE_LIST_SORTRené Scharfe-21/+9
2022-07-17test-mergesort: use DEFINE_LIST_SORTRené Scharfe-14/+5
2022-07-17test-mergesort: use DEFINE_LIST_SORT_DEBUGRené Scharfe-16/+5
2022-07-17mergesort: add macros for typed sort of linked listsRené Scharfe-0/+101
2022-07-17mergesort: tighten merge loopRené Scharfe-13/+6
2022-07-17mergesort: unify ranks loopsRené Scharfe-16/+15
2022-07-17config.txt: document include, includeIfManuel Boni-0/+21
2022-07-15commit-graph: fix corrupt upgrade from generation v1 to v2Taylor Blau-6/+6
2022-07-15commit-graph: introduce `repo_find_commit_pos_in_graph()`Taylor Blau-3/+24
2022-07-15t5318: demonstrate commit-graph generation v2 corruptionTaylor Blau-0/+27
2022-07-14mingw: avoid mktemp() in mkstemp() implementationRené Scharfe-4/+1
2022-07-14commit-graph: pass repo_settings instead of repositoryTaylor Blau-10/+33
2022-07-14setup.c: create `safe.bareRepository`Glen Choo-1/+129
2022-07-14safe.directory: use git_protected_config()Glen Choo-18/+14
2022-07-14config: learn `git_protected_config()`Glen Choo-11/+82