]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
sha1_name.c: get rid of get_sha1_with_mode()
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Jul 2012 19:56:44 +0000 (12:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Jul 2012 17:24:11 +0000 (10:24 -0700)
commit249c8f4a164c8502f8274c505a48b9c686f458d0
treede813b93fbe7e3533a4df6431d7185c33f877b55
parent8c135ea260a84ef71899c8bd23bb39425288f9fe
sha1_name.c: get rid of get_sha1_with_mode()

There are only two callers, and they will benefit from being able to
pass disambiguation hints to underlying get_sha1_with_context() API
once it happens.

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