about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli2007-02-05 00:21:06 +0100
committerLars Hjemli2007-02-05 00:22:08 +0100
commit14d360df60f059b9b5b045fc6df1eec6f0966d9a (patch)
treeb4db7f729d0bbd50094ae5fa4983f56ace569ae1 /Makefile
parentAdd support for prefix and gitsrc arguments to 'make' (diff)
downloadcgit-14d360df60f059b9b5b045fc6df1eec6f0966d9a.tar.gz
cgit-14d360df60f059b9b5b045fc6df1eec6f0966d9a.zip
cgit v0.2
Main changes since v0.1:
  -list tags in repo summary
  -allow search in log-view
  -read repository paths from cgitrc

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e863205..d826f97 100644 --- a/Makefile +++ b/Makefile
@@ -1,4 +1,4 @@
1CGIT_VERSION = 0.1 1CGIT_VERSION = 0.2
2 2
3prefix = /var/www/htdocs/cgit 3prefix = /var/www/htdocs/cgit
4gitsrc = ../git 4gitsrc = ../git