libgit2/include/git
Andreas Ericsson 1b9e92c73b s/git_revp/git_revpool/
git_revp is something I personally can't stop pronouncing
"rev pointer". I'm sure others would suffer the same
problem.

Also, rename the git_revp_ sub-api "gitrp_". This is the
first of many such renames, primarily done to prevent
extreme inflation in the "git_" namespace, which we'd like
to reserve for a higher-level API.

While we're at it, we remove the noise-char "c" from a lot
of functions. Since revision walking is all about commits,
the common case should be that we're dealing with commits.
Exceptions can get a more mnemonic description as needed.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-11-18 10:32:53 -08:00
..
os Add git_fsize to the os file API 2008-11-03 18:52:28 -08:00
commit.h s/git_revp/git_revpool/ 2008-11-18 10:32:53 -08:00
common.h s/git_revp/git_revpool/ 2008-11-18 10:32:53 -08:00
config.h.in Create a micro abstraction around the POSIX file APIs 2008-11-01 16:53:06 -07:00
odb.h Rename "git_sobj" "git_obj" 2008-11-18 10:32:53 -08:00
oid.h Use same-directory include for public headers 2008-11-18 10:32:53 -08:00
revwalk.h s/git_revp/git_revpool/ 2008-11-18 10:32:53 -08:00
zlib.h Use same-directory include for public headers 2008-11-18 10:32:53 -08:00