libgit2/include/git2
Carlos Martín Nieto 2974aa94c3 Determine variable type at runtime
Config variables should be interpreted at run-time, as we don't know if a
zero means false or zero, or if yes means true or "yes".

As a variable has no intrinsic type, git_cvtype is gone and the public
API takes care of enforcing a few rules.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
2011-03-30 13:42:24 +02:00
..
blob.h Change the return type of git_blob_rawcontent 2011-03-05 13:29:50 +02:00
commit.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
common.h Make GIT_EINVALIDTYPE available for use in config 2011-03-29 12:25:46 +02:00
config.h Determine variable type at runtime 2011-03-30 13:42:24 +02:00
errors.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
index.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
object.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
odb_backend.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
odb.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
oid.h Add git_oid_shorten 2011-03-05 23:54:49 +02:00
refs.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
repository.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
revwalk.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
signature.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
tag.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
thread-utils.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
tree.h Change interface for Tree Index attr (always unsigned) 2011-03-05 13:46:37 +02:00
types.h Determine variable type at runtime 2011-03-30 13:42:24 +02:00
zlib.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00