Merge branch 'bc/object-id'
commit8429f2b42d04a0598079c847c39d45d777613939
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 May 2016 21:45:44 +0000 (6 14:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 May 2016 21:45:44 +0000 (6 14:45 -0700)
tree5c4c3954173955e4cbaf1551b6757512caf324fa
parent89d3eafe9019b407d6b2cf8913c6845bde50b178
parentb6aec868afb17acdbd486c09602a658e14c98602
Merge branch 'bc/object-id'

Move from unsigned char[20] to struct object_id continues.

* bc/object-id:
  match-trees: convert several leaf functions to use struct object_id
  tree-walk: convert tree_entry_extract() to use struct object_id
  struct name_entry: use struct object_id instead of unsigned char sha1[20]
  match-trees: convert shift_tree() and shift_tree_by() to use object_id
  test-match-trees: convert to use struct object_id
  sha1-name: introduce a get_oid() function
builtin/grep.c
cache.h
http-push.c
merge-recursive.c
revision.c
sha1_name.c
t/helper/test-match-trees.c