summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-17reftable: stop using `strbuf_addf()`Patrick Steinhardt4-37/+50
2024-10-17reftable: stop using `strbuf_addbuf()`Patrick Steinhardt3-7/+8
2024-10-17t: fix typosAndrew Kreimer9-14/+14
2024-10-17builtin/shortlog: explicitly set hash algo when there is no repoWolfgang Müller2-0/+16
2024-10-17mingw.c: Fix complier warnings for a 64 bit msvcSören Krecker3-12/+21
2024-10-16fuzz: port fuzz-url-decode-mem from OSS-FuzzEric Sesterhenn4-0/+46
2024-10-16fuzz: port fuzz-parse-attr-line from OSS-FuzzEric Sesterhenn6-38/+87
2024-10-16fuzz: port fuzz-credential-from-url-gently from OSS-FuzzEric Sesterhenn4-1/+44
2024-10-16http: fix build error on FreeBSDPatrick Steinhardt1-4/+6
2024-10-16builtin/credential-cache: fix missing parameter for stub functionPatrick Steinhardt1-1/+2
2024-10-16t7300: work around platform-specific behaviour with long paths on MinGWPatrick Steinhardt1-1/+1
2024-10-16t5500, t5601: skip tests which exercise paths with '[::1]' on CygwinPatrick Steinhardt2-6/+19
2024-10-16t3404: work around platform-specific behaviour on macOS 10.15Patrick Steinhardt1-14/+12
2024-10-16t1401: make invocation of tar(1) work with Win32-provided onePatrick Steinhardt1-1/+1
2024-10-16t/lib-gpg: fix setup of GNUPGHOME in MinGWPatrick Steinhardt1-1/+1
2024-10-16t/lib-gitweb: test against the build version of gitwebPatrick Steinhardt1-2/+2
2024-10-16t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt22-104/+227
2024-10-16t/test-lib: fix quoting of TEST_RESULTS_SAN_FILEPatrick Steinhardt1-1/+1
2024-10-15The second batchTaylor Blau1-0/+12
2024-10-15Merge branch 'jk/fsmonitor-event-listener-race-fix'Taylor Blau7-18/+98
2024-10-15Merge branch 'xx/remote-server-option-config'Taylor Blau12-8/+184
2024-10-15Merge branch 'js/doc-platform-support-link-fix'Taylor Blau1-2/+2
2024-10-15Merge branch 'jh/config-unset-doc-fix'Taylor Blau2-3/+3
2024-10-14trailer: spread usage of "trailer_block" languageLinus Arver3-74/+76
2024-10-14t3404: replace test with test_line_count()Usman Akinyemi1-14/+14
2024-10-14t3404: avoid losing exit status with focus on `git show` and `git cat-file`Usman Akinyemi1-23/+48
2024-10-11BreakingChanges: early adopter optionJunio C Hamano1-1/+20
2024-10-11t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMATBence Ferdinandy1-2/+3
2024-10-11Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.oPhilippe Blain1-0/+1
2024-10-11archive: remove the_repository global variableJohn Cai1-3/+2
2024-10-11annotate: remove usage of the_repository globalJohn Cai1-3/+2
2024-10-11git: pass in repo to builtin based on setup_git_directory_gentlyJohn Cai2-4/+6
2024-10-10Start the 2.48 cycleJunio C Hamano3-2/+37
2024-10-10Merge branch 'jk/output-prefix-cleanup'Junio C Hamano7-43/+28
2024-10-10Merge branch 'ps/leakfixes-part-8'Junio C Hamano62-123/+329
2024-10-10Merge branch 'ds/line-log-asan-fix'Junio C Hamano2-6/+32
2024-10-10Merge branch 'sk/doc-maintenance-schedule'Junio C Hamano1-1/+3
2024-10-10Merge branch 'tb/notes-amlog-doc'Junio C Hamano1-0/+44
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano38-408/+893
2024-10-10Merge branch 'ja/doc-synopsis-markup'Junio C Hamano8-107/+209
2024-10-10t: fix typosAndrew Kreimer4-4/+4
2024-10-10t/helper: fix a typoAndrew Kreimer1-1/+1
2024-10-10t/perf: fix typosAndrew Kreimer2-3/+3
2024-10-10t/unit-tests: fix typosAndrew Kreimer2-2/+2
2024-10-10contrib: fix typosAndrew Kreimer3-4/+4
2024-10-10compat: fix typosAndrew Kreimer3-4/+4
2024-10-10checkout: refer to other-worktree branch, not refKristoffer Haugsbakk2-5/+5
2024-10-10Documentation/gitprotocol-v2.txt: fix a slight inconsistency in formatXing Xin1-2/+2
2024-10-10bundle-uri: plug leak in unbundle_from_file()Toon Claes1-5/+13
2024-10-10builtin/gc: fix crash when running `git maintenance start`Patrick Steinhardt2-2/+21