From e9e6055c9fe102f0151ce4c3e33fd2f78c894f0a Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 21 Feb 2007 00:22:05 -0800 Subject: added "git is confusing" disclaimer --- bn_django/git_browse/templates/git_browse/repository_list.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bn_django/git_browse/templates') diff --git a/bn_django/git_browse/templates/git_browse/repository_list.html b/bn_django/git_browse/templates/git_browse/repository_list.html index 106c0e8..180be2d 100644 --- a/bn_django/git_browse/templates/git_browse/repository_list.html +++ b/bn_django/git_browse/templates/git_browse/repository_list.html @@ -8,6 +8,9 @@
Until this is better developed I would recommend trying gitweb.
+
+If you aren't familiar with git these repositories won't make much sense and will be frustrating! +
{% if object_list %} {% for item in object_list %}

-- cgit v1.2.3