Go to file
Shawn O. Pearce 3e89665eb6 Scratch the git_revp_attr configuration of a git_revp
This isn't the best idea I've head.  Pierre Habouzit was suggesting
a technique of assigning a unique integer to each commit and then
allocating storage out of auxiliary pools, using the commit's unique
integer to index into any auxiliary pool in constant time.  This way
both applications and the library can efficiently attach arbitrary
data onto a commit, such as rewritten parents, or flags, and have
them disconnected from the main object hash table.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-10-31 18:34:02 -07:00
src Scratch the git_revp_attr configuration of a git_revp 2008-10-31 18:34:02 -07:00
.gitignore Initial draft of libgit2 2008-10-31 09:57:29 -07:00
api.doxygen Hide GIT_{BEGIN,END}_DECL from doxygen as its not part of our API 2008-10-31 11:05:05 -07:00
CONVENTIONS Document the return NULL style of calling convention 2008-10-31 18:30:43 -07:00
LICENSE Initial draft of libgit2 2008-10-31 09:57:29 -07:00
Makefile Hide non-exported symbols when linking the library 2008-10-31 15:10:51 -07:00