/www/

s='main'>index : cgit-pink
web frontend for git
about summary refs log tree commit diff
path: root/ui-snapshot.h (unfollow)
Commit message (Collapse)Author
2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping
We already have a global cgit_version which is set from the #define'd CGIT_VERSION in cgit.c. Change ui-patch.c to use this so that we only need to rebuild cgit.o when the version changes. Signed-off-by: John Keeping <john@keeping.me.uk>
2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping