| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2013-03-20 | ui-patch: use cgit_version not CGIT_VERSION | John 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-20 | Makefile: re-use Git's Makefile where possible | John Keeping | |
| Git does quite a lot of platform-specific detection in its Makefile, which can result in it defining | |||