summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checkout: fix memory leakjs/plug-leaksJunio C Hamano2017-05-091-0/+1
* submodule_uses_worktrees(): plug memory leakJohannes Schindelin2017-05-081-1/+1
* show_worktree(): plug memory leakJohannes Schindelin2017-05-081-3/+5
* name-rev: avoid leaking memory in the `deref` caseJohannes Schindelin2017-05-081-2/+5
* remote: plug memory leak in match_explicit()Johannes Schindelin2017-05-081-2/+3
* add_reflog_for_walk: avoid memory leakJohannes Schindelin2017-05-081-3/+17
* shallow: avoid memory leakJohannes Schindelin2017-05-081-2/+6
* line-log: avoid memory leakJohannes Schindelin2017-05-081-0/+1
* receive-pack: plug memory leak in update()Johannes Schindelin2017-05-081-1/+3
* fast-export: avoid leaking memory in handle_tag()Johannes Schindelin2017-05-081-0/+2
* mktree: plug memory leaks reported by CoverityJohannes Schindelin2017-05-081-2/+3
* pack-redundant: plug memory leakJohannes Schindelin2017-05-081-0/+1
* setup_discovered_git_dir(): plug memory leakJohannes Schindelin2017-05-081-2/+7
* setup_bare_git_dir(): help static analysisJohannes Schindelin2017-05-081-1/+1
* split_commit_in_progress(): simplify & fix memory leakJohannes Schindelin2017-05-081-14/+14
* checkout: fix memory leakJohannes Schindelin2017-05-081-8/+9
* cat-file: fix memory leakJohannes Schindelin2017-05-081-0/+1
* mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin2017-05-082-1/+18
* status: close file descriptor after reading git-rebase-todoJohannes Schindelin2017-05-081-0/+1
* difftool: address a couple of resource/memory leaksJohannes Schindelin2017-05-081-10/+23
* get_mail_commit_oid(): avoid resource leakJohannes Schindelin2017-05-081-9/+6
* git_config_rename_section_in_file(): avoid resource leakJohannes Schindelin2017-05-081-1/+4
* add_commit_patch_id(): avoid allocating memory unnecessarilyJohannes Schindelin2017-05-081-1/+2
* winansi: avoid buffer overrunJohannes Schindelin2017-05-081-0/+5
* winansi: avoid use of uninitialized valueJohannes Schindelin2017-05-081-0/+7
* mingw: avoid memory leak when splitting PATHJohannes Schindelin2017-05-081-1/+3
* Merging a handful of topics before -rc2Junio C Hamano2017-04-301-0/+10
* Merge branch 'sh/rebase-i-reread-todo-after-exec'Junio C Hamano2017-05-012-0/+36
|\
| * rebase -i: reread the todo list if `exec` touched itsh/rebase-i-reread-todo-after-execStephen Hicks2017-04-272-0/+36
* | Merge branch 'ls/travis-stricter-linux32-builds'Junio C Hamano2017-05-011-0/+1
|\ \
| * | travis-ci: set DEVELOPER knob for Linux32 buildls/travis-stricter-linux32-buildsLars Schneider2017-04-271-0/+1
| |/
* | Merge branch 'ls/travis-win-fix-status'Junio C Hamano2017-05-011-1/+1
|\ \
| * | travis-ci: printf $STATUS as stringls/travis-win-fix-statusLars Schneider2017-04-261-1/+1
| |/
* | Merge branch 'jk/submodule-init-segv-fix'Junio C Hamano2017-05-012-3/+11
|\ \
| * | submodule_init: die cleanly on submodules without url definedjk/submodule-init-segv-fixJeff King2017-04-242-3/+11
* | | Merge branch 'jk/prio-queue-avoid-swap-with-self'Junio C Hamano2017-05-011-1/+1
|\ \ \
| * | | prio_queue_reverse: don't swap elements with themselvesjk/prio-queue-avoid-swap-with-selfJeff King2017-04-241-1/+1
* | | | Merge branch 'ab/align-perf-descriptions'Junio C Hamano2017-05-012-0/+5
|\ \ \ \
| * | | | t/perf: correctly align non-ASCII descriptions in outputab/align-perf-descriptionsÆvar Arnfjörð Bjarmason2017-04-232-0/+5
* | | | | Merge branch 'jk/complete-checkout-sans-dwim-remote'Junio C Hamano2017-05-011-1/+10
|\ \ \ \ \
| * | | | | completion: optionally disable checkout DWIMjk/complete-checkout-sans-dwim-remoteJeff King2017-04-231-1/+10
| |/ / / /
* | | | | Git 2.13-rc1v2.13.0-rc1Junio C Hamano2017-04-262-1/+40
* | | | | Merge branch 'mh/separate-ref-cache'Junio C Hamano2017-04-267-1089/+1066
|\ \ \ \ \
| * | | | | do_for_each_entry_in_dir(): delete functionmh/separate-ref-cacheMichael Haggerty2017-04-162-32/+0
| * | | | | files_pack_refs(): use reference iterationMichael Haggerty2017-04-161-83/+60
| * | | | | commit_packed_refs(): use reference iterationMichael Haggerty2017-04-161-21/+17
| * | | | | cache_ref_iterator_begin(): make function smarterMichael Haggerty2017-04-163-53/+56
| * | | | | get_loose_ref_cache(): new functionMichael Haggerty2017-04-161-2/+7
| * | | | | get_loose_ref_dir(): function renamed from get_loose_refs()Michael Haggerty2017-04-161-3/+3
| * | | | | do_for_each_entry_in_dir(): eliminate `offset` argumentMichael Haggerty2017-04-163-11/+10