summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-23git-curl-compat: remove check for curl 7.34.0brian m. carlson3-28/+0
2024-10-23git-curl-compat: remove check for curl 7.25.0brian m. carlson2-32/+0
2024-10-23git-curl-compat: remove check for curl 7.21.5brian m. carlson1-7/+0
2024-10-23t9101: ensure no whitespace after redirectSeyi Kuforiji1-17/+17
2024-10-22t7011: ensure no whitespace after redirectSeyi Kuforiji1-11/+11
2024-10-22The third batchTaylor Blau1-0/+8
2024-10-22Merge branch 'cw/worktree-relative'Taylor Blau8-64/+312
2024-10-22Merge branch 'ps/cache-tree-w-broken-index-entry'Taylor Blau5-43/+97
2024-10-22doc: consolidate extensions in git-config documentationCaleb White6-64/+62
2024-10-22t6050: avoid pipes with upstream Git commandsChizoba ODINAKA1-47/+86
2024-10-22grep: disable lookahead on errorRené Scharfe2-10/+29
2024-10-22t1016: clean up styleAndrew Kreimer1-2/+2
2024-10-21t4205: fix typo in 'NUL termination with --stat'Kousik Sanagavarapu1-1/+1
2024-10-21SubmittingPatches: tags -> trailersKristoffer Haugsbakk1-3/+3
2024-10-21cmake: set up proper dependencies for generated clar headersPatrick Steinhardt1-38/+12
2024-10-21cmake: fix compilation of clar-based unit testsPatrick Steinhardt1-1/+1
2024-10-21Makefile: extract script to generate clar declarationsPatrick Steinhardt2-3/+17
2024-10-21Makefile: adjust sed command for generating "clar-decls.h"Alejandro R. Sedeño1-1/+1
2024-10-21t/unit-tests: update clar to 206accbPatrick Steinhardt11-124/+189
2024-10-21Documentation: mutually link update-ref and symbolic-refKristoffer Haugsbakk2-0/+8
2024-10-21Documentation/git-update-ref.txt: discuss symbolic refsKristoffer Haugsbakk1-0/+6
2024-10-21Documentation/git-update-ref.txt: remove confusing paragraphKristoffer Haugsbakk1-4/+0
2024-10-21Documentation/git-update-ref.txt: demote symlink to last sectionKristoffer Haugsbakk1-8/+11
2024-10-21Documentation/git-update-ref.txt: remove safety paragraphsKristoffer Haugsbakk1-15/+0
2024-10-21Documentation/git-update-ref.txt: drop “flag”Kristoffer Haugsbakk1-1/+1
2024-10-21ref-filter: format iteratively with lexicographic refname sortingPatrick Steinhardt1-8/+21
2024-10-21global: Fix duplicate word typosSven Strickroth11-11/+11
2024-10-21notes: teach the -e option to edit messages in editorAbraham Samuel Adekunle3-5/+76
2024-10-21doc: document how uploadpack.allowAnySHA1InWant impact other allow optionsPiotr Szlazak1-1/+5
2024-10-18clang-format: align consecutive macro definitionsKarthik Nayak1-0/+3
2024-10-18clang-format: re-adjust line break penaltiesKarthik Nayak1-6/+7
2024-10-18credential-cache: treat ECONNABORTED like ECONNRESETRamsay Jones1-1/+1
2024-10-18The third batchTaylor Blau1-0/+13
2024-10-18Merge branch 'ps/maintenance-start-crash-fix'Taylor Blau2-2/+21
2024-10-18Merge branch 'xx/protocol-v2-doc-markup-fix'Taylor Blau1-2/+2
2024-10-18Merge branch 'tc/bundle-uri-leakfix'Taylor Blau1-5/+13
2024-10-18Merge branch 'kh/checkout-ignore-other-docfix'Taylor Blau2-5/+5
2024-10-18Merge branch 'kh/merge-tree-doc'Taylor Blau1-3/+9
2024-10-18Merge branch 'ng/rebase-merges-branch-name-as-label'Taylor Blau5-26/+53
2024-10-18Merge branch 'kn/loose-object-layer-wo-global-hash'Taylor Blau1-4/+3
2024-10-18Merge branch 'jc/doc-refspec-syntax'Taylor Blau1-3/+4
2024-10-18Merge branch 'aa/t7300-modernize'Taylor Blau1-185/+185
2024-10-17reftable: handle trivial `reftable_buf` errorsPatrick Steinhardt6-41/+107
2024-10-17reftable/stack: adapt `stack_filename()` to handle allocation failuresPatrick Steinhardt1-17/+45
2024-10-17reftable/record: adapt `reftable_record_key()` to handle allocation failuresPatrick Steinhardt5-22/+47
2024-10-17reftable/stack: adapt `format_name()` to handle allocation failuresPatrick Steinhardt1-9/+19
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt5-44/+44
2024-10-17reftable/blocksource: adapt interface namePatrick Steinhardt6-36/+36
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt24-371/+374
2024-10-17reftable/basics: provide new `reftable_buf` interfacePatrick Steinhardt2-0/+130