summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-28 17:50:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-28 17:50:29 -0400
commit3184a71a37dfec37e7f985609faed9615ebdc2b9 (patch)
treed5570a1f80d3497802c7cade9668f908927c6872
parent7b286d6eae27baa4a03784810bd92fd6dc2ec16e (diff)
parentb0e303dc1df1f009949a657a3c24d4e5f330407c (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/EvilLinker_needs_to_escape_spaces_in_user_name.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/EvilLinker_needs_to_escape_spaces_in_user_name.mdwn b/doc/bugs/EvilLinker_needs_to_escape_spaces_in_user_name.mdwn
new file mode 100644
index 000000000..d5a2deccf
--- /dev/null
+++ b/doc/bugs/EvilLinker_needs_to_escape_spaces_in_user_name.mdwn
@@ -0,0 +1,16 @@
+### Please describe the problem.
+
+git-annex build on Windows does not complete when user name has a space in it
+
+### What steps will reproduce the problem?
+
+Build git-annex from scratch as described on the Windows page of the guide when running as user Joe Blogs
+
+
+### What version of git-annex are you using? On what operating system?
+
+Windows 7 Prof, Cygwin install on 28/5/2014
+
+### Please provide any additional information below.
+
+The problem arises in escapeDosPaths of EvilLinker: windows usernames can have spaces in them which also need escaping