Go to file
Andreas Ericsson ea790f337b Add a dirent walker to the fileops API
Since at least MS have something like GetFirstDirEnt() and
GetNextDirEnt() (presumably with superior performance), we
can let MS hackers add support for a dirent walker using
that API instead, while we stick with the posix-style
readdir() calls.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-12-02 09:18:19 -08:00
src Add a dirent walker to the fileops API 2008-12-02 09:18:19 -08:00
tests Add git_oid_cpy, git_oid_cmp as inline functions 2008-11-03 18:43:04 -08:00
.gitignore Move public headers to src/git 2008-11-18 10:32:53 -08:00
.HEADER Switch the license from BSD to GPL+libgcc exception 2008-11-01 15:55:47 -07:00
api.doxygen doxygen config: Update path to public headers 2008-12-02 08:45:03 -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
git.git-authors Add a new author state "ign" to git.git-authors 2008-12-02 08:44:36 -08:00
Makefile Remove config.h and make fileops an internal API 2008-12-02 09:17:23 -08:00