summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-10-17reftable: handle trivial `reftable_buf` errorsPatrick Steinhardt-41/+107
2024-10-17reftable/stack: adapt `stack_filename()` to handle allocation failuresPatrick Steinhardt-17/+45
2024-10-17reftable/record: adapt `reftable_record_key()` to handle allocation failuresPatrick Steinhardt-22/+47
2024-10-17reftable/stack: adapt `format_name()` to handle allocation failuresPatrick Steinhardt-9/+19
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt-44/+44
2024-10-17reftable/blocksource: adapt interface namePatrick Steinhardt-36/+36
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt-371/+374
2024-10-17reftable/basics: provide new `reftable_buf` interfacePatrick Steinhardt-0/+130
2024-10-17reftable: stop using `strbuf_addf()`Patrick Steinhardt-37/+50
2024-10-17reftable: stop using `strbuf_addbuf()`Patrick Steinhardt-7/+8
2024-10-17t: fix typosAndrew Kreimer-14/+14
2024-10-17builtin/shortlog: explicitly set hash algo when there is no repoWolfgang Müller-0/+16
2024-10-17mingw.c: Fix complier warnings for a 64 bit msvcSören Krecker-12/+21
2024-10-16fuzz: port fuzz-url-decode-mem from OSS-FuzzEric Sesterhenn-0/+46
2024-10-16fuzz: port fuzz-parse-attr-line from OSS-FuzzEric Sesterhenn-38/+87
2024-10-16fuzz: port fuzz-credential-from-url-gently from OSS-FuzzEric Sesterhenn-1/+44
2024-10-16http: fix build error on FreeBSDPatrick Steinhardt-4/+6
2024-10-16builtin/credential-cache: fix missing parameter for stub functionPatrick Steinhardt-1/+2
2024-10-16t7300: work around platform-specific behaviour with long paths on MinGWPatrick Steinhardt-1/+1
2024-10-16t5500, t5601: skip tests which exercise paths with '[::1]' on CygwinPatrick Steinhardt-6/+19
2024-10-16t3404: work around platform-specific behaviour on macOS 10.15Patrick Steinhardt-14/+12
2024-10-16t1401: make invocation of tar(1) work with Win32-provided onePatrick Steinhardt-1/+1
2024-10-16t/lib-gpg: fix setup of GNUPGHOME in MinGWPatrick Steinhardt-1/+1
2024-10-16t/lib-gitweb: test against the build version of gitwebPatrick Steinhardt-2/+2
2024-10-16t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt-106/+229
2024-10-16t/test-lib: fix quoting of TEST_RESULTS_SAN_FILEPatrick Steinhardt-1/+1
2024-10-15The second batchTaylor Blau-0/+12
2024-10-15Merge branch 'jk/fsmonitor-event-listener-race-fix'Taylor Blau-18/+98
2024-10-15Merge branch 'xx/remote-server-option-config'Taylor Blau-8/+184
2024-10-15Merge branch 'js/doc-platform-support-link-fix'Taylor Blau-2/+2
2024-10-15Merge branch 'jh/config-unset-doc-fix'Taylor Blau-3/+3
2024-10-14trailer: spread usage of "trailer_block" languageLinus Arver-74/+76
2024-10-14t3404: replace test with test_line_count()Usman Akinyemi-14/+14
2024-10-14t3404: avoid losing exit status with focus on `git show` and `git cat-file`Usman Akinyemi-23/+48
2024-10-11BreakingChanges: early adopter optionJunio C Hamano-1/+20
2024-10-11t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMATBence Ferdinandy-2/+3
2024-10-11Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.oPhilippe Blain-0/+1
2024-10-11archive: remove the_repository global variableJohn Cai-3/+2
2024-10-11annotate: remove usage of the_repository globalJohn Cai-3/+2
2024-10-11git: pass in repo to builtin based on setup_git_directory_gentlyJohn Cai-4/+6
2024-10-10Start the 2.48 cycleJunio C Hamano-2/+37
2024-10-10Merge branch 'jk/output-prefix-cleanup'Junio C Hamano-43/+28
2024-10-10Merge branch 'ps/leakfixes-part-8'Junio C Hamano-123/+329
2024-10-10Merge branch 'ds/line-log-asan-fix'Junio C Hamano-6/+32
2024-10-10Merge branch 'sk/doc-maintenance-schedule'Junio C Hamano-1/+3
2024-10-10Merge branch 'tb/notes-amlog-doc'Junio C Hamano-0/+44
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano-408/+893
2024-10-10Merge branch 'ja/doc-synopsis-markup'Junio C Hamano-107/+209
2024-10-10t: fix typosAndrew Kreimer-4/+4
2024-10-10t/helper: fix a typoAndrew Kreimer-1/+1