summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2015-08-03parse-option: rename parse_opt_with_commit()Karthik Nayak
2015-08-03for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak
2015-08-03ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak
2015-08-03ref-filter: add parse_opt_merge_filter()Karthik Nayak
2015-08-03for-each-ref: add '--points-at' optionKarthik Nayak
2015-08-03ref-filter: implement '--points-at' optionKarthik Nayak
2015-08-03tag: libify parse_opt_points_at()Karthik Nayak
2015-08-03for-each-ref: introduce filter_refs()Karthik Nayak
2015-08-03ref-filter: move code from 'for-each-ref'Karthik Nayak
2015-06-15ref-filter: add 'ref-filter.h'Karthik Nayak
2015-06-15for-each-ref: rename variables called sort to sortingKarthik Nayak
2015-06-15for-each-ref: rename some functions and make them publicKarthik Nayak
2015-06-15for-each-ref: introduce 'ref_array_clear()'Karthik Nayak
2015-06-15for-each-ref: introduce new structures for better organisationKarthik Nayak
2015-06-15for-each-ref: rename 'refinfo' to 'ref_array_item'Karthik Nayak
2015-06-15for-each-ref: clean up codeKarthik Nayak
2015-06-15for-each-ref: extract helper functions out of grab_single_ref()Karthik Nayak
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-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