summaryrefslogtreecommitdiff
path: root/src/refs.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-02-18 18:09:19 +0200
committerVicent Marti <tanoku@gmail.com>2011-03-03 20:23:49 +0200
commit32054c24a26ab386fb56c7333fa723459e7e8dff (patch)
tree5cf4c8240ed7f43a807fe962dc9f8d859401a9d4 /src/refs.h
parent2de3b35cd4cc92a35f45cf2e7e27fc35f866e370 (diff)
downloadlibgit2-32054c24a26ab386fb56c7333fa723459e7e8dff.tar.gz
Brush up the refs API
Changed some more API details and updated documentation. Sketched API for addition/removal of entries. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'src/refs.h')
-rw-r--r--src/refs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/refs.h b/src/refs.h
index 2e9f340b8..33bedc4b7 100644
--- a/src/refs.h
+++ b/src/refs.h
@@ -21,8 +21,7 @@ struct git_reference {
git_rtype type;
char *name;
- unsigned packed:1,
- modified:1;
+ unsigned packed:1;
union {
char *ref;