summaryrefslogtreecommitdiffstats
path: root/t/t1100-commit-tree-options.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-05sparse-checkout: free string list after displayingJeff King1-0/+2
2024-06-05sparse-checkout: free pattern list in sparse_checkout_list()Jeff King1-3/+2
2024-06-05sparse-checkout: free sparse_filename after useJeff King1-0/+2
2024-06-05sparse-checkout: refactor temporary sparse_checkout_patternsJeff King1-1/+8
2024-06-05sparse-checkout: always free "line" strbuf after reading inputJeff King1-0/+1
2024-06-05sparse-checkout: reuse --stdin buffer when reading patternsJeff King1-5/+4
2024-06-05dir.c: always copy input to add_pattern()Jeff King2-14/+7
2024-06-04dir.c: free removed sparse-pattern hashmap entriesJeff King2-1/+8
2024-06-04sparse-checkout: clear patterns when init() sees existing sparse fileJeff King1-0/+1
2024-06-04dir.c: free strings in sparse cone pattern hashmapsJeff King1-4/+15
2024-06-04sparse-checkout: pass string literals directly to add_pattern()Jeff King3-8/+5
2024-06-04sparse-checkout: free string list in write_cone_to_file()Jeff King1-0/+2
2024-05-30mv: replace src_dir with a strvecJeff King1-6/+4
2024-05-30mv: factor out empty src_dir removalJeff King1-19/+23
2024-05-30mv: move src_dir cleanup to end of cmd_mv()Jeff King1-1/+1
2024-05-30t-strvec: mark variable-arg helper with LAST_ARG_MUST_BE_NULLJeff King1-0/+1
2024-05-30t-strvec: use va_end() to match va_start()Jeff King1-0/+2
2024-05-28The eighth batchJunio C Hamano1-0/+35
2024-05-27builtin/mv: fix leaks for submodule gitfile pathsPatrick Steinhardt5-19/+30
2024-05-27builtin/mv: refactor to use `struct strvec`Patrick Steinhardt8-67/+68
2024-05-27builtin/mv duplicate string list memoryPatrick Steinhardt1-6/+13
2024-05-27builtin/mv: refactor `add_slash()` to always return allocated stringsPatrick Steinhardt1-18/+20
2024-05-27strvec: add functions to replace and remove stringsPatrick Steinhardt6-0/+329
2024-05-27submodule: fix leaking memory for submodule entriesPatrick Steinhardt5-0/+6
2024-05-27commit-reach: fix memory leak in `ahead_behind()`Patrick Steinhardt2-0/+6
2024-05-27builtin/credential: clear credential before exitPatrick Steinhardt2-0/+4
2024-05-27config: plug various memory leaksPatrick Steinhardt13-12/+40
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt30-92/+96
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-27t: mark a bunch of tests as leak-freePatrick Steinhardt11-0/+13
2024-05-27transport-helper: fix leaking helper namePatrick Steinhardt137-2979/+1541
2024-05-27ci: add missing dependency for TTY prereqPatrick Steinhardt1-2/+2
2024-05-23The seventh batchJunio C Hamano1-0/+9
2024-05-20The sixth batchJunio C Hamano1-0/+8
2024-05-17t/t9001-send-email.sh: sed - remove the i flag for sMarcel Telka1-1/+1
2024-05-17t/t9118-git-svn-funky-branch-names.sh: sed needs semicolonMarcel Telka1-1/+1
2024-05-17t/t1700-split-index.sh: mv -v is not portableMarcel Telka1-1/+1
2024-05-17t/t4202-log.sh: fix misspelled variableMarcel Telka1-1/+1
2024-05-17t/t0600-reffiles-backend.sh: rm -v is not portableMarcel Telka1-1/+1
2024-05-17t/t9902-completion.sh: backslashes in echoMarcel Telka1-1/+1
2024-05-17Switch grep from non-portable BRE to portable EREMarcel Telka2-2/+2
2024-05-17diff: document what --name-only showsJunio C Hamano1-2/+3
2024-05-17SubmittingPatches: advertise git-manpages-l10n project a bitJunio C Hamano1-0/+7