TODO: How to preview changes before git://... commit.
authorThomas Schwinge <tschwinge@gnu.org>
Fri, 16 Oct 2009 09:24:21 +0000 (11:24 +0200)
committerThomas Schwinge <tschwinge@gnu.org>
Fri, 16 Oct 2009 09:24:21 +0000 (11:24 +0200)
doc/todo/preview_changes_before_git_commit.mdwn [new file with mode: 0644]

diff --git a/doc/todo/preview_changes_before_git_commit.mdwn b/doc/todo/preview_changes_before_git_commit.mdwn
new file mode 100644 (file)
index 0000000..e0e6ba8
--- /dev/null
@@ -0,0 +1,7 @@
+ikiwiki allows to commit changes to the doc wiki over the `git://...` protocol.
+It would be nice if there'd be a uniform way to view these changes before `git
+push`ing.  For the GNU Hurd's web pages, we include a *render_locally* script,
+<http://www.gnu.org/software/hurd/render_locally>, with instructions on
+<http://www.gnu.org/software/hurd/contributing/web_pages.html>, section
+*Preview Changes*.  With ikiwiki, one can use `make docwiki`, but that excludes
+a set of pages, as per `docwiki.setup`.  --[[tschwinge]]