]> git.ipfire.org Git - thirdparty/git.git/commit - patch-ids.c
patch-ids: use the new generic "sha1_pos" function to lookup sha1
authorChristian Couder <chriscool@tuxfamily.org>
Sat, 4 Apr 2009 20:59:31 +0000 (22:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Apr 2009 05:57:42 +0000 (22:57 -0700)
commit5289bae17f24805cc8507129e21d794b0b56264c
treedbb3da33cfe4c54f16cd321dbac83160071e7268
parent96beef8c2efaab06f703991ed7802b8cef4c00e3
patch-ids: use the new generic "sha1_pos" function to lookup sha1

instead of the specific one from which the new one has been copied.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
patch-ids.c