summary refs log tree commit diff
path: root/home
ModeNameSize
d---------.config123log plain
-rw-r--r--.gdbinit29log plain blame
d---------.gnupg42log plain
-rw-r--r--.hushlogin0log plain blame
-rw-r--r--.inputrc20log plain blame
-rw-r--r--.kshrc2458log plain blame
-rw-r--r--.lldbinit49log plain blame
d---------.local / bin30log plain
-rw-r--r--.mkshrc11log plain blame
-rw-r--r--.psqlrc162log plain blame
d---------.ssh34log plain
dd the version for only those files that are affected and make them depend on VERSION. Signed-off-by: John Keeping <john@keeping.me.uk> 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