47294 Commits (128be8767d9a20de82f032d5a422fa2a0dadb9bb)
 

Author SHA1 Message Date
brian m. carlson 3aca1fc6c9 Convert lookup_blob to struct object_id 8 years ago
brian m. carlson 3e9309815d Convert remaining callers of lookup_blob to object_id 8 years ago
brian m. carlson 834bc47b42 builtin/unpack-objects: convert to struct object_id 8 years ago
brian m. carlson e6a492b7be pack: convert struct pack_idx_entry to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 1e43ed9867 Convert remaining callers of lookup_commit_reference* to object_id 8 years ago
brian m. carlson 7422ab50d1 builtin/tag: convert to struct object_id 8 years ago
brian m. carlson 33d66df34e sequencer: convert some functions to struct object_id 8 years ago
brian m. carlson e92b848cb6 shallow: convert shallow registration functions to object_id 8 years ago
brian m. carlson 68ab61dd09 revision: convert prepare_show_merge to struct object_id 8 years ago
brian m. carlson 18b74e513d notes-utils: convert internals to struct object_id 8 years ago
brian m. carlson 8eb9460045 http-push: convert some static functions to struct object_id 8 years ago
brian m. carlson 1e4085a05d tag: convert parse_tag_buffer to struct object_id 8 years ago
brian m. carlson eee886cfb0 builtin/verify-commit: convert to struct object_id 8 years ago
brian m. carlson 4322478a49 reflog_expire: convert to struct object_id 8 years ago
brian m. carlson 9e31eafe7e parse-options-cb: convert to struct object_id 8 years ago
brian m. carlson 569aa376ea notes-cache: convert to struct object_id 8 years ago
brian m. carlson 71f35d5cbc submodule: convert merge_submodule to use struct object_id 8 years ago
brian m. carlson 912c13d58f fast-import: convert to struct object_id 8 years ago
Johannes Schindelin d32de66a07 submodule_uses_worktrees(): plug memory leak 8 years ago
Johannes Schindelin 2e11f58fa6 show_worktree(): plug memory leak 8 years ago
Johannes Schindelin 5308224633 name-rev: avoid leaking memory in the `deref` case 8 years ago
Johannes Schindelin 3dc7ea91da remote: plug memory leak in match_explicit() 8 years ago
Johannes Schindelin 5026b47175 add_reflog_for_walk: avoid memory leak 8 years ago
Johannes Schindelin 7c565a6b2d shallow: avoid memory leak 8 years ago
Johannes Schindelin 6cf034e7ed line-log: avoid memory leak 8 years ago
Johannes Schindelin bda6e82801 receive-pack: plug memory leak in update() 8 years ago
Johannes Schindelin 1efb1e9a21 fast-export: avoid leaking memory in handle_tag() 8 years ago
Johannes Schindelin 43e61e7152 mktree: plug memory leaks reported by Coverity 8 years ago
Johannes Schindelin 077a34e0b9 pack-redundant: plug memory leak 8 years ago
Johannes Schindelin 2d4dcf210e setup_discovered_git_dir(): plug memory leak 8 years ago
Johannes Schindelin da6f847559 setup_bare_git_dir(): help static analysis 8 years ago
Johannes Schindelin 41fc6b33fc split_commit_in_progress(): simplify & fix memory leak 8 years ago
Johannes Schindelin 514e803944 checkout: fix memory leak 8 years ago
Johannes Schindelin 05c2b7ba49 cat-file: fix memory leak 8 years ago
Johannes Schindelin f0733c13ed mailinfo & mailsplit: check for EOF while parsing 8 years ago
Johannes Schindelin e7b65e205a status: close file descriptor after reading git-rebase-todo 8 years ago
Johannes Schindelin 5f3296c069 difftool: address a couple of resource/memory leaks 8 years ago
Johannes Schindelin 5b34ba414d get_mail_commit_oid(): avoid resource leak 8 years ago
Johannes Schindelin 4db7dbdb4a git_config_rename_section_in_file(): avoid resource leak 8 years ago
Johannes Schindelin 5748693b91 add_commit_patch_id(): avoid allocating memory unnecessarily 8 years ago
Johannes Schindelin b6b066adf9 winansi: avoid buffer overrun 8 years ago
Johannes Schindelin 3057da5ad5 winansi: avoid use of uninitialized value 8 years ago
Johannes Schindelin 1a845a2c88 mingw: avoid memory leak when splitting PATH 8 years ago
René Scharfe 57e0ef0e0e am: check return value of resolve_refdup before using hash 8 years ago
René Scharfe 79e913c24a checkout: check return value of resolve_refdup before using hash 8 years ago
Ben Peart c0c70f7ac0 convert: move packet_write_line() into pkt-line as packet_writel() 8 years ago
Ben Peart 825b9226bf pkt-line: add packet_read_line_gently() 8 years ago
Ben Peart 974b50c556 pkt-line: fix packet_read_line() to handle len < 0 errors 8 years ago
Ben Peart 070e5f72d9 convert: remove erroneous tests for errno == EPIPE 8 years ago