aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/web_reversion.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-10-08 18:46:30 -0400
committerJoey Hess <joey@kitenet.net>2010-10-08 18:46:30 -0400
commite7d6dcfed618c57c775478c95b77a15097142e6e (patch)
treecb46906981365e7de30d5edb99a2944f67772248 /doc/todo/web_reversion.mdwn
parentf5c270b11dbfb2589df21388a07f55002e076d3c (diff)
downloadikiwiki-e7d6dcfed618c57c775478c95b77a15097142e6e.tar
ikiwiki-e7d6dcfed618c57c775478c95b77a15097142e6e.tar.gz
remove todo item
I understand the need to avoid chdir when running git_parse_changes for receive now. At that point, the changes have not been pushed to the srcdir's repo yet. When running the same code for preprevert, chdir to the srcdir is ok, and necessary.
Diffstat (limited to 'doc/todo/web_reversion.mdwn')
-rw-r--r--doc/todo/web_reversion.mdwn9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/todo/web_reversion.mdwn b/doc/todo/web_reversion.mdwn
index 4335b3fbf..212fd3a53 100644
--- a/doc/todo/web_reversion.mdwn
+++ b/doc/todo/web_reversion.mdwn
@@ -69,12 +69,5 @@ Peter Gammie has done an initial implementation of the above.
>>> I have made my own revert branch and put a few fixes in there
>>> [[!template id=gitbranch branch=origin/revert author="[[joey]]"]]
->>> (and fixed all the indention..). Issues I noticed but have not gotten
->>> to: --[[Joey]]
+>>> (and fixed all the indention..). --[[Joey]]
>>>> Please change the git pointer above, then. I will work on your branch. -- [[peteg]]
-
->>> * I quite don't understand why one caller of `git_parse_changes`
->>> needs it to chdir, and not the other one. It's running
->>> in the same git repo either way, and git doesn't need
->>> `git show` to run in a subdir at all..
->>>> I was aping (preserving) what was already there. I don't understand what you say about `git show` - it must run under $srcdir, surely? And empirically the CGI process wasn't in the right place. By all means simplify that. -- [[peteg]]