summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | write_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-8/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | write_refs_to_temp_dir(): convert local variable sha1 to object_idMichael Haggerty2015-05-251-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | submodule: rewrite to take an object_id argumentMichael Haggerty2015-05-251-15/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | shallow: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-18/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | handle_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-6/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | add_info_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-7/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | handle_one_reflog(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-4/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | register_replace_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | remote: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-11/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | add_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-6/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | string_list_add_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | add_ref_decoration(): convert local variable original_sha1 to object_idMichael Haggerty2015-05-251-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | add_ref_decoration(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-6/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | show_head_ref(): convert local variable "unused" to object_idMichael Haggerty2015-05-251-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | http-backend: rewrite to take an object_id argumentMichael Haggerty2015-05-251-14/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | append_similar_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-4/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/show-ref: rewrite to take an object_id argumentMichael Haggerty2015-05-251-11/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | show_ref(): convert local variable peeled to object_idMichael Haggerty2015-05-251-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/show-ref: rewrite to use object_idMichael Haggerty2015-05-251-18/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | fsck: change functions to use object_idMichael Haggerty2015-05-251-16/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | cmd_show_branch(): fix error messageMichael Haggerty2015-05-251-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/show-branch: rewrite functions to work with object_idMichael Haggerty2015-05-251-21/+21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | append_one_rev(): rewrite to work with object_idMichael Haggerty2015-05-251-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/show-branch: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-18/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | append_matching_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-7/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | show_reference(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-10/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/remote: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-13/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | add_branch_for_removal(): don't set "util" field of string_list entriesMichael Haggerty2015-05-251-5/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | add_branch_for_removal(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/reflog: rewrite ref functions to take an object_id argumentMichael Haggerty2015-05-251-10/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | show_ref_cb(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/pack-objects: rewrite to take an object_id argumentMichael Haggerty2015-05-251-16/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | name_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-6/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | grab_single_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/fetch: rewrite to take an object_id argumentMichael Haggerty2015-05-251-12/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | get_name(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-9/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | add_pending_uninteresting_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | append_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | register_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-8/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | handle_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-26/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/rev-parse: rewrite to take an object_id argumentMichael Haggerty2015-05-251-24/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-2536-97/+275
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | refs: convert struct ref_entry to use struct object_idbrian m. carlson2015-05-251-22/+22
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/at-push-sha1'Junio C Hamano2015-06-0514-149/+424
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | for-each-ref: accept "%(push)" formatjk/at-push-sha1Jeff King2015-05-223-3/+33
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | for-each-ref: use skip_prefix instead of starts_withJeff King2015-05-221-2/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sha1_name: implement @{push} shorthandJeff King2015-05-223-1/+101
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sha1_name: refactor interpret_upstream_markJeff King2015-05-221-21/+23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sha1_name: refactor upstream_markJeff King2015-05-221-3/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | remote.c: add branch_get_pushJeff King2015-05-222-0/+95