summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | 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
* | | | | | | | | | | | | | Merge branch 'jk/disable-pack-reuse-when-broken'Junio C Hamano2017-05-292-4/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t5310: fix "; do" stylejk/disable-pack-reuse-when-brokenJeff King2017-05-091-4/+8
| * | | | | | | | | | | | | | pack-objects: disable pack reuse for object-selection optionsJeff King2017-05-092-1/+43
* | | | | | | | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29106-1134/+1173
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-0838-108/+107
| * | | | | | | | | | | | | | | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-0816-28/+28
| * | | | | | | | | | | | | | | sequencer: convert do_recursive_merge to struct object_idbrian m. carlson2017-05-081-3/+3
| * | | | | | | | | | | | | | | diff-lib: convert do_diff_cache to struct object_idbrian m. carlson2017-05-085-12/+12
| * | | | | | | | | | | | | | | builtin/ls-tree: convert to struct object_idbrian m. carlson2017-05-081-3/+3
| * | | | | | | | | | | | | | | merge: convert checkout_fast_forward to struct object_idbrian m. carlson2017-05-085-11/+11
| * | | | | | | | | | | | | | | sequencer: convert fast_forward_to to struct object_idbrian m. carlson2017-05-081-11/+11
| * | | | | | | | | | | | | | | builtin/ls-files: convert overlay_tree_on_cache to object_idbrian m. carlson2017-05-081-3/+3
| * | | | | | | | | | | | | | | builtin/read-tree: convert to struct object_idbrian m. carlson2017-05-081-5/+5
| * | | | | | | | | | | | | | | sha1_name: convert internals of peel_onion to object_idbrian m. carlson2017-05-081-3/+3
| * | | | | | | | | | | | | | | upload-pack: convert remaining parse_object callers to object_idbrian m. carlson2017-05-081-25/+25
| * | | | | | | | | | | | | | | revision: convert remaining parse_object callers to object_idbrian m. carlson2017-05-081-22/+22
| * | | | | | | | | | | | | | | revision: rename add_pending_sha1 to add_pending_oidbrian m. carlson2017-05-084-10/+10
| * | | | | | | | | | | | | | | http-push: convert process_ls_object and descendants to object_idbrian m. carlson2017-05-081-11/+11
| * | | | | | | | | | | | | | | refs/files-backend: convert many internals to struct object_idbrian m. carlson2017-05-083-72/+60
| * | | | | | | | | | | | | | | refs: convert struct ref_update to use struct object_idbrian m. carlson2017-05-083-18/+19
| * | | | | | | | | | | | | | | ref-filter: convert some static functions to struct object_idbrian m. carlson2017-05-081-10/+10
| * | | | | | | | | | | | | | | Convert struct ref_array_item to struct object_idbrian m. carlson2017-05-082-6/+6
| * | | | | | | | | | | | | | | Convert the verify_pack callback to struct object_idbrian m. carlson2017-05-083-15/+18
| * | | | | | | | | | | | | | | Convert lookup_tag to struct object_idbrian m. carlson2017-05-088-13/+13
| * | | | | | | | | | | | | | | log-tree: convert to struct object_idbrian m. carlson2017-05-081-9/+9