summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-02-06 10:56:44 -0500
committerJune McEnroe <june@causal.agency>2017-02-06 10:56:44 -0500
commit0085216e0748f3773c1ede06cc75e2a173cacba8 (patch)
tree782bc1b0c493feffa83a28aac973cc60decf5e15 /home
parentAdd nasd function (diff)
downloadsrc-0085216e0748f3773c1ede06cc75e2a173cacba8.tar.gz
src-0085216e0748f3773c1ede06cc75e2a173cacba8.zip
Add W command in vim
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/td>ui-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