summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-08builtin/verify-commit: convert to struct object_idLibravatar brian m. carlson1-6/+6
2017-05-08reflog_expire: convert to struct object_idLibravatar brian m. carlson3-16/+19
2017-05-08parse-options-cb: convert to struct object_idLibravatar brian m. carlson1-3/+3
2017-05-08notes-cache: convert to struct object_idLibravatar brian m. carlson3-19/+18
2017-05-08submodule: convert merge_submodule to use struct object_idLibravatar brian m. carlson3-20/+20
2017-05-08fast-import: convert to struct object_idLibravatar brian m. carlson1-158/+159
2017-05-08submodule_uses_worktrees(): plug memory leakLibravatar Johannes Schindelin1-1/+1
2017-05-08show_worktree(): plug memory leakLibravatar Johannes Schindelin1-3/+5
2017-05-08name-rev: avoid leaking memory in the `deref` caseLibravatar Johannes Schindelin1-2/+5
2017-05-08remote: plug memory leak in match_explicit()Libravatar Johannes Schindelin1-2/+3
2017-05-08add_reflog_for_walk: avoid memory leakLibravatar Johannes Schindelin1-3/+17
2017-05-08shallow: avoid memory leakLibravatar Johannes Schindelin1-2/+6
2017-05-08line-log: avoid memory leakLibravatar Johannes Schindelin1-0/+1
2017-05-08receive-pack: plug memory leak in update()Libravatar Johannes Schindelin1-1/+3
2017-05-08fast-export: avoid leaking memory in handle_tag()Libravatar Johannes Schindelin1-0/+2
2017-05-08mktree: plug memory leaks reported by CoverityLibravatar Johannes Schindelin1-2/+3
2017-05-08pack-redundant: plug memory leakLibravatar Johannes Schindelin1-0/+1
2017-05-08setup_discovered_git_dir(): plug memory leakLibravatar Johannes Schindelin1-2/+7
2017-05-08setup_bare_git_dir(): help static analysisLibravatar Johannes Schindelin1-1/+1
2017-05-08split_commit_in_progress(): simplify & fix memory leakLibravatar Johannes Schindelin1-14/+14
2017-05-08checkout: fix memory leakLibravatar Johannes Schindelin1-8/+9
2017-05-08cat-file: fix memory leakLibravatar Johannes Schindelin1-0/+1
2017-05-08mailinfo & mailsplit: check for EOF while parsingLibravatar Johannes Schindelin2-1/+18
2017-05-08status: close file descriptor after reading git-rebase-todoLibravatar Johannes Schindelin1-0/+1
2017-05-08difftool: address a couple of resource/memory leaksLibravatar Johannes Schindelin1-10/+23
2017-05-08get_mail_commit_oid(): avoid resource leakLibravatar Johannes Schindelin1-9/+6
2017-05-08git_config_rename_section_in_file(): avoid resource leakLibravatar Johannes Schindelin1-1/+4
2017-05-08add_commit_patch_id(): avoid allocating memory unnecessarilyLibravatar Johannes Schindelin1-1/+2
2017-05-08winansi: avoid buffer overrunLibravatar Johannes Schindelin1-0/+5
2017-05-08winansi: avoid use of uninitialized valueLibravatar Johannes Schindelin1-0/+7
2017-05-08mingw: avoid memory leak when splitting PATHLibravatar Johannes Schindelin1-1/+3
2017-05-08am: check return value of resolve_refdup before using hashLibravatar René Scharfe1-1/+1
2017-05-08checkout: check return value of resolve_refdup before using hashLibravatar René Scharfe1-1/+2
2017-05-08convert: move packet_write_line() into pkt-line as packet_writel()Libravatar Ben Peart3-21/+22
2017-05-08pkt-line: add packet_read_line_gently()Libravatar Ben Peart2-0/+23
2017-05-08pkt-line: fix packet_read_line() to handle len < 0 errorsLibravatar Ben Peart1-1/+1
2017-05-08convert: remove erroneous tests for errno == EPIPELibravatar Ben Peart1-2/+2
2017-05-08p3400: add perf tests for rebasing many changesLibravatar Christian Couder1-1/+21
2017-05-08split-index: add and use unshare_split_index()Libravatar Nguyễn Thái Ngọc Duy3-21/+47
2017-05-08doc: replace a couple of broken gmane linksLibravatar Ævar Arnfjörð Bjarmason2-2/+2
2017-05-08diff: recurse into nested submodules for inline diffLibravatar Stefan Beller2-1/+43
2017-05-06dir: convert fill_directory to take an indexLibravatar Brandon Williams7-8/+12
2017-05-06dir: convert read_directory to take an indexLibravatar Brandon Williams3-10/+12
2017-05-06dir: convert read_directory_recursive to take an indexLibravatar Brandon Williams1-23/+29
2017-05-06dir: convert open_cached_dir to take an indexLibravatar Brandon Williams1-5/+7
2017-05-06dir: convert is_excluded to take an indexLibravatar Brandon Williams7-13/+19
2017-05-06dir: convert prep_exclude to take an indexLibravatar Brandon Williams1-6/+8
2017-05-06dir: convert add_excludes to take an indexLibravatar Brandon Williams3-16/+17
2017-05-06dir: convert is_excluded_from_list to take an indexLibravatar Brandon Williams3-6/+9
2017-05-06dir: convert last_exclude_matching_from_list to take an indexLibravatar Brandon Williams1-5/+8