Commit 16a67770b7d8d72317c4b775213c23a8bd74f5e0

Shawn O. Pearce 2008-11-01T16:53:06

Create a micro abstraction around the POSIX file APIs This way we can start to write IO code to read and write files in the Git object database, but provide a hook to inject native Win32 APIs instead so libgit2 can be ported to run natively on that platform. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>