about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli2010-08-04 03:10:24 +0200
committerLars Hjemli2010-08-04 03:10:24 +0200
commite6c960c7c0f0d2e54b51cc43ef190df3ce52755e (patch)
tree29b49ca32a3de23b58ef5c2b7e522b607b60f356 /cgit.h
parentMerge branch 'stable' (diff)
parentui-log: Display git notes when present (diff)
downloadcgit-e6c960c7c0f0d2e54b51cc43ef190df3ce52755e.tar.gz
cgit-e6c960c7c0f0d2e54b51cc43ef190df3ce52755e.zip
Merge branch 'js/notes'
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 e9e2718..32d9d2b 100644 --- a/cgit.h +++ b/cgit.h
@@ -19,6 +19,7 @@
19#include <xdiff-interface.h> 19#include <xdiff-interface.h>
20#include <xdiff/xdiff.h> 20#include <xdiff/xdiff.h>
21#include <utf8.h> 21#include <utf8.h>
22#include <notes.h>
22 23
23 24
24/* 25/*