From: Junio C Hamano Date: Tue, 22 Jul 2014 17:59:24 +0000 (-0700) Subject: Merge branch 'jk/alloc-commit-id' X-Git-Tag: v2.1.0-rc0~12 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/10b944b37b11d6e0597541efdd1fa23c0eecbeff?hp=10b944b37b11d6e0597541efdd1fa23c0eecbeff Merge branch 'jk/alloc-commit-id' Make sure all in-core commit objects are assigned a unique number so that they can be annotated using the commit-slab API. * jk/alloc-commit-id: diff-tree: avoid lookup_unknown_object object_as_type: set commit index alloc: factor out commit index add object_as_type helper for casting objects parse_object_buffer: do not set object type move setting of object->type to alloc_* functions alloc: write out allocator definitions alloc.c: remove the alloc_raw_commit_node() function ---