aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgit.h b/cgit.h
index 69b5c13..f5db364 100644
--- a/cgit.h
+++ b/cgit.h
@@ -164,7 +164,7 @@ struct reflist {
struct cgit_query {
int has_symref;
- int has_oid;
+ int has_sha1;
int has_difftype;
char *raw;
char *repo;
@@ -172,8 +172,8 @@ struct cgit_query {
char *search;
char *grep;
char *head;
- char *oid;
- char *oid2;
+ char *sha1;
+ char *sha2;
char *path;
char *name;
char *url;