Merge branch 'rs/object-id'
commit36acf41239a7406d52faf1b6c757ffe34e3be98d
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Feb 2017 19:25:19 +0000 (3 11:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Feb 2017 19:25:19 +0000 (3 11:25 -0800)
tree47d07010f6c7c0fa066105f034759398dc767993
parentecc486b1f8ad5962ed51bcbffbba75ff2bc633ad
parent0ce11fe951e3a1ba73b940563a4227cf45461489
Merge branch 'rs/object-id'

"uchar [40]" to "struct object_id" conversion continues.

* rs/object-id:
  checkout: convert post_checkout_hook() to struct object_id
  use oidcpy() for copying hashes between instances of struct object_id
  use oid_to_hex_r() for converting struct object_id hashes to hex strings
wt-status.c