Commit 46d8b885bd65158e8cb53266ba4b627b5991bce8

Shawn O. Pearce 2008-10-31T10:43:20

Rename git_odb_sread to just git_odb_read Most read calls will use the small object format, as the majority of the content within the database is very small objects (under 20 KB when inflated). Signed-off-by: Shawn O. Pearce <spearce@spearce.org>