summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2015-06-16Merge branch 'nd/slim-index-pack-memory-usage'Junio C Hamano
2015-06-11Merge branch 'jk/clone-dissociate'Junio C Hamano
2015-06-05Merge branch 'bc/object-id'Junio C Hamano
2015-06-05Merge branch 'jk/at-push-sha1'Junio C Hamano
2015-06-04index-pack: fix truncation of off_t in comparisonJeff King
2015-06-01Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano
2015-06-01Merge branch 'rs/janitorial'Junio C Hamano
2015-06-01Merge branch 'ah/usage-strings'Junio C Hamano
2015-06-01Merge branch 'dt/clean-pathspec-filter-then-lstat'Junio C Hamano
2015-05-27clone: reorder --dissociate and --reference optionsJeff King
2015-05-27clone: use OPT_STRING_LIST for --referenceJeff King
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano
2015-05-25builtin/show-ref: rewrite to take an object_id argumentMichael Haggerty
2015-05-25show_ref(): convert local variable peeled to object_idMichael Haggerty
2015-05-25builtin/show-ref: rewrite to use object_idMichael Haggerty
2015-05-25fsck: change functions to use object_idMichael Haggerty
2015-05-25cmd_show_branch(): fix error messageMichael Haggerty
2015-05-25builtin/show-branch: rewrite functions to work with object_idMichael Haggerty
2015-05-25append_one_rev(): rewrite to work with object_idMichael Haggerty
2015-05-25builtin/show-branch: rewrite functions to take object_id argumentsMichael Haggerty
2015-05-25append_matching_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25show_reference(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25builtin/remote: rewrite functions to take object_id argumentsMichael Haggerty
2015-05-25add_branch_for_removal(): don't set "util" field of string_list entriesMichael Haggerty
2015-05-25add_branch_for_removal(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25builtin/reflog: rewrite ref functions to take an object_id argumentMichael Haggerty
2015-05-25show_ref_cb(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25builtin/pack-objects: rewrite to take an object_id argumentMichael Haggerty
2015-05-25name_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25grab_single_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25builtin/fetch: rewrite to take an object_id argumentMichael Haggerty
2015-05-25get_name(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25add_pending_uninteresting_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25append_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25builtin/rev-parse: rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-22Merge branch 'mh/clone-verbosity-fix'Junio C Hamano
2015-05-22Merge branch 'jk/add-e-kill-editor'Junio C Hamano
2015-05-22Merge branch 'ps/bundle-verify-arg'Junio C Hamano
2015-05-22Merge branch 'dl/branch-error-message'Junio C Hamano
2015-05-22for-each-ref: accept "%(push)" formatJeff King
2015-05-22for-each-ref: use skip_prefix instead of starts_withJeff King
2015-05-22remote.c: return upstream name from stat_tracking_infoJeff King
2015-05-21remote.c: report specific errors from branch_get_upstreamJeff King
2015-05-21remote.c: introduce branch_get_upstream helperJeff King
2015-05-21remote.c: drop "remote" pointer from "struct branch"Jeff King
2015-05-20clean: remove unused variable bufRené Scharfe
2015-05-20use file_exists() to check if a file exists in the worktreeRené Scharfe
2015-05-20cat-file: add --follow-symlinks to --batchDavid Turner
2015-05-19Merge branch 'kn/cat-file-literally'Junio C Hamano