about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli2008-12-06 11:37:37 +0100
committerLars Hjemli2008-12-06 11:37:37 +0100
commit3c32fe07717f27fc891b66ccd06057fb810d03ad (patch)
tree04897b3eac6432c43284e7da79161e47856d078b /cgit.h
parentMerge branch 'lh/sort-repolist' (diff)
parentui-log: use css to make full-log prettier (diff)
downloadcgit-3c32fe07717f27fc891b66ccd06057fb810d03ad.tar.gz
cgit-3c32fe07717f27fc891b66ccd06057fb810d03ad.zip
Merge branch 'full-log'
Conflicts:
	cgit.c
	cgit.h
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index f1fbeca..cb2f176 100644 --- a/cgit.h +++ b/cgit.h
@@ -123,6 +123,7 @@ struct cgit_query {
123 int ofs; 123 int ofs;
124 int nohead; 124 int nohead;
125 char *sort; 125 char *sort;
126 int showmsg;
126}; 127};
127 128
128struct cgit_config { 129struct cgit_config {