Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | git-p4: add failing test for P4EDITOR handling | Luke Diamand | 2015-05-24 | 1 | -0/+38 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2015-06-05 | 36 | -255/+300 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | struct ref_lock: convert old_sha1 member to object_id | Michael Haggerty | 2015-05-25 | 1 | -12/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | warn_if_dangling_symref(): convert local variable "junk" to object_id | Michael Haggerty | 2015-05-25 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | each_ref_fn_adapter(): remove adapter | Michael Haggerty | 2015-05-25 | 2 | -19/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | rev_list_insert_ref(): remove unneeded arguments | Michael Haggerty | 2015-05-25 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | rev_list_insert_ref_oid(): new function, taking an object_oid | Michael Haggerty | 2015-05-25 | 1 | -3/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mark_complete(): remove unneeded arguments | Michael Haggerty | 2015-05-25 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mark_complete_oid(): new function, taking an object_oid | Michael Haggerty | 2015-05-25 | 1 | -4/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | clear_marks(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -8/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mark_complete(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | send_ref(): convert local variable "peeled" to object_id | Michael Haggerty | 2015-05-25 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | upload-pack: rewrite functions to take object_id arguments | Michael Haggerty | 2015-05-25 | 1 | -18/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | find_symref(): convert local variable "unused" to object_id | Michael Haggerty | 2015-05-25 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | find_symref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | write_one_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -8/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | write_refs_to_temp_dir(): convert local variable sha1 to object_id | Michael Haggerty | 2015-05-25 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | submodule: rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -15/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | shallow: rewrite functions to take object_id arguments | Michael Haggerty | 2015-05-25 | 1 | -18/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | handle_one_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -6/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | add_info_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -7/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | handle_one_reflog(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | register_replace_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | remote: rewrite functions to take object_id arguments | Michael Haggerty | 2015-05-25 | 1 | -11/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | add_one_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | string_list_add_one_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -5/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | add_ref_decoration(): convert local variable original_sha1 to object_id | Michael Haggerty | 2015-05-25 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | add_ref_decoration(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | show_head_ref(): convert local variable "unused" to object_id | Michael Haggerty | 2015-05-25 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | http-backend: rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -14/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | append_similar_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/show-ref: rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -11/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | show_ref(): convert local variable peeled to object_id | Michael Haggerty | 2015-05-25 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/show-ref: rewrite to use object_id | Michael Haggerty | 2015-05-25 | 1 | -18/+15 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsck: change functions to use object_id | Michael Haggerty | 2015-05-25 | 1 | -16/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cmd_show_branch(): fix error message | Michael Haggerty | 2015-05-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/show-branch: rewrite functions to work with object_id | Michael Haggerty | 2015-05-25 | 1 | -21/+21 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | append_one_rev(): rewrite to work with object_id | Michael Haggerty | 2015-05-25 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/show-branch: rewrite functions to take object_id arguments | Michael Haggerty | 2015-05-25 | 1 | -18/+17 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | append_matching_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -7/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | show_reference(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -10/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/remote: rewrite functions to take object_id arguments | Michael Haggerty | 2015-05-25 | 1 | -13/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | add_branch_for_removal(): don't set "util" field of string_list entries | Michael Haggerty | 2015-05-25 | 1 | -5/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | add_branch_for_removal(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/reflog: rewrite ref functions to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -10/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | show_ref_cb(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/pack-objects: rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -16/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | name_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -6/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | grab_single_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -5/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/fetch: rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -12/+11 |