summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin1-3/+3
2017-02-16Merge branch 'rs/strbuf-cleanup-in-rmdir-recursively'Junio C Hamano1-3/+3
2017-02-16Merge branch 'rs/ls-files-partial-optim'Junio C Hamano1-10/+11
2017-02-15Merge branch 'rs/swap'Junio C Hamano2-9/+4
2017-02-13rm: reuse strbuf for all remove_dir_recursively() calls, againRené Scharfe1-3/+3
2017-02-13ls-files: move only kept cache entries in prune_cache()René Scharfe1-5/+4
2017-02-13ls-files: pass prefix length explicitly to prune_cache()René Scharfe1-5/+7
2017-02-10Merge branch 'js/difftool-builtin'Junio C Hamano1-4/+4
2017-02-10Merge branch 'ps/worktree-prune-help-fix'Junio C Hamano1-2/+2
2017-02-06worktree: fix option descriptions for `prune`Patrick Steinhardt1-2/+2
2017-02-06difftool: fix bug when printing usageDavid Aguilar1-4/+4
2017-02-03Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano2-5/+8
2017-02-03Merge branch 'rs/object-id'Junio C Hamano4-6/+6
2017-02-03Merge branch 'sb/unpack-trees-super-prefix'Junio C Hamano1-18/+18
2017-02-02Merge branch 'ep/commit-static-buf-cleanup'Junio C Hamano1-17/+14
2017-02-02Merge branch 'rs/receive-pack-cleanup'Junio C Hamano1-2/+1
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano2-3/+3
2017-01-31Merge branch 'jk/blame-fixes' into maintJunio C Hamano1-10/+17
2017-01-31Merge branch 'dt/disable-bitmap-in-auto-gc' into maintJunio C Hamano2-1/+17
2017-01-31Merge branch 'jc/compression-config' into maintJunio C Hamano1-14/+0
2017-01-31Merge branch 'jk/fsck-connectivity-check-fix'Junio C Hamano1-37/+81
2017-01-31Merge branch 'js/difftool-builtin'Junio C Hamano1-0/+692
2017-01-31Merge branch 'vp/show-ref-verify-head'Junio C Hamano1-28/+21
2017-01-31Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano2-8/+8
2017-01-31Merge branch 'st/verify-tag'Junio C Hamano2-13/+46
2017-01-31Merge branch 'jk/loose-object-fsck'Junio C Hamano1-13/+33
2017-01-31Merge branch 'bw/push-submodule-only'Junio C Hamano1-0/+2
2017-01-31builtin/commit.c: switch to strbuf, instead of snprintf()Elia Pinto1-6/+4
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig2-5/+8
2017-01-30receive-pack: call string_list_clear() unconditionallyRené Scharfe1-2/+1
2017-01-30checkout: convert post_checkout_hook() to struct object_idRené Scharfe1-2/+2
2017-01-30use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe3-4/+4
2017-01-30use SWAP macroRené Scharfe2-9/+4
2017-01-27use absolute_pathdup()René Scharfe2-3/+3
2017-01-26fsck: lazily load types under --connectivity-onlyJeff King1-51/+7
2017-01-26fsck: move typename() printing to its own functionJeff King1-9/+20
2017-01-25difftool: hack around -Wzero-length-format warningJeff King1-1/+1
2017-01-23show-ref: remove a stale commentJunio C Hamano1-4/+0
2017-01-23Merge branch 'sb/submodule-init'Junio C Hamano1-6/+7
2017-01-23show-ref: remove dead `if (verify)' checkVladimir Panteleev1-3/+0
2017-01-23show-ref: detect dangling refs under --verify as wellVladimir Panteleev1-8/+8
2017-01-23show-ref: move --quiet handling into show_one()Vladimir Panteleev1-5/+4
2017-01-23show-ref: allow -d to work with --verifyVladimir Panteleev1-11/+12
2017-01-23show-ref: accept HEAD with --verifyVladimir Panteleev1-1/+1
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin2-8/+8
2017-01-19difftool: retire the scripted versionJohannes Schindelin1-41/+0
2017-01-19difftool: implement the functionality in the builtinJohannes Schindelin1-1/+671
2017-01-18Merge branch 'bw/pathspec-cleanup'Junio C Hamano2-28/+38
2017-01-18Merge branch 'jk/blame-fixes'Junio C Hamano1-10/+17
2017-01-18Merge branch 'dt/disable-bitmap-in-auto-gc'Junio C Hamano2-1/+17