libgit2/src
Andreas Ericsson 4f0adcd0e6 Get rid of GIT__PRIVATE macro
Using it in the first place means something's wrong.
This patch replaces it with an internal header which
carries the previously "protected" code instead.

Internal source-files simply include "commit.h" and
they're done. The internal header includes the public
one to make sure we always use the proper prototype.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-11-22 12:08:00 -08:00
..
git Get rid of GIT__PRIVATE macro 2008-11-22 12:08:00 -08:00
os Add git_fsize to the os file API 2008-11-03 18:52:28 -08:00
commit.c Get rid of GIT__PRIVATE macro 2008-11-22 12:08:00 -08:00
commit.h Get rid of GIT__PRIVATE macro 2008-11-22 12:08:00 -08:00
odb.c Rename "git_sobj" "git_obj" 2008-11-18 10:32:53 -08:00
oid.c Add git_oid_cpy, git_oid_cmp as inline functions 2008-11-03 18:43:04 -08:00
revwalk.c s/git_revp/git_revpool/ 2008-11-18 10:32:53 -08:00
thread-utils.c Add compiler/platform agnostic thread-local storage 2008-11-18 10:32:53 -08:00
thread-utils.h Add compiler/platform agnostic thread-local storage 2008-11-18 10:32:53 -08:00