diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-01-29 01:56:25 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-01-30 02:35:29 +0200 |
commit | 2f8a8ab24b034cb91e6ce80a7aa8cc330b7baebf (patch) | |
tree | 4729e6dc622a3c5a5da31f126b2e03091c597e14 /src/git2.h | |
parent | 9282e921a394d422188ee43e18a63d418f88ac95 (diff) | |
download | libgit2-2f8a8ab24b034cb91e6ce80a7aa8cc330b7baebf.tar.gz |
Refactor reference parsing code
Several changes have been committed to allow the user to create
in-memory references and write back to disk. Peeling of symbolic
references has been made explicit. Added getter and setter methods for
all attributes on a reference. Added corresponding documentation.
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'src/git2.h')
-rw-r--r-- | src/git2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/git2.h b/src/git2.h index 9eb9294df..e7f56e924 100644 --- a/src/git2.h +++ b/src/git2.h @@ -38,6 +38,7 @@ #include "git2/repository.h" #include "git2/revwalk.h" +#include "git2/refs.h" #include "git2/object.h" #include "git2/blob.h" |