summaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* Added a commentGravatar http://joeyh.name/2014-02-08
|
* Windows: Fix handling of absolute unix-style git repository paths.Gravatar Joey Hess2014-02-08
| | | | | | | | | | | | | Note that on Windows a remote with a path like /home/foo/bar is interpreted by git as being some screwy relative path (relative to what exactly seems ill-defined -- it seemed relative to C:\Program Files\Git\ in my tests!) So no attempt has been made to handle such a path sanely, just not to crash when encountering it. Note that "C:\\foo" </> "/home/foo/bar" yields /home/foo/bar even though that is not absolute! I don't know what to make of all this, except that I will be very happy when this crock of **** vanishes from the face of the earth.
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-08
|
* removedGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-08
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-08
|
* Added a commentGravatar http://joeyh.name/2014-02-08
|
* Added a commentGravatar http://joeyh.name/2014-02-08
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-08
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-08
|\
* | fixedGravatar Joey Hess2014-02-08
| |
| * Added a commentGravatar http://joeyh.name/2014-02-08
|/
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-08
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-08
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-07
|
* avoid broken version of DAVGravatar Joey Hess2014-02-07
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-07
|\
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-07
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-07
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkI9pq1WH6MWeExXHVQVEsniT3DdFv4AB82014-02-07
| |
| * Added a commentGravatar http://joeyh.name/2014-02-07
| |
| * Added a commentGravatar http://joeyh.name/2014-02-07
| |
| * Added a commentGravatar http://joeyh.name/2014-02-07
| |
* | Android: Avoid crashing when unable to set file mode for ssh config file due ↵Gravatar Joey Hess2014-02-07
|/ | | | to Android filesystem horribleness.
* Added a commentGravatar http://joeyh.name/2014-02-07
|
* forwardedGravatar Joey Hess2014-02-07
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-07
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-07
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-07
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-07
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-07
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-06
|\
* | Fix initremote with encryption=pubkey to work with S3, glacier, webdav, and ↵Gravatar Joey Hess2014-02-06
| | | | | | | | external special remotes.
| * Added a commentGravatar http://joeyh.name/2014-02-06
| |
| * removedGravatar http://joeyh.name/2014-02-06
| |
| * Added a commentGravatar http://joeyh.name/2014-02-06
| |
| * Added a commentGravatar http://joeyh.name/2014-02-06
| |
* | remove workaround for old bugGravatar Joey Hess2014-02-06
| | | | | | | | | | | | | | 560b644a52971a7e4706c775982ec29e03ca3ab2 described a bug moving between remotes in direct mode; I can no longer reproduce it with this strange workaround removed. Also test suite still passes. Hope the broken code just got fixed in the meantime.
* | work around absNormPath not working on WindowsGravatar Joey Hess2014-02-06
| | | | | | | | When making git-annex links, we want unix-style paths in the link targets.
* | Revert "work around absNormPath not working on Windows"Gravatar Joey Hess2014-02-06
| | | | | | | | | | | | | | This reverts commit 595e9a41cedbed40dfc6680d34ef6de5e3a2ff8e. That caused 2 other test cases to fail. Windows path slash issues are horrible.
* | work around absNormPath not working on WindowsGravatar Joey Hess2014-02-06
| | | | | | | | | | | | Seems I punted on this while porting before. This hack relies on DOS not using / in filenames, it's effectively an alternate path separatr in at least current versions of windows..
| * Added a commentGravatar http://joeyh.name/2014-02-06
| |
| * Added a commentGravatar http://joeyh.name/2014-02-06
|/
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-06
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-06
|
* removedGravatar https://www.google.com/accounts/o8/id?id=AItOawmj9PMP_cTZvlEbxJ1eqeLCb25bTU6o1pg2014-02-05
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmj9PMP_cTZvlEbxJ1eqeLCb25bTU6o1pg2014-02-05
|
* Describe symlink issue on WindowsGravatar https://www.google.com/accounts/o8/id?id=AItOawltxdgYMUK4CMJh3jC8AlegwyoiHA9Ka7o2014-02-05
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-04
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-04
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw2014-02-04
|