Make trivial wrapper functions around delta base generation and freeing
commit62f255ad586a987461c96b1da123da5e2cc3f619
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Mar 2007 19:42:15 +0000 (17 12:42 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 18 Mar 2007 22:36:59 +0000 (18 15:36 -0700)
tree2427f06f83239c95c28979a1b9583426bde042b8
parent5bb44a51038a18f4f940968aed84e6cc26afcebe
Make trivial wrapper functions around delta base generation and freeing

This doesn't change any code, it just creates a point for where we'd
actually do the caching of delta bases that have been generated.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
sha1_file.c