sha1_name.c: teach lookup context to get_sha1_with_context()
commit33bd598c3902c40c5a10a68aeaa3004484239258
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Jul 2012 17:32:11 +0000 (2 10:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 23:42:22 +0000 (9 16:42 -0700)
tree22343053edd965f69d872b3f221e022a593fef4b
parente2643617d75e53e5a69278f8d7382553d1c14cf0
sha1_name.c: teach lookup context to get_sha1_with_context()

The function takes user input string and returns the object name
(binary SHA-1) with mode bits and path when the object was looked
up in a tree.

Additionally give hints to help disambiguation of abbreviated object
names when the caller knows what it is looking for.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/cat-file.c
cache.h
revision.c
sha1_name.c