Merge branch 'bc/object-id' into next
commit8d9f645cfbd48e3a711219eb156b22f174040513
authorJunio C Hamano <gitster@pobox.com>
Tue, 26 May 2015 21:20:50 +0000 (26 14:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 May 2015 21:20:50 +0000 (26 14:20 -0700)
tree15205cd0ba55ddc99ceb4791b99d58da5c49143b
parentd9d342f78166285f75f2126a63a2b4c4befcd19f
parent5cb901a4b0e19c87a1415f0f74995e54690598af
Merge branch 'bc/object-id' into next

for_each_ref() callback functions were taught to name the objects
not with "unsigned char sha1[20]" but with "struct object_id".

* bc/object-id: (56 commits)
  struct ref_lock: convert old_sha1 member to object_id
  warn_if_dangling_symref(): convert local variable "junk" to object_id
  each_ref_fn_adapter(): remove adapter
  rev_list_insert_ref(): remove unneeded arguments
  rev_list_insert_ref_oid(): new function, taking an object_oid
  mark_complete(): remove unneeded arguments
  mark_complete_oid(): new function, taking an object_oid
  clear_marks(): rewrite to take an object_id argument
  mark_complete(): rewrite to take an object_id argument
  send_ref(): convert local variable "peeled" to object_id
  upload-pack: rewrite functions to take object_id arguments
  find_symref(): convert local variable "unused" to object_id
  find_symref(): rewrite to take an object_id argument
  write_one_ref(): rewrite to take an object_id argument
  write_refs_to_temp_dir(): convert local variable sha1 to object_id
  submodule: rewrite to take an object_id argument
  shallow: rewrite functions to take object_id arguments
  handle_one_ref(): rewrite to take an object_id argument
  add_info_ref(): rewrite to take an object_id argument
  handle_one_reflog(): rewrite to take an object_id argument
  ...
builtin/branch.c
builtin/for-each-ref.c
fetch-pack.c
help.c
http-backend.c
remote.c
sha1_name.c
submodule.c
upload-pack.c