diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-09 15:24:33 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-09 15:37:26 -0400 |
commit | d3aeb09c68cd0e58d5ffd29b09988b52daa42eff (patch) | |
tree | 40d25dd28a7ea364a3947c6fe41c3664e86f32b4 /doc/bugs | |
parent | c931516fb2de05e5b2bc2cb2d1548f9c6362c542 (diff) |
Windows: Fix bug in dropping an annexed file, which caused a symlink to be staged that contained backslashes.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/git_annex_drop_direct_creates_symlinks_with_possibly_incorrect_path_separator.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_drop_direct_creates_symlinks_with_possibly_incorrect_path_separator.mdwn b/doc/bugs/git_annex_drop_direct_creates_symlinks_with_possibly_incorrect_path_separator.mdwn index e79e0fa9e..e0c501c90 100644 --- a/doc/bugs/git_annex_drop_direct_creates_symlinks_with_possibly_incorrect_path_separator.mdwn +++ b/doc/bugs/git_annex_drop_direct_creates_symlinks_with_possibly_incorrect_path_separator.mdwn @@ -32,3 +32,6 @@ changing the path separator seemingly solves: ### Please provide any additional information below. no additional info. + +> I see that I broke this some time ago. Fixed it now, and added a test +> case. [[done]] --[[Joey]] |