summaryrefslogtreecommitdiffstats
path: root/utf8.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-21bisect: fix leaking good/bad terms when reading multipe timesPatrick Steinhardt3-8/+12
2024-11-21builtin/blame: fix leaking blame entries with `--incremental`Patrick Steinhardt4-7/+10
2024-11-21ref: add symlink ref content check for files backendshejialuo4-4/+182
2024-11-21ref: check whether the target of the symref is a refshejialuo4-2/+51
2024-11-21ref: add basic symref content check for files backendshejialuo4-0/+155
2024-11-21ref: add more strict checks for regular refsshejialuo6-7/+96
2024-11-21ref: port git-fsck(1) regular refs check for files backendshejialuo4-0/+156
2024-11-21ref: support multiple worktrees check for refsshejialuo9-15/+90
2024-11-21ref: initialize ref name outside of check functionsshejialuo1-8/+13
2024-11-21ref: check the full refname instead of basenameshejialuo2-39/+60
2024-11-21ref: initialize "fsck_ref_report" with zeroshejialuo1-1/+1
2024-11-20reftable/block: optimize allocations by using scratch bufferPatrick Steinhardt2-8/+6
2024-11-20reftable/block: rename `block_writer::buf` variablePatrick Steinhardt2-14/+14
2024-11-20reftable/writer: optimize allocations by using a scratch bufferPatrick Steinhardt2-12/+12
2024-11-20refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG`Patrick Steinhardt1-1/+2
2024-11-20refs: skip collision checks in initial transactionsPatrick Steinhardt5-27/+36
2024-11-20refs: use "initial" transaction semantics to migrate refsPatrick Steinhardt2-9/+3
2024-11-20refs/files: support symbolic and root refs in initial transactionPatrick Steinhardt1-10/+34
2024-11-20refs: introduce "initial" transaction flagPatrick Steinhardt8-68/+29
2024-11-20refs/files: move logic to commit initial transactionPatrick Steinhardt1-101/+101
2024-11-20refs: allow passing flags when setting up a transactionPatrick Steinhardt14-26/+33
2024-11-20The tenth batchJunio C Hamano1-5/+10
2024-11-20Prepare for 2.47.1Junio C Hamano3-2/+28
2024-11-20index-pack: teach --promisor to forbid pack nameJonathan Tan3-3/+5
2024-11-20builtin/gc: provide hint when maintenance hits a stale schedule lockPatrick Steinhardt2-1/+18
2024-11-19doc: git-diff: apply format changes to config partJean-Noël Avila1-93/+111
2024-11-19doc: git-diff: apply format changes to diff-generate-patchJean-Noël Avila1-21/+23
2024-11-19doc: git-diff: apply format changes to diff-formatJean-Noël Avila1-21/+21
2024-11-19doc: git-diff: apply format changes to diff-optionsJean-Noël Avila1-211/+212
2024-11-19doc: git-diff: apply new documentation guidelinesJean-Noël Avila1-56/+66
2024-11-19fast-import: avoid making replace refs point to themselvesElijah Newren2-1/+43
2024-11-18object-file: inline empty tree and blob literalsJeff King1-27/+20
2024-11-18object-file: treat cached_object values as constJeff King1-4/+4
2024-11-18object-file: drop oid field from find_cached_object() return valueJeff King1-11/+12
2024-11-18object-file: move empty_tree struct into find_cached_object()Jeff King1-6/+5
2024-11-18object-file: drop confusing oid initializer of empty_tree structJeff King1-3/+1
2024-11-18object-file: prefer array-of-bytes initializer for hash literalsJeff King1-17/+21
2024-11-18Makefile: let clar header targets depend on their scriptsPatrick Steinhardt1-2/+2
2024-11-18cmake: use verbatim arguments when invoking clar commandsPatrick Steinhardt1-2/+4
2024-11-18cmake: use SH_EXE to execute clar scriptsPatrick Steinhardt1-3/+6
2024-11-18t/unit-tests: convert "clar-generate.awk" into a shell scriptPatrick Steinhardt4-53/+69
2024-11-18Documentation/git-bundle.txt: discuss naïve backupsKristoffer Haugsbakk1-0/+18
2024-11-18Documentation/git-bundle.txt: mention --all in spec. refsKristoffer Haugsbakk1-1/+1
2024-11-18Documentation/git-bundle.txt: remove old `--all` exampleKristoffer Haugsbakk1-2/+0
2024-11-18Documentation/git-bundle.txt: mention full backup exampleKristoffer Haugsbakk1-6/+31
2024-11-18reflog: rename unreachablebrian m. carlson1-2/+2
2024-11-18index-pack: rename struct thread_localbrian m. carlson1-5/+5
2024-11-18Documentation/glossary: describe "trailer"Kristoffer Haugsbakk1-0/+5
2024-11-15Clean up RelNotes for 2.48Junio C Hamano1-15/+0
2024-11-15pack-objects: only perform verbatim reuse on the preferred packTaylor Blau2-56/+41