diff options
author | Lars Hjemli <hjemli@gmail.com> | 2010-11-10 00:28:56 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-11-10 00:28:56 +0100 |
commit | 7618cac1ee3bf83424d9237c3c362a43c5b246e9 (patch) | |
tree | 93fe8563b0466784394b9f7c0bf820a5cc9ba6d5 /cgitrc.5.txt | |
parent | ui-log: Prevent crash when given empty range search (diff) | |
parent | Use example.com in documentation, per RFC 2606 (diff) | |
download | cgit-pink-7618cac1ee3bf83424d9237c3c362a43c5b246e9.tar.gz cgit-pink-7618cac1ee3bf83424d9237c3c362a43c5b246e9.zip |
Merge branch 'tz/make-improvements'
Diffstat (limited to '')
-rw-r--r-- | cgitrc.5.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 75b6584..8e51ca5 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -431,7 +431,7 @@ cache-size=1000 # Specify some default clone prefixes -clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git +clone-prefix=git://example.com ssh://example.com/pub/git http://example.com/git # Specify the css url css=/css/cgit.css @@ -462,14 +462,14 @@ max-stats=quarter # Set the title and heading of the repository index page -root-title=foobar.com git repositories +root-title=example.com git repositories # Set a subheading for the repository index page root-desc=tracking the foobar development -# Include some more info about foobar.com on the index page +# Include some more info about example.com on the index page root-readme=/var/www/htdocs/about.html @@ -503,14 +503,14 @@ mimetype.svg=image/svg+xml repo.url=foo repo.path=/pub/git/foo.git repo.desc=the master foo repository -repo.owner=fooman@foobar.com +repo.owner=fooman@example.com repo.readme=info/web/about.html repo.url=bar repo.path=/pub/git/bar.git repo.desc=the bars for your foo -repo.owner=barman@foobar.com +repo.owner=barman@example.com repo.readme=info/web/about.html |