summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore70log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile1500log plain blame
-rw-r--r--README.72442log plain blame
-rw-r--r--bounce.c14713log plain blame
-rw-r--r--bounce.h6396log plain blame
-rw-r--r--calico.12231log plain blame
-rw-r--r--client.c15612log plain blame
-rw-r--r--compat.h1312log plain blame
-rw-r--r--config.c3192log plain blame
-rwxr-xr-xconfigure916log plain blame
-rw-r--r--dispatch.c7443log plain blame
-rw-r--r--local.c5744log plain blame
-rw-r--r--pounce.112602log plain blame
d---------rc.d68log plain
-rw-r--r--ring.c6688log plain blame
-rw-r--r--server.c4996log plain blame
-rw-r--r--state.c10785log plain blame
mitted your changes) causes all of the CGit objects to be rebuilt. Avoid this by using EXTRA_CPPFLAGS to add 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