summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-06-11merge-recursive: fix memory leak when finalizing mergePatrick Steinhardt-0/+7
2024-06-11builtin/merge-recursive: fix leaking object ID basesPatrick Steinhardt-12/+12
2024-06-11builtin/difftool: plug memory leaks in `run_dir_diff()`Patrick Steinhardt-0/+3
2024-06-11object-name: free leaking object contextsPatrick Steinhardt-47/+97
2024-06-11builtin/rev-list: fix leaking bitmap index when calculating disk usagePatrick Steinhardt-0/+4
2024-06-11notes: fix memory leak when pruning notesPatrick Steinhardt-1/+7
2024-06-11revision: fix leaking display notesPatrick Steinhardt-6/+15
2024-06-11merge-recursive: fix leaking rename conflict infoPatrick Steinhardt-1/+10
2024-06-11biultin/rev-parse: fix memory leaks in `--parseopt` modePatrick Steinhardt-23/+32
2024-06-11bundle: plug leaks in `create_bundle()`Patrick Steinhardt-10/+22
2024-06-11notes-utils: free note trees when releasing copied notesPatrick Steinhardt-0/+3
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt-11/+41
2024-06-11revision: fix memory leak when reversing revisionsPatrick Steinhardt-0/+2
2024-06-10The twelfth batchJunio C Hamano-0/+4
2024-06-10Merge branch 'jk/leakfixes'Junio C Hamano-24/+29
2024-06-10Merge branch 'iw/trace-argv-on-alias'Junio C Hamano-5/+34
2024-06-10diff: let external diffs report that changes are uninterestingRené Scharfe-12/+101
2024-06-10userdiff: add and use struct external_diffRené Scharfe-18/+24
2024-06-10t4020: test exit code with external diffsRené Scharfe-0/+54
2024-06-10__attribute__: add a few missing format attributesJunio C Hamano-0/+3
2024-06-10__attribute__: mark some functions with LAST_ARG_MUST_BE_NULLJunio C Hamano-0/+5
2024-06-10__attribute__: remove redundant attribute declaration for git_die_config()Junio C Hamano-1/+0
2024-06-10__attribute__: trace2_region_enter_printf() is like "printf"Junio C Hamano-1/+3
2024-06-08worktree_git_path(): move the declaration to path.hJunio C Hamano-8/+10
2024-06-07doc: interactive.singleKey is disabled by defaultDragan Simic-4/+4
2024-06-07format-patch: assume --cover-letter for diff in multi-patch seriesRubén Justo-0/+31
2024-06-07t4014: cleanups in a few testsRubén Justo-5/+5
2024-06-07Merge branch 'tb/midx-write-cleanup'Junio C Hamano-91/+117
2024-06-07imap-send: free all_msgs strbuf in "out" labelJeff King-1/+1
2024-06-07Merge branch 'jc/t1517-more' into jk/imap-send-plug-all-msgs-leakJunio C Hamano-0/+53
2024-06-07Merge branch 'ps/no-writable-strings' into jk/imap-send-plug-all-msgs-leakJunio C Hamano-935/+1564
2024-06-07config.mak.dev: enable `-Wwrite-strings` warningPatrick Steinhardt-0/+1
2024-06-07builtin/merge: always store allocated strings in `pull_twohead`Patrick Steinhardt-7/+11
2024-06-07builtin/rebase: always store allocated string in `options.strategy`Patrick Steinhardt-7/+7
2024-06-07builtin/rebase: do not assign default backend to non-constant fieldPatrick Steinhardt-9/+16
2024-06-07imap-send: fix leaking memory in `imap_server_conf`Patrick Steinhardt-23/+42
2024-06-07imap-send: drop global `imap_server_conf` variablePatrick Steinhardt-27/+30
2024-06-07mailmap: always store allocated strings in mailmap blobPatrick Steinhardt-1/+1
2024-06-07revision: always store allocated strings in output encodingPatrick Steinhardt-1/+4
2024-06-07remote-curl: avoid assigning string constant to non-const variablePatrick Steinhardt-26/+27
2024-06-07send-pack: always allocate receive statusPatrick Steinhardt-1/+3
2024-06-07parse-options: cast long name for OPTION_ALIASPatrick Steinhardt-1/+1
2024-06-07http: do not assign string constant to non-const fieldPatrick Steinhardt-3/+2
2024-06-07compat/win32: fix const-correctness with string constantsPatrick Steinhardt-15/+31
2024-06-07pretty: add casts for decoration option pointersPatrick Steinhardt-2/+2
2024-06-07object-file: make `buf` parameter of `index_mem()` a constantPatrick Steinhardt-7/+7
2024-06-07object-file: mark cached object buffers as constPatrick Steinhardt-3/+5
2024-06-07ident: add casts for fallback name and GECOSPatrick Steinhardt-2/+2
2024-06-07entry: refactor how we remove items for delayed checkoutsPatrick Steinhardt-4/+10
2024-06-07line-log: always allocate the output prefixPatrick Steinhardt-7/+11