summaryrefslogtreecommitdiffstats
path: root/t (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-14diff: fix leak when parsing invalid ignore regex optionPatrick Steinhardt2-1/+6
2024-08-14unpack-trees: clear index when not propagating itPatrick Steinhardt2-0/+3
2024-08-14sequencer: release todo list on error pathsPatrick Steinhardt2-19/+48
2024-08-14merge-ort: unconditionally release attributes indexPatrick Steinhardt5-2/+5
2024-08-14builtin/fast-export: plug leaking tag namesPatrick Steinhardt2-5/+13
2024-08-14builtin/fast-export: fix leaking diff optionsPatrick Steinhardt1-0/+2
2024-08-14builtin/fast-import: plug trivial memory leaksPatrick Steinhardt3-2/+9
2024-08-14builtin/notes: fix leaking `struct notes_tree` when merging notesPatrick Steinhardt3-5/+6
2024-08-14builtin/rebase: fix leaking `commit.gpgsign` valuePatrick Steinhardt5-0/+5
2024-08-14config: fix leaking comment character configPatrick Steinhardt4-3/+9
2024-08-14submodule-config: fix leaking name entry when traversing submodulesPatrick Steinhardt1-10/+8
2024-08-14read-cache: fix leaking hashfile when writing index failsPatrick Steinhardt4-39/+62
2024-08-14bulk-checkin: fix leaking state TODOPatrick Steinhardt4-1/+14
2024-08-14object-name: fix leaking symlink paths in object contextPatrick Steinhardt2-0/+2
2024-08-14object-file: fix memory leak when reading corrupted headersPatrick Steinhardt2-0/+2
2024-08-14git: fix leaking system pathsPatrick Steinhardt1-3/+10
2024-08-14remote: plug memory leak when aliasing URLsPatrick Steinhardt2-1/+3
2024-08-14t9001-send-email.sh: fix quoting for mailrc --dump-aliases testJacob Keller1-3/+3
2024-08-13midx: drop unused parameters from add_midx_to_chain()Jeff King1-9/+5
2024-08-13bundle: default to SHA1 when reading bundle headersPatrick Steinhardt2-1/+31
2024-08-13builtin/bundle: have unbundle check for repo before opening its bundlePatrick Steinhardt2-2/+10
2024-08-13t-reftable-readwrite: add test for known errorChandra Pratap1-0/+5
2024-08-13t-reftable-readwrite: use 'for' in place of infinite 'while' loopsChandra Pratap1-9/+3
2024-08-13t-reftable-readwrite: use free_names() instead of a for loopChandra Pratap1-7/+3
2024-08-13t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap4-212/+210
2024-08-13config: hide functions using `the_repository` by defaultPatrick Steinhardt2-208/+171
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt23-0/+45
2024-08-13config: don't depend on `the_repository` with branch conditionsPatrick Steinhardt1-4/+5
2024-08-13config: don't have setters depend on `the_repository`Patrick Steinhardt1-8/+8
2024-08-13config: pass repo to functions that rename or copy sectionsPatrick Steinhardt7-33/+36
2024-08-13config: pass repo to `git_die_config()`Patrick Steinhardt4-10/+11
2024-08-13config: pass repo to `git_config_get_expiry_in_days()`Patrick Steinhardt3-5/+9
2024-08-13config: pass repo to `git_config_get_expiry()`Patrick Steinhardt4-8/+8
2024-08-13config: pass repo to `git_config_get_max_percent_split_change()`Patrick Steinhardt3-4/+4
2024-08-13config: pass repo to `git_config_get_split_index()`Patrick Steinhardt4-6/+6
2024-08-13config: pass repo to `git_config_get_index_threads()`Patrick Steinhardt3-7/+7
2024-08-13config: expose `repo_config_clear()`Patrick Steinhardt2-1/+2
2024-08-13config: introduce missing setters that take repo as parameterPatrick Steinhardt2-21/+87
2024-08-13path: hide functions using `the_repository` by defaultPatrick Steinhardt2-99/+100
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt7-17/+24
2024-08-13path: stop relying on `the_repository` when reporting garbagePatrick Steinhardt3-5/+5
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt18-42/+47
2024-08-13editor: do not rely on `the_repository` for interactive editsPatrick Steinhardt3-8/+13
2024-08-13path: expose `do_git_common_path()` as `repo_common_pathv()`Patrick Steinhardt2-12/+15
2024-08-13path: expose `do_git_path()` as `repo_git_pathv()`Patrick Steinhardt2-10/+18
2024-08-09doc: grammofix in git-diff-treeJunio C Hamano1-1/+1
2024-08-09tutorial: grammofixJunio C Hamano1-1/+1
2024-08-09ref-filter: populate symref from iteratorJohn Cai1-5/+12
2024-08-09refs: add referent to each_ref_fnJohn Cai48-54/+78
2024-08-09refs: keep track of unresolved reference value in iteratorsJohn Cai6-5/+30