summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore31log plain blame
d---------bin790log plain
d---------etc527log plain
d---------gfx407log plain
d---------home382log plain
-rwxr-xr-xinstall.sh1283log plain blame
-rwxr-xr-xlink.sh434log plain blame
-rwxr-xr-xpdf.sh755log plain blame
d---------port98log plain
-rwxr-xr-xprune.sh123log plain blame
d---------txt89log plain
0100'>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