summaryrefslogtreecommitdiffstats
path: root/merge-blobs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-08show_worktree(): plug memory leakJohannes Schindelin1-3/+5
2017-05-08name-rev: avoid leaking memory in the `deref` caseJohannes Schindelin1-2/+5
2017-05-08remote: plug memory leak in match_explicit()Johannes Schindelin1-2/+3
2017-05-08add_reflog_for_walk: avoid memory leakJohannes Schindelin1-3/+17
2017-05-08shallow: avoid memory leakJohannes Schindelin1-2/+6
2017-05-08line-log: avoid memory leakJohannes Schindelin1-0/+1
2017-05-08receive-pack: plug memory leak in update()Johannes Schindelin1-1/+3
2017-05-08fast-export: avoid leaking memory in handle_tag()Johannes Schindelin1-0/+2
2017-05-08mktree: plug memory leaks reported by CoverityJohannes Schindelin1-2/+3
2017-05-08pack-redundant: plug memory leakJohannes Schindelin1-0/+1
2017-05-08setup_discovered_git_dir(): plug memory leakJohannes Schindelin1-2/+7
2017-05-08setup_bare_git_dir(): help static analysisJohannes Schindelin1-1/+1
2017-05-08split_commit_in_progress(): simplify & fix memory leakJohannes Schindelin1-14/+14
2017-05-08checkout: fix memory leakJohannes Schindelin1-8/+9
2017-05-08cat-file: fix memory leakJohannes Schindelin1-0/+1
2017-05-08mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin2-1/+18
2017-05-08status: close file descriptor after reading git-rebase-todoJohannes Schindelin1-0/+1
2017-05-08difftool: address a couple of resource/memory leaksJohannes Schindelin1-10/+23
2017-05-08get_mail_commit_oid(): avoid resource leakJohannes Schindelin1-9/+6
2017-05-08git_config_rename_section_in_file(): avoid resource leakJohannes Schindelin1-1/+4
2017-05-08add_commit_patch_id(): avoid allocating memory unnecessarilyJohannes Schindelin1-1/+2
2017-05-08winansi: avoid buffer overrunJohannes Schindelin1-0/+5
2017-05-08winansi: avoid use of uninitialized valueJohannes Schindelin1-0/+7
2017-05-08mingw: avoid memory leak when splitting PATHJohannes Schindelin1-1/+3
2017-05-01Merging a handful of topics before -rc2Junio C Hamano1-0/+10
2017-04-27rebase -i: reread the todo list if `exec` touched itStephen Hicks2-0/+36
2017-04-27travis-ci: set DEVELOPER knob for Linux32 buildLars Schneider1-0/+1
2017-04-27travis-ci: printf $STATUS as stringLars Schneider1-1/+1
2017-04-26Git 2.13-rc1v2.13.0-rc1Junio C Hamano2-1/+40
2017-04-25prio_queue_reverse: don't swap elements with themselvesJeff King1-1/+1
2017-04-25submodule_init: die cleanly on submodules without url definedJeff King2-3/+11
2017-04-24Getting ready for -rc1Junio C Hamano1-3/+51
2017-04-24t/perf: correctly align non-ASCII descriptions in outputÆvar Arnfjörð Bjarmason2-0/+5
2017-04-24completion: optionally disable checkout DWIMJeff King1-1/+10
2017-04-24completion: expand "push --delete <remote> <ref>" for refs on that <remote>Ævar Arnfjörð Bjarmason2-0/+35
2017-04-21docs/bisect-lk2009: update java code conventions linkJeff King1-1/+1
2017-04-21docs/bisect-lk2009: update nist report linkJeff King1-1/+1
2017-04-21docs/archimport: quote sourcecontrol.net referenceJeff King1-1/+1
2017-04-21gitcore-tutorial: update broken linkJeff King1-1/+1
2017-04-21doc: replace or.cz gitwiki link with git.wiki.kernel.orgJeff King1-1/+1
2017-04-21doc: use https links to avoid http redirectJeff King3-9/+9
2017-04-21connect.c: fix leak in handle_ssh_variantJeff King1-1/+3
2017-04-21am: drop "dir" parameter from am_state_initJeff King1-6/+4
2017-04-21replace strbuf_addstr(git_path()) with git_path_buf()Jeff King2-6/+4
2017-04-21replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King2-3/+4
2017-04-21use git_path_* helper functionsJeff King3-11/+11
2017-04-21branch: add edit_description() helperJeff King1-3/+3
2017-04-21bisect: add git_path_bisect_terms helperJeff King1-1/+2
2017-04-21read-cache: avoid using git_path() in freshen_shared_index()Christian Couder1-1/+2
2017-04-21worktree add: add --lock optionNguyễn Thái Ngọc Duy3-5/+23