Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-08merge: convert checkout_fast_forward to struct object_idbrian m. carlson
2017-05-08builtin/ls-files: convert overlay_tree_on_cache to object_idbrian m. carlson
2017-05-08builtin/read-tree: convert to struct object_idbrian m. carlson
2017-05-08revision: rename add_pending_sha1 to add_pending_oidbrian m. carlson
2017-05-08Convert the verify_pack callback to struct object_idbrian m. carlson
2017-05-08Convert lookup_tag to struct object_idbrian m. carlson
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson
2017-05-08builtin/reflog: convert tree_is_complete to take struct object_idbrian m. carlson
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson
2017-05-08Convert remaining callers of lookup_blob to object_idbrian m. carlson
2017-05-08builtin/unpack-objects: convert to struct object_idbrian m. carlson
2017-05-08pack: convert struct pack_idx_entry to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08builtin/tag: convert to struct object_idbrian m. carlson
2017-05-08shallow: convert shallow registration functions to object_idbrian m. carlson
2017-05-08builtin/verify-commit: convert to struct object_idbrian m. carlson
2017-05-08reflog_expire: convert to struct object_idbrian m. carlson
2017-05-08show_worktree(): plug memory leakJohannes Schindelin
2017-05-08name-rev: avoid leaking memory in the `deref` caseJohannes Schindelin
2017-05-08receive-pack: plug memory leak in update()Johannes Schindelin
2017-05-08fast-export: avoid leaking memory in handle_tag()Johannes Schindelin
2017-05-08mktree: plug memory leaks reported by CoverityJohannes Schindelin
2017-05-08pack-redundant: plug memory leakJohannes Schindelin
2017-05-08checkout: fix memory leakJohannes Schindelin
2017-05-08cat-file: fix memory leakJohannes Schindelin
2017-05-08mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin
2017-05-08difftool: address a couple of resource/memory leaksJohannes Schindelin
2017-05-08get_mail_commit_oid(): avoid resource leakJohannes Schindelin
2017-05-08am: check return value of resolve_refdup before using hashRené Scharfe
2017-05-08checkout: check return value of resolve_refdup before using hashRené Scharfe
2017-05-06dir: convert fill_directory to take an indexBrandon Williams
2017-05-06dir: convert is_excluded to take an indexBrandon Williams
2017-05-06dir: convert dir_add* to take an indexBrandon Williams
2017-05-04Merge branch 'ja/i18n-cleanup'Junio C Hamano
2017-05-02clone: handle empty config values in -cJonathan Nieder
2017-05-02builtin/rev-parse: convert to struct object_idbrian m. carlson
2017-05-02builtin/blame: convert static function to struct object_idbrian m. carlson
2017-05-02builtin/prune: convert to struct object_idbrian m. carlson
2017-05-02builtin/name-rev: convert to struct object_idbrian m. carlson
2017-05-02Convert struct cache_tree to use struct object_idbrian m. carlson
2017-05-02Clean up outstanding object_id transforms.brian m. carlson
2017-05-01Merge branch 'jk/submodule-init-segv-fix'Junio C Hamano
2017-05-01clone: add a --no-tags option to clone without tagsÆvar Arnfjörð Bjarmason
2017-05-01i18n: remove i18n from tag reflog messageJean-Noel Avila
2017-04-28status: add color config slots for branch info in "--short --branch"Stephen Kent
2017-04-27am: shorten ident_split variable name in get_commit_info()Jeff King
2017-04-27am: simplify allocations in get_commit_info()Jeff King
2017-04-27am: fix commit buffer leak in get_commit_info()Jeff King
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-27repack: accept --threads=<n> and pass it down to pack-objectsJunio C Hamano