summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2017-02-22refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson
2017-02-22builtin/replace: convert to struct object_idbrian m. carlson
2017-02-22Convert remaining callers of resolve_refdup to object_idbrian m. carlson
2017-02-22builtin/merge: convert to struct object_idbrian m. carlson
2017-02-22builtin/clone: convert to struct object_idbrian m. carlson
2017-02-22builtin/branch: convert to struct object_idbrian m. carlson
2017-02-22builtin/grep: convert to struct object_idbrian m. carlson
2017-02-22builtin/fmt-merge-message: convert to struct object_idbrian m. carlson
2017-02-22builtin/fast-export: convert to struct object_idbrian m. carlson
2017-02-22builtin/describe: convert to struct object_idbrian m. carlson
2017-02-22builtin/diff-tree: convert to struct object_idbrian m. carlson
2017-02-20builtin/commit: convert to struct object_idbrian m. carlson
2017-02-10Merge branch 'js/difftool-builtin'Junio C Hamano
2017-02-10Merge branch 'ps/worktree-prune-help-fix'Junio C Hamano
2017-02-06worktree: fix option descriptions for `prune`Patrick Steinhardt
2017-02-06difftool: fix bug when printing usageDavid Aguilar
2017-02-03Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano
2017-02-03Merge branch 'rs/object-id'Junio C Hamano
2017-02-03Merge branch 'sb/unpack-trees-super-prefix'Junio C Hamano
2017-02-02Merge branch 'ep/commit-static-buf-cleanup'Junio C Hamano
2017-02-02Merge branch 'rs/receive-pack-cleanup'Junio C Hamano
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano
2017-01-31Merge branch 'jk/fsck-connectivity-check-fix'Junio C Hamano
2017-01-31Merge branch 'js/difftool-builtin'Junio C Hamano
2017-01-31Merge branch 'vp/show-ref-verify-head'Junio C Hamano
2017-01-31Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano
2017-01-31Merge branch 'st/verify-tag'Junio C Hamano
2017-01-31Merge branch 'jk/loose-object-fsck'Junio C Hamano
2017-01-31Merge branch 'bw/push-submodule-only'Junio C Hamano
2017-01-31builtin/commit.c: switch to strbuf, instead of snprintf()Elia Pinto
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig
2017-01-30receive-pack: call string_list_clear() unconditionallyRené Scharfe
2017-01-30checkout: convert post_checkout_hook() to struct object_idRené Scharfe
2017-01-30use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe
2017-01-27use absolute_pathdup()René Scharfe
2017-01-26fsck: lazily load types under --connectivity-onlyJeff King
2017-01-26fsck: move typename() printing to its own functionJeff King
2017-01-25difftool: hack around -Wzero-length-format warningJeff King
2017-01-24show-ref: remove a stale commentJunio C Hamano
2017-01-23Merge branch 'sb/submodule-init'Junio C Hamano
2017-01-23show-ref: remove dead `if (verify)' checkVladimir Panteleev
2017-01-23show-ref: detect dangling refs under --verify as wellVladimir Panteleev
2017-01-23show-ref: move --quiet handling into show_one()Vladimir Panteleev
2017-01-23show-ref: allow -d to work with --verifyVladimir Panteleev
2017-01-23show-ref: accept HEAD with --verifyVladimir Panteleev
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin
2017-01-19difftool: retire the scripted versionJohannes Schindelin
2017-01-19difftool: implement the functionality in the builtinJohannes Schindelin
2017-01-18Merge branch 'bw/pathspec-cleanup'Junio C Hamano
2017-01-18Merge branch 'jk/blame-fixes'Junio C Hamano