summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2017-09-17gc: call fscanf() with %<len>s, not %<len>c, when reading hostnameJunio C Hamano
2017-09-17describe: fix matching to actually match all patternsMax Kirillov
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King
2017-09-14get-tar-commit-id: check write_in_full() return against 0Jeff King
2017-09-14pack: make packed_git_mru global a value instead of a pointerJonathan Nieder
2017-09-14help: change a message to be more preciseKaartic Sivaraam
2017-09-10Merge branch 'ma/up-to-date'Junio C Hamano
2017-09-10Merge branch 'ma/ts-cleanups'Junio C Hamano
2017-09-10Merge branch 'rs/merge-microcleanup' into maintJunio C Hamano
2017-09-10Merge branch 'rj/add-chmod-error-message' into maintJunio C Hamano
2017-09-10Merge branch 'mg/killed-merge' into maintJunio C Hamano
2017-09-10Merge branch 'rs/fsck-obj-leakfix' into maintJunio C Hamano
2017-09-10Merge branch 'pw/am-signoff' into maintJunio C Hamano
2017-09-10Merge branch 'bw/clone-recursive-quiet' into maintJunio C Hamano
2017-09-10Merge branch 'pw/sequence-rerere-autoupdate' into maintJunio C Hamano
2017-09-10Merge branch 'bw/push-options-recursively-to-submodules' into maintJunio C Hamano
2017-09-10Merge branch 'ma/pager-per-subcommand-action' into maintJunio C Hamano
2017-09-10Merge branch 'jk/rev-list-empty-input' into maintJunio C Hamano
2017-09-10commit-tree: do not complete line in -F inputRoss Kabus
2017-09-08shortlog: skip format/parse roundtrip for internal traversalJeff King
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King
2017-09-08builtin/merge: honor commit-msg hook for mergesStefan Beller
2017-09-07pull: honor submodule.recurse config optionNicolas Morey-Chaisemartin
2017-09-07pull: fix cli and config option parsing orderNicolas Morey-Chaisemartin
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler
2017-09-06shortlog: release strbuf after use in insert_one_record()Rene Scharfe
2017-09-06remote: release strbuf after use in set_url()Rene Scharfe
2017-09-06remote: release strbuf after use in migrate_file()Rene Scharfe
2017-09-06remote: release strbuf after use in read_remote_branches()Rene Scharfe
2017-09-06notes: release strbuf after use in notes_copy_from_stdin()Rene Scharfe
2017-09-06merge: release strbuf after use in write_merge_heads()Rene Scharfe
2017-09-06merge: release strbuf after use in save_state()Rene Scharfe
2017-09-06help: release strbuf on error return in exec_woman_emacs()Rene Scharfe
2017-09-06help: release strbuf on error return in exec_man_man()Rene Scharfe
2017-09-06help: release strbuf on error return in exec_man_konqueror()Rene Scharfe
2017-09-06clone: release strbuf after use in remove_junk()Rene Scharfe
2017-09-06clean: release strbuf after use in remove_dirs()Rene Scharfe
2017-09-06check-ref-format: release strbuf after use in check_ref_format_branch()Rene Scharfe
2017-09-06am: release strbuf after use in safe_to_abort()Rene Scharfe
2017-09-06am: release strbuf on error return in hg_patch_to_mail()Rene Scharfe
2017-09-06am: release strbufs after use in detect_patch_format()Rene Scharfe
2017-09-06rev-parse: don't trim bisect refnamesJeff King
2017-09-06reset: free allocated tree buffersJeff King
2017-09-06reset: make tree counting less confusingJeff King
2017-09-06config: plug user_config leakJeff King
2017-09-06update-index: fix cache entry leak in add_one_file()Jeff King
2017-09-06add: free leaked pathspec after add_files_to_cache()Jeff King
2017-09-06stop leaking lock structs in some simple casesJeff King
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King
2017-09-06Merge branch 'po/read-graft-line'Junio C Hamano