new gitweb url form fixes some bugs too
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Jan 2009 02:26:47 +0000 (21:26 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Jan 2009 02:26:47 +0000 (21:26 -0500)
doc/bugs/gitweb_deficiency_w.r.t._log_messages.mdwn
doc/bugs/gitweb_deficiency_w.r.t._newly_created_pages.mdwn

index c465bdd4ab7c579aa60db318bc3d81ae83ef08a7..564982ff34e7f7f2715c7796e613c51aac57282b 100644 (file)
@@ -8,3 +8,7 @@ cases of the one which was installed directly before the current commit.
 > I don't see one, except for diffs that show all changes in the commit,
 > rather than only changes to a single file. This feels like a bug in
 > gitweb. --[[Joey]]
+
+This is fixed by using the new gitweb style urls. Which new gitweb
+requires, but is a manual change you have to make in your setup. So,
+[[done]] --[[Joey]] 
index 255d9cee774ad523d0bdbf33b75eceafbc514120..0b4d70596a2445d268db36958fb0156e1fe08dd2 100644 (file)
@@ -8,3 +8,6 @@ Going from *RecentChanges*, when viewing the diffs of newly created pages
 > I don't see any way to make gitweb do that. You can click on the filename
 > after the "diff -cc" to see the whole file output, but gitweb won't show
 > a diff for a newly added file. --[[Joey]]
+
+>> happily this, too, is fixed by using the new style gitweb urls. [[done]]
+>> --[[Joey]]