Go to file
Shawn O. Pearce 2dbdb824f0 Add git_fsize to the os file API
This permits us to get the size of an opened file.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-11-03 18:52:28 -08:00
include/git Add git_fsize to the os file API 2008-11-03 18:52:28 -08:00
src Add git_fsize to the os file API 2008-11-03 18:52:28 -08:00
tests Add git_oid_cpy, git_oid_cmp as inline functions 2008-11-03 18:43:04 -08:00
.gitignore Create a basic test suite for the library and test oid functions 2008-11-01 18:24:39 -07:00
.HEADER Switch the license from BSD to GPL+libgcc exception 2008-11-01 15:55:47 -07:00
api.doxygen Add git_oid_cpy, git_oid_cmp as inline functions 2008-11-03 18:43:04 -08:00
CONVENTIONS Move include files to include/git/, drop git_ prefix from file names 2008-11-01 15:42:23 -07:00
COPYING Switch the license from BSD to GPL+libgcc exception 2008-11-01 15:55:47 -07:00
Makefile Fix Makefile to correctly handle 'make -j4 test' 2008-11-03 18:42:54 -08:00