Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Windows: Fix handling of absolute unix-style git repository paths. | Joey Hess | 2014-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. | ||
* | Windows: Avoid using unix-compat's rename, which refuses to rename directories. | Joey Hess | 2014-01-29 |
| | | | | Opened a bug about this: https://github.com/jystic/unix-compat/issues/10 | ||
* | avoid using function named that conflicts with name used in newer version of ↵ | Joey Hess | 2014-01-29 |
| | | | | process library | ||
* | re-add | Joey Hess | 2014-01-26 |
| | |||
* | reorg | Joey Hess | 2014-01-26 |
| | |||
* | reorg | Joey Hess | 2014-01-26 |
| | |||
* | reorganize some files and imports | Joey Hess | 2014-01-26 |