summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* test-lib: unconditionally enable leak checkingPatrick Steinhardt2024-11-213-96/+1
* t: remove unneeded !SANITIZE_LEAK prerequisitesPatrick Steinhardt2024-11-213-11/+11
* t: mark some tests as leak freePatrick Steinhardt2024-11-212-0/+2
* t5601: work around leak sanitizer issuePatrick Steinhardt2024-11-211-11/+15
* t/helper: fix leaking commit graph in "read-graph" subcommandPatrick Steinhardt2024-11-211-2/+1
* split-index: fix memory leak in `move_cache_to_base_index()`Patrick Steinhardt2024-11-211-0/+1
* git: refactor builtin handling to use a `struct strvec`Patrick Steinhardt2024-11-211-1/+1
* git: refactor alias handling to use a `struct strvec`Patrick Steinhardt2024-11-211-0/+1
* strvec: introduce new `strvec_splice()` functionPatrick Steinhardt2024-11-211-0/+65
* line-log: fix leak when rewriting commit parentsPatrick Steinhardt2024-11-211-0/+1
* bisect: fix various cases where we leak commit list itemsPatrick Steinhardt2024-11-211-0/+1
* builtin/blame: fix leaking blame entries with `--incremental`Patrick Steinhardt2024-11-211-0/+2
* Merge branch 'ps/leakfixes-part-9' into ps/leakfixes-part-10Junio C Hamano2024-11-0722-2/+31
|\
| * list-objects-filter-options: work around reported leak on errorPatrick Steinhardt2024-11-051-0/+1
| * builtin/merge: release output buffer after performing mergePatrick Steinhardt2024-11-051-0/+1
| * dir: fix leak when parsing "status.showUntrackedFiles"Patrick Steinhardt2024-11-051-0/+1
| * t/helper: fix leaking buffer in "dump-untracked-cache"Patrick Steinhardt2024-11-051-0/+2
| * t/helper: stop re-initialization of `the_repository`Patrick Steinhardt2024-11-052-2/+1
| * combine-diff: fix leaking lost linesPatrick Steinhardt2024-11-051-0/+1
| * builtin/tag: fix leaking key ID on failure to signPatrick Steinhardt2024-11-051-0/+1
| * transport-helper: fix leaking import/export marksPatrick Steinhardt2024-11-051-0/+1
| * builtin/commit: fix leaking cleanup configPatrick Steinhardt2024-11-051-0/+1
| * trailer: fix leaking strbufs when formatting trailersPatrick Steinhardt2024-11-051-0/+1
| * builtin/commit: fix leaking change data contentsPatrick Steinhardt2024-11-051-0/+1
| * upload-pack: fix leaking URI protocolsPatrick Steinhardt2024-11-051-0/+1
| * pretty: clear signature checkPatrick Steinhardt2024-11-054-0/+4
| * diff-lib: fix leaking diffopts in `do_diff_cache()`Patrick Steinhardt2024-11-051-0/+1
| * revision: fix leaking bloom filtersPatrick Steinhardt2024-11-051-0/+1
| * builtin/grep: fix leak with `--max-count=0`Patrick Steinhardt2024-11-051-0/+1
| * t/helper: fix leaks in "reach" test toolPatrick Steinhardt2024-11-052-0/+11
* | Merge branch 'jk/dumb-http-finalize'Taylor Blau2024-11-013-3/+35
|\ \
| * | packfile: use object_id in find_pack_entry_one()Jeff King2024-10-251-1/+1
| * | dumb-http: store downloaded pack idx as tempfileJeff King2024-10-251-1/+11
| * | t5550: count fetches in "previously-fetched .idx" testJeff King2024-10-251-2/+16
| * | midx: avoid duplicate packed_git entriesJeff King2024-10-251-0/+8
* | | Merge branch 'ak/more-typofixes'Taylor Blau2024-11-0126-37/+37
|\ \ \
| * | | t: fix typosAndrew Kreimer2024-10-2426-37/+37
* | | | Merge branch 'rs/grep-lookahead'Taylor Blau2024-11-011-0/+9
|\ \ \ \
| * | | | grep: disable lookahead on errorRené Scharfe2024-10-221-0/+9
| | |_|/ | |/| |
* | | | Merge branch 'ak/t1016-cleanup'Taylor Blau2024-11-011-2/+2
|\ \ \ \
| * | | | t1016: clean up styleAndrew Kreimer2024-10-221-2/+2
* | | | | Merge branch 'ua/atoi'Taylor Blau2024-11-012-0/+33
|\ \ \ \ \
| * | | | | merge: replace atoi() with strtol_i() for marker size validationUsman Akinyemi2024-10-241-0/+8
| * | | | | daemon: replace atoi() with strtoul_ui() and strtol_i()Usman Akinyemi2024-10-241-0/+25
| | |/ / / | |/| | |
* | | | | Merge branch 'sa/notes-edit'Taylor Blau2024-11-011-0/+63
|\ \ \ \ \
| * | | | | notes: teach the -e option to edit messages in editorAbraham Samuel Adekunle2024-10-211-0/+63
| |/ / / /
* | | | | Merge branch 'sk/t9101-cleanup'Taylor Blau2024-11-011-17/+17
|\ \ \ \ \
| * | | | | t9101: ensure no whitespace after redirectSeyi Kuforiji2024-10-231-17/+17
| | |_|/ / | |/| | |
* | | | | Merge branch 'kh/mv-breakage'Taylor Blau2024-11-011-0/+12
|\ \ \ \ \
| * | | | | t7001: add failure test which triggers assertionKristoffer Haugsbakk2024-10-231-0/+12
| | |/ / / | |/| | |