]> Pileus Git - ~andy/git/commit
convert.h: move declarations for conversion from cache.h
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 May 2011 19:59:01 +0000 (12:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2011 23:47:15 +0000 (16:47 -0700)
commitd1bf0e08313927c269846476f99f59d878807371
tree95e663dac5b12425914a4e3013cbfcdcb04180f9
parent23c7df6bdd13e3d99ca09b6a7655747cc29ccc41
convert.h: move declarations for conversion from cache.h

Before adding the streaming filter API to the conversion layer,
move the existing declarations related to the conversion to its
own header file.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
convert.h [new file with mode: 0644]