summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2015-05-25builtin/pack-objects: rewrite to take an object_id argumentMichael Haggerty1-16/+10
2015-05-25name_ref(): rewrite to take an object_id argumentMichael Haggerty1-6/+4
2015-05-25grab_single_ref(): rewrite to take an object_id argumentMichael Haggerty1-5/+4
2015-05-25builtin/fetch: rewrite to take an object_id argumentMichael Haggerty1-12/+11
2015-05-25get_name(): rewrite to take an object_id argumentMichael Haggerty1-9/+7
2015-05-25add_pending_uninteresting_ref(): rewrite to take an object_id argumentMichael Haggerty1-5/+3
2015-05-25append_ref(): rewrite to take an object_id argumentMichael Haggerty1-5/+3
2015-05-25builtin/rev-parse: rewrite to take an object_id argumentMichael Haggerty1-24/+17
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty16-39/+104
2015-05-22Merge branch 'mh/clone-verbosity-fix'Junio C Hamano1-2/+2
2015-05-22Merge branch 'jk/add-e-kill-editor'Junio C Hamano1-1/+2
2015-05-22Merge branch 'ps/bundle-verify-arg'Junio C Hamano1-0/+8
2015-05-22Merge branch 'dl/branch-error-message'Junio C Hamano1-3/+3
2015-05-22for-each-ref: accept "%(push)" formatJeff King1-2/+15
2015-05-22for-each-ref: use skip_prefix instead of starts_withJeff King1-2/+4
2015-05-22remote.c: return upstream name from stat_tracking_infoJeff King2-13/+7
2015-05-21remote.c: report specific errors from branch_get_upstreamJeff King3-3/+3
2015-05-21remote.c: introduce branch_get_upstream helperJeff King3-13/+7
2015-05-21remote.c: drop "remote" pointer from "struct branch"Jeff King1-1/+1
2015-05-20clean: remove unused variable bufRené Scharfe1-2/+0
2015-05-20use file_exists() to check if a file exists in the worktreeRené Scharfe2-14/+4
2015-05-20cat-file: add --follow-symlinks to --batchDavid Turner1-6/+45
2015-05-19Merge branch 'kn/cat-file-literally'Junio C Hamano1-20/+31
2015-05-19Merge branch 'jc/merge'Junio C Hamano1-87/+161
2015-05-19Merge branch 'nd/diff-i-t-a'Junio C Hamano1-0/+1
2015-05-19clone: call transport_set_verbosity before anything else on the newly created...Mike Hommey1-2/+2
2015-05-18clean: only lstat files in pathspecDavid Turner1-3/+3
2015-05-13Merge branch 'jk/init-core-worktree-at-root' into maintJunio C Hamano1-3/+15
2015-05-12add: check return value of launch_editorJeff King1-1/+2
2015-05-11Sync with 2.3.8Junio C Hamano1-2/+2
2015-05-11Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3Junio C Hamano1-2/+2
2015-05-11Merge branch 'pt/xdg-config-path'Junio C Hamano2-9/+5
2015-05-11Merge branch 'jc/hash-object'Junio C Hamano1-3/+1
2015-05-11Merge branch 'sb/prefix-path-free-results'Junio C Hamano2-13/+10
2015-05-11Merge branch 'jn/clean-use-error-not-fprintf-on-stderr'Junio C Hamano1-2/+2
2015-05-11Merge branch 'tb/blame-resurrect-convert-to-git'Junio C Hamano1-0/+1
2015-05-11Merge branch 'jc/plug-fmt-merge-msg-leak'Junio C Hamano1-5/+11
2015-05-11Merge branch 'nd/slim-index-pack-memory-usage'Junio C Hamano1-109/+177
2015-05-11Merge branch 'jk/sha1-file-reduce-useless-warnings'Junio C Hamano1-3/+1
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano14-47/+413
2015-05-08bundle: verify arguments more strictlyPatrick Steinhardt1-0/+8
2015-05-06cat-file: teach cat-file a '--allow-unknown-type' optionKarthik Nayak1-12/+26
2015-05-06cat-file: make the options mutually exclusiveKarthik Nayak1-8/+5
2015-05-06branch: do not call a "remote-tracking branch" a "remote branch"Danny Lin1-3/+3
2015-05-06git-config: replace use of home_config_paths()Paul Tan1-4/+2
2015-05-06git-commit: replace use of home_config_paths()Paul Tan1-5/+3
2015-05-05Merge branch 'oh/fix-config-default-user-name-section'Junio C Hamano1-2/+2
2015-05-05Merge branch 'ts/checkout-advice-plural'Junio C Hamano1-2/+9
2015-05-05Merge branch 'jk/init-core-worktree-at-root'Junio C Hamano1-3/+15
2015-05-05Merge branch 'mh/show-branch-topic'Junio C Hamano1-3/+3