Commit graph

17548 commits

Author SHA1 Message Date
http://joeyh.name/
e7e9ab085a Added a comment 2014-02-08 19:28:18 +00:00
Joey Hess
f068f4e579 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-08 15:27:54 -04:00
Joey Hess
4f7e72b51a fix parsing of unused log; keys can contain spaces 2014-02-08 15:27:11 -04:00
Joey Hess
b9e6cb07ad remove dropkey example 2014-02-08 15:25:58 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
d8762d561a Added a comment 2014-02-08 19:18:17 +00:00
http://joeyh.name/
ab146b9889 Added a comment 2014-02-08 19:17:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
5d95538733 removed 2014-02-08 19:16:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
e0c1f7884b Added a comment 2014-02-08 19:16:24 +00:00
Joey Hess
dfcd455860 version DAV dep 2014-02-08 15:04:48 -04:00
Joey Hess
93319f0f6f remove dead code 2014-02-08 14:52:25 -04:00
Joey Hess
92edee0b04 remove workaround
This was needed when absNormPath was not being used on Windows, since path
normalization includes removing ./
2014-02-08 14:47:57 -04:00
http://joeyh.name/
92fd700f24 Added a comment 2014-02-08 18:31:23 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
6cf53f8dcb Added a comment 2014-02-08 18:30:47 +00:00
http://joeyh.name/
ed17a3b9ef Added a comment 2014-02-08 18:29:41 +00:00
Joey Hess
4e7c65dca0 Fix build on platforms not supporting the webapp. 2014-02-08 14:25:18 -04:00
Joey Hess
270e0da9e5 Merge branch 'master' of git://git-annex.branchable.com 2014-02-08 18:15:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
0f5f71a486 Added a comment 2014-02-08 18:13:33 +00:00
Joey Hess
f9c72b0e15 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-08 14:11:52 -04:00
Joey Hess
87596285da fixed 2014-02-08 14:11:23 -04:00
http://joeyh.name/
c239b3b963 Added a comment: doubt this has anything to do with spaces 2014-02-08 17:44:45 +00:00
http://joeyh.name/
b0d54d7c62 Added a comment 2014-02-08 17:42:52 +00:00
Joey Hess
66cec4376d Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-08 13:30:39 -04:00
Joey Hess
e3a50f4abb refresh patches 2014-02-08 13:26:54 -04:00
Joey Hess
48d9a0b3bb refresh patches 2014-02-08 17:24:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
fa3450079c Added a comment 2014-02-08 17:23:55 +00:00
Joey Hess
c735c4ea38 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-08 13:04:37 -04:00
Joey Hess
5f0b3b4d4e DAV fixed 2014-02-08 13:03:44 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
a704fe5bf4 Added a comment 2014-02-08 14:46:10 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
19d679da54 2014-02-08 14:28:18 +00:00
Joey Hess
87d65fcadc Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-07 18:39:45 -04:00
Joey Hess
9a5f360f93 fix syntax 2014-02-07 18:38:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
ce1cf565f2 Added a comment 2014-02-07 22:12:44 +00:00
Joey Hess
6abcbc8951 devblog 2014-02-07 18:08:20 -04:00
Joey Hess
a23d7abfcc avoid broken version of DAV on android 2014-02-07 17:57:04 -04:00
Joey Hess
250df4685c avoid broken version of DAV 2014-02-07 17:42:52 -04:00
Joey Hess
10b6ed37ec Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-07 17:27:13 -04:00
Joey Hess
d8c1890c98 deal with multiarch 2014-02-07 17:20:29 -04:00
Joey Hess
ae2bc90a1d eliminating absNormPath
git-annex has been using MissingH's `abdNormPath` forever, but that's
unmaintained and possibly buggy, and doesn't work on Windows. I've been
wanting to get rid of it for some time, and finally did today, writing a
`simplifyPath` that does the things git-annex needs and will work with all
the Windows filename craziness, and takes advantage of the more modern
System.FilePath to be quite a simple peice of code. A QuickCheck test found
no important divergences from absNormPath. A good first step to making
git-annex not depend on MissingH at all.

And it fixed some weird behaviors on Windows like
`git annex add ..\subdir\file` not working.

Note that absNormPathUnix has been left alone for now.
2014-02-07 17:15:18 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
3586248b06 Added a comment 2014-02-07 20:57:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
2c10511e5f Added a comment 2014-02-07 19:38:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkI9pq1WH6MWeExXHVQVEsniT3DdFv4AB8
140894a23f 2014-02-07 19:34:04 +00:00
http://joeyh.name/
8051c29f74 Added a comment 2014-02-07 19:28:00 +00:00
http://joeyh.name/
b5ebdfefd9 Added a comment 2014-02-07 19:21:21 +00:00
Joey Hess
cb8dfe8dd3 update 2014-02-07 15:18:38 -04:00
http://joeyh.name/
38b89a514c Added a comment 2014-02-07 19:14:47 +00:00
http://joeyh.name/
c41df72831 Added a comment 2014-02-07 19:12:10 +00:00
http://joeyh.name/
14f0c381c6 Added a comment 2014-02-07 19:11:01 +00:00
http://joeyh.name/
26694e6c91 Added a comment 2014-02-07 19:07:12 +00:00
http://joeyh.name/
9be71fea87 Added a comment 2014-02-07 19:03:30 +00:00
http://joeyh.name/
2a94ba01fc Added a comment 2014-02-07 18:59:29 +00:00