aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/windows_support.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-11 16:12:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-11 16:12:22 -0400
commit3d87e26c8c24f4417d0943d4e43f0162f8a5b90c (patch)
tree191901eba04c19826baf3ea65d932e4f6683498b /doc/todo/windows_support.mdwn
parent3c12e914c799df12a297b6eeff3e60f7ab2bf39a (diff)
remove windows --git-dir unix style path hack
This is no longer necessary, at least with msysgit 1.8.5.2.msysgit.0. Its root cause may have been fixed by other recent git path fixes. It was causing the webapp to fail to make repos on other drives.
Diffstat (limited to 'doc/todo/windows_support.mdwn')
-rw-r--r--doc/todo/windows_support.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn
index 628eb597b..aefec9f50 100644
--- a/doc/todo/windows_support.mdwn
+++ b/doc/todo/windows_support.mdwn
@@ -46,7 +46,15 @@ now! --[[Joey]]
the directory somehow.
* gcrypt is not ported to windows (and as a shell script, may need
to be rewritten)
+* webapp lets user choose to encrypt repo, and generate gpg key,
+ before checking that gcrypt is not installed
* glacier-cli is not easily available (probably)
* When clicking on the Files at the top of the webapp, a file
browser *is* opened, but it has a Z-order underneath the web browser.
-* TODO: test S3 and box.com setup in webapp now that they should work..
+
+## stuff needing testing
+
+* test S3 and box.com setup in webapp now that they should work..
+* test that adding a repo on a removable drive works; that git is synced to
+ it and files can be transferred to it and back
+