summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2015-06-15for-each-ref: rename some functions and make them publicKarthik Nayak1-32/+32
2015-06-15for-each-ref: introduce 'ref_array_clear()'Karthik Nayak1-0/+21
2015-06-15for-each-ref: introduce new structures for better organisationKarthik Nayak1-24/+30
2015-06-15for-each-ref: rename 'refinfo' to 'ref_array_item'Karthik Nayak1-20/+20
2015-06-15for-each-ref: clean up codeKarthik Nayak1-5/+2
2015-06-15for-each-ref: extract helper functions out of grab_single_ref()Karthik Nayak1-23/+41
2015-06-12Allow to control where the replace refs are looked forMike Hommey1-3/+3
2015-06-12checkout: don't check worktrees when not necessaryNguyễn Thái Ngọc Duy1-12/+11
2015-06-11Merge branch 'jk/clone-dissociate'Junio C Hamano1-13/+4
2015-06-09index-pack: avoid excessive re-reading of pack directoryJeff King1-1/+1
2015-06-08fsck: report errors if reflog entries point at invalid objectsMichael Haggerty1-4/+9
2015-06-08fsck_handle_reflog_sha1(): new functionMichael Haggerty1-14/+15
2015-06-05Merge branch 'bc/object-id'Junio C Hamano16-122/+136
2015-06-05Merge branch 'jk/at-push-sha1'Junio C Hamano4-31/+34
2015-06-05Merge branch 'dl/branch-error-message' into maintJunio C Hamano1-3/+3
2015-06-05Merge branch 'ps/bundle-verify-arg' into maintJunio C Hamano1-0/+8
2015-06-05Merge branch 'jk/add-e-kill-editor' into maintJunio C Hamano1-1/+2
2015-06-05Merge branch 'mh/clone-verbosity-fix' into maintJunio C Hamano1-2/+2
2015-06-05Merge branch 'jk/sha1-file-reduce-useless-warnings' into maintJunio C Hamano1-3/+1
2015-06-05Merge branch 'tb/blame-resurrect-convert-to-git' into maintJunio C Hamano1-0/+1
2015-06-05Merge branch 'jc/plug-fmt-merge-msg-leak' into maintJunio C Hamano1-5/+11
2015-06-05Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2-9/+5
2015-06-04index-pack: fix truncation of off_t in comparisonJeff King1-2/+6
2015-06-02for-each-ref: report broken references correctlyMichael Haggerty1-0/+5
2015-06-01format-patch: do not feed tags to clear_commit_marks()Junio C Hamano1-6/+6
2015-06-01blame: add blame.showEmail configurationQuentin Neill1-1/+9
2015-06-01Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano1-6/+45
2015-06-01Merge branch 'rs/janitorial'Junio C Hamano3-16/+4
2015-06-01Merge branch 'ah/usage-strings'Junio C Hamano2-2/+2
2015-06-01Merge branch 'dt/clean-pathspec-filter-then-lstat'Junio C Hamano1-3/+3
2015-06-01apply: reject a hunk that does not do anythingJunio C Hamano1-0/+3
2015-05-27clone: reorder --dissociate and --reference optionsJeff King1-2/+2
2015-05-27clone: use OPT_STRING_LIST for --referenceJeff King1-11/+2
2015-05-26Merge branch 'jc/hash-object' into maintJunio C Hamano1-3/+1
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano2-2/+191
2015-05-25builtin/show-ref: rewrite to take an object_id argumentMichael Haggerty1-11/+9
2015-05-25show_ref(): convert local variable peeled to object_idMichael Haggerty1-3/+3
2015-05-25builtin/show-ref: rewrite to use object_idMichael Haggerty1-18/+15
2015-05-25fsck: change functions to use object_idMichael Haggerty1-16/+13
2015-05-25cmd_show_branch(): fix error messageMichael Haggerty1-1/+1
2015-05-25builtin/show-branch: rewrite functions to work with object_idMichael Haggerty1-21/+21
2015-05-25append_one_rev(): rewrite to work with object_idMichael Haggerty1-3/+3
2015-05-25builtin/show-branch: rewrite functions to take object_id argumentsMichael Haggerty1-18/+17
2015-05-25append_matching_ref(): rewrite to take an object_id argumentMichael Haggerty1-7/+6
2015-05-25show_reference(): rewrite to take an object_id argumentMichael Haggerty1-10/+8
2015-05-25builtin/remote: rewrite functions to take object_id argumentsMichael Haggerty1-13/+8
2015-05-25add_branch_for_removal(): don't set "util" field of string_list entriesMichael Haggerty1-5/+2
2015-05-25add_branch_for_removal(): rewrite to take an object_id argumentMichael Haggerty1-5/+3
2015-05-25builtin/reflog: rewrite ref functions to take an object_id argumentMichael Haggerty1-10/+6
2015-05-25show_ref_cb(): rewrite to take an object_id argumentMichael Haggerty1-5/+3