Add the git_odb_exists() object query function
commit82324ac1a5ec79069877ed5d807c87762a16ed9d
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Tue, 10 Feb 2009 21:49:48 +0000 (10 21:49 +0000)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 11 Feb 2009 19:04:55 +0000 (11 11:04 -0800)
tree8ef9060a954118a698fc10e20acdc430566a100f
parente9f5e87781e88aa3afa7679783c204604479f9e9
Add the git_odb_exists() object query function

This function determines if the given object can be found
in the object database. At present, only the local object
database is searched.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
src/git/odb.h
src/odb.c