summaryrefslogtreecommitdiffstats
path: root/utf8.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-27builtin/log: stop using globals for format configPatrick Steinhardt1-202/+265
2024-05-27builtin/log: stop using globals for log configPatrick Steinhardt1-103/+156
2024-05-27convert: refactor code to clarify ownership of check_roundtrip_encodingPatrick Steinhardt4-15/+19
2024-05-27diff: refactor code to clarify memory ownership of prefixesPatrick Steinhardt1-8/+10
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt18-39/+44
2024-05-27http: refactor code to clarify memory ownershipPatrick Steinhardt1-30/+32
2024-05-27checkout: clarify memory ownership in `unique_tracking_name()`Patrick Steinhardt14-20/+34
2024-05-27strbuf: fix leak when `appendwholeline()` fails with EOFPatrick Steinhardt2-1/+5
2024-05-27transport-helper: fix leaking helper namePatrick Steinhardt6-2/+9
2024-05-27t: mark a bunch of tests as leak-freePatrick Steinhardt11-0/+13
2024-05-27ci: add missing dependency for TTY prereqPatrick Steinhardt1-2/+2
2024-05-20The sixth batchJunio C Hamano1-0/+8
2024-05-16The fifth batchJunio C Hamano1-0/+7
2024-05-16Revert "diff: fix --exit-code with external diff"Junio C Hamano2-38/+3
2024-05-15The fourth batchJunio C Hamano1-1/+19
2024-05-13The third batchJunio C Hamano1-0/+25
2024-05-13compat/regex: fix argument order to calloc(3)Junio C Hamano3-13/+13
2024-05-11SubmittingPatches: welcome the new maintainer of git-gui partJunio C Hamano2-3/+3
2024-05-09ci: stop installing "gcc-13" for osx-gccJeff King1-1/+0
2024-05-09ci: avoid bare "gcc" for osx-gcc jobJeff King1-1/+1
2024-05-09ci: drop mention of BREW_INSTALL_PACKAGES variableJeff King1-2/+0
2024-05-09ci: update coverity runs_on_pool referenceJeff King1-1/+1
2024-05-09gitlab-ci: fix installing dependencies for fuzz smoke testsPatrick Steinhardt1-1/+1
2024-05-09git-p4: show Perforce error to the userFahad Alrashed1-11/+13
2024-05-08The second batchJunio C Hamano1-1/+38
2024-05-08scalar: avoid segfault in reconfigure --allDerrick Stolee2-3/+45
2024-05-08t0018: two small fixesJunio C Hamano1-19/+22
2024-05-08Documentation/git-merge-tree.txt: document -XVictoria Dye1-0/+5
2024-05-07refs: remove functions without ref storePatrick Steinhardt2-268/+209
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt75-436/+711