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-10checkout: fix memory leakJunio C Hamano
2017-05-09pack-objects: disable pack reuse for object-selection optionsJeff King
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-04Merge branch 'ja/i18n-cleanup'Junio C Hamano
2017-05-02clone: handle empty config values in -cJonathan Nieder
2017-05-01Merge branch 'jk/submodule-init-segv-fix'Junio C Hamano
2017-05-01i18n: remove i18n from tag reflog messageJean-Noel Avila
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-26Merge branch 'nd/worktree-add-lock'Junio C Hamano
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano
2017-04-26Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano
2017-04-26Merge branch 'gb/rebase-signoff'Junio C Hamano
2017-04-25submodule_init: die cleanly on submodules without url definedJeff King
2017-04-24Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano
2017-04-24Merge branch 'jk/ls-files-recurse-submodules-fix'Junio C Hamano
2017-04-24Merge branch 'rs/misc-cppcheck-fixes'Junio C Hamano
2017-04-24Merge branch 'jk/snprintf-cleanups'Junio C Hamano
2017-04-24Merge branch 'jk/quarantine-received-objects'Junio C Hamano
2017-04-24Merge branch 'jh/verify-index-checksum-only-in-fsck'Junio C Hamano
2017-04-24Merge branch 'nd/conditional-config-include'Junio C Hamano
2017-04-21am: drop "dir" parameter from am_state_initJeff King
2017-04-21replace strbuf_addstr(git_path()) with git_path_buf()Jeff King
2017-04-21replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King
2017-04-21use git_path_* helper functionsJeff King
2017-04-21branch: add edit_description() helperJeff King
2017-04-21worktree add: add --lock optionNguyễn Thái Ngọc Duy
2017-04-20Merge branch 'ab/grep-plug-pathspec-leak'Junio C Hamano
2017-04-20Merge branch 'nd/files-backend-git-dir'Junio C Hamano
2017-04-20Merge branch 'bw/submodule-is-active'Junio C Hamano
2017-04-20Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-04-19xgethostname: handle long hostnamesDavid Turner
2017-04-19use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe
2017-04-19ls-files: fix path used when recursing into submodulesJacob Keller
2017-04-18replace: plug a memory leakJunio C Hamano
2017-04-18config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy