aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'js/plug-leaks'Junio C Hamano2017-05-29
|\
| * checkout: fix memory leakJunio C Hamano2017-05-09
| * show_worktree(): plug memory leakJohannes Schindelin2017-05-08
| * name-rev: avoid leaking memory in the `deref` caseJohannes Schindelin2017-05-08
| * receive-pack: plug memory leak in update()Johannes Schindelin2017-05-08
| * fast-export: avoid leaking memory in handle_tag()Johannes Schindelin2017-05-08
| * mktree: plug memory leaks reported by CoverityJohannes Schindelin2017-05-08
| * pack-redundant: plug memory leakJohannes Schindelin2017-05-08
| * checkout: fix memory leakJohannes Schindelin2017-05-08
| * cat-file: fix memory leakJohannes Schindelin2017-05-08
| * mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin2017-05-08
| * difftool: address a couple of resource/memory leaksJohannes Schindelin2017-05-08
| * get_mail_commit_oid(): avoid resource leakJohannes Schindelin2017-05-08
* | Merge branch 'jk/disable-pack-reuse-when-broken'Junio C Hamano2017-05-29
|\ \
| * | pack-objects: disable pack reuse for object-selection optionsJeff King2017-05-09
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \
| * | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| * | | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-08
| * | | diff-lib: convert do_diff_cache to struct object_idbrian m. carlson2017-05-08
| * | | builtin/ls-tree: convert to struct object_idbrian m. carlson2017-05-08
| * | | merge: convert checkout_fast_forward to struct object_idbrian m. carlson2017-05-08
| * | | builtin/ls-files: convert overlay_tree_on_cache to object_idbrian m. carlson2017-05-08
| * | | builtin/read-tree: convert to struct object_idbrian m. carlson2017-05-08
| * | | revision: rename add_pending_sha1 to add_pending_oidbrian m. carlson2017-05-08
| * | | Convert the verify_pack callback to struct object_idbrian m. carlson2017-05-08
| * | | Convert lookup_tag to struct object_idbrian m. carlson2017-05-08
| * | | Convert lookup_tree to struct object_idbrian m. carlson2017-05-08
| * | | builtin/reflog: convert tree_is_complete to take struct object_idbrian m. carlson2017-05-08
| * | | Convert lookup_blob to struct object_idbrian m. carlson2017-05-08
| * | | Convert remaining callers of lookup_blob to object_idbrian m. carlson2017-05-08
| * | | builtin/unpack-objects: convert to struct object_idbrian m. carlson2017-05-08
| * | | pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-08
| * | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
| * | | builtin/tag: convert to struct object_idbrian m. carlson2017-05-08
| * | | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-08
| * | | builtin/verify-commit: convert to struct object_idbrian m. carlson2017-05-08
| * | | reflog_expire: convert to struct object_idbrian m. carlson2017-05-08
| * | | builtin/rev-parse: convert to struct object_idbrian m. carlson2017-05-02
| * | | builtin/blame: convert static function to struct object_idbrian m. carlson2017-05-02
| * | | builtin/prune: convert to struct object_idbrian m. carlson2017-05-02
| * | | builtin/name-rev: convert to struct object_idbrian m. carlson2017-05-02
| * | | Convert struct cache_tree to use struct object_idbrian m. carlson2017-05-02
| * | | Clean up outstanding object_id transforms.brian m. carlson2017-05-02
| | |/ | |/|
* | | Merge branch 'bw/dir-c-stops-relying-on-the-index'Junio C Hamano2017-05-29
|\ \ \
| * | | dir: convert fill_directory to take an indexBrandon Williams2017-05-06
| * | | dir: convert is_excluded to take an indexBrandon Williams2017-05-06
| * | | dir: convert dir_add* to take an indexBrandon Williams2017-05-06
* | | | Merge branch 'jc/repack-threads'Junio C Hamano2017-05-29
|\ \ \ \
| * | | | repack: accept --threads=<n> and pass it down to pack-objectsJunio C Hamano2017-04-27
* | | | | Merge branch 'sb/reset-recurse-submodules'Junio C Hamano2017-05-29
|\ \ \ \ \