diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2011-06-13 23:05:10 +0000 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2011-06-13 23:05:10 +0000 | 
| commit | 1b1bf635b59a349a9238a1d63a21d03d9949e185 (patch) | |
| tree | 78d1501781d72f0698f673e9c44450e32118d843 /tests/setup.sh | |
| parent | cgitrc.5.txt: reformat the "FILTER API" section (diff) | |
| parent | cgit.c: add 'clone-url' setting with support for macro expansion (diff) | |
| download | cgit-1b1bf635b59a349a9238a1d63a21d03d9949e185.tar.gz cgit-1b1bf635b59a349a9238a1d63a21d03d9949e185.tar.bz2 cgit-1b1bf635b59a349a9238a1d63a21d03d9949e185.zip | |
Merge branch 'lh/clone-url'
Diffstat (limited to '')
| -rwxr-xr-x | tests/setup.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tests/setup.sh b/tests/setup.sh index b2f1169..1e06107 100755 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -62,6 +62,7 @@ enable-log-linecount=1  summary-log=5  summary-branches=5  summary-tags=5 +clone-url=git://example.org/\$CGIT_REPO_URL.git  repo.url=foo  repo.path=$PWD/trash/repos/foo/.git | 
