aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-17 14:54:01 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-17 14:54:01 -0500
commit6d7202a01400e2ba5dd546f8a3923aa78b04dc0b (patch)
treea34798e12efbbc804d84a66bf0c3e061a1422923 /doc
parente9ffdc9c4fb08a1af106772b4d8494190bdeafb4 (diff)
downloadikiwiki-6d7202a01400e2ba5dd546f8a3923aa78b04dc0b.tar
ikiwiki-6d7202a01400e2ba5dd546f8a3923aa78b04dc0b.tar.gz
gitweb limitiations..
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/gitweb_deficiency_w.r.t._log_messages.mdwn5
-rw-r--r--doc/bugs/gitweb_deficiency_w.r.t._newly_created_pages.mdwn4
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/gitweb_deficiency_w.r.t._log_messages.mdwn b/doc/bugs/gitweb_deficiency_w.r.t._log_messages.mdwn
index f9711da0f..c465bdd4a 100644
--- a/doc/bugs/gitweb_deficiency_w.r.t._log_messages.mdwn
+++ b/doc/bugs/gitweb_deficiency_w.r.t._log_messages.mdwn
@@ -3,3 +3,8 @@ the one of the actual commit, but the one of some **previous** commit, in most
cases of the one which was installed directly before the current commit.
--[[tschwinge]]
+
+> Is there some way to make gitweb show a diff with the right message?
+> 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]]
diff --git a/doc/bugs/gitweb_deficiency_w.r.t._newly_created_pages.mdwn b/doc/bugs/gitweb_deficiency_w.r.t._newly_created_pages.mdwn
index 090500204..255d9cee7 100644
--- a/doc/bugs/gitweb_deficiency_w.r.t._newly_created_pages.mdwn
+++ b/doc/bugs/gitweb_deficiency_w.r.t._newly_created_pages.mdwn
@@ -4,3 +4,7 @@ Going from *RecentChanges*, when viewing the diffs of newly created pages
-- in my opinion -- the diff for the newly added page be shown.
--[[tschwinge]]
+
+> 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]]