Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Windows: Remove cygwin ssh, the newer version of which has stopped honoring ↵ | 2015-05-07 | |
| | | | | the setting of HOME. Instead, copy msysgit's ssh into PATH. | ||
* | use BuildVersion in debian, which fixes windows build | 2015-04-21 | |
| | |||
* | filter out non-cygwin libs | 2015-04-21 | |
| | |||
* | use cygwin ldd to find dlls to include, instead of manually listing | 2015-04-21 | |
| | |||
* | another fix | 2015-04-20 | |
| | |||
* | fix | 2015-04-20 | |
| | |||
* | typo5.20150420 | 2015-04-20 | |
| | |||
* | reuse Build.Version to generate version | 2015-04-20 | |
| | |||
* | fix whatis section (hack) | 2015-04-20 | |
| | |||
* | another lib | 2015-04-20 | |
| | |||
* | another lib | 2015-04-20 | |
| | |||
* | updated lib version | 2015-04-20 | |
| | |||
* | more libs | 2015-04-20 | |
| | |||
* | more libs | 2015-04-20 | |
| | |||
* | more libs | 2015-04-20 | |
| | |||
* | prune old lib | 2015-04-20 | |
| | |||
* | update some windows libraries for newer version of cygwin | 2015-04-20 | |
| | |||
* | put in workaround for strange version of git on the autobuilder | 2015-04-14 | |
| | |||
* | Windows: Renamed start menu file to avoid loop in some versions of Windows ↵ | 2015-04-13 | |
| | | | | where the menu file is treated as a git-annex program. | ||
* | use signingKey | 2015-04-06 | |
| | |||
* | reorder params | 2015-04-06 | |
| | |||
* | Better fix for standalone tarball git-annex sync linker shim bug, that works ↵ | 2015-03-27 | |
| | | | | for "git annex sync" as well as "git-annex sync". | ||
* | move build man pages to man/ from top dir | 2015-03-23 | |
| | |||
* | switch to pattern target to build mans | 2015-03-23 | |
| | |||
* | fix let_do parser | 2015-02-22 | |
| | |||
* | add another lambdaparams hack, sigh | 2015-02-22 | |
| | |||
* | comment typo | 2015-02-22 | |
| | |||
* | a new hack for another ghc invalid haskell syntax in -ddump-splices .. | 2015-02-22 | |
| | |||
* | more nested instances hacks | 2015-02-22 | |
| | |||
* | accept longer prefix in case expression fixup | 2015-02-22 | |
| | | | | Eg, "Right r_a36iJ ->" | ||
* | Database.Persist.TH.++ is Data.Text.append | 2015-02-22 | |
| | |||
* | EvilSplicer hacks for persistent | 2015-02-22 | |
| | |||
* | remove now duplicate import | 2015-02-19 | |
| | |||
* | Linux standalone: Improved process names of linker shimmed programs. | 2015-02-16 | |
| | |||
* | typo | 2015-01-29 | |
| | |||
* | windows: include html help file that msysgit tries to open for git annex --help | 2015-01-29 | |
| | | | | | | | Pointing to the website is easier than trying to format the man page to html on windows. Closes https://github.com/datalad/datalad/issues/39 | ||
* | weirdly doubled slashes | 2015-01-29 | |
| | |||
* | make commits to downloads repo with the git-annex distribution signing key | 2015-01-21 | |
| | |||
* | update my email address and homepage url | 2015-01-21 | |
| | |||
* | Fix build failure when wget is not installed. | 2015-01-15 | |
| | |||
* | fix DistributionUpdate incompatability | 2015-01-13 | |
| | | | | | | | | | Since DistributionUpdate builds an Annex object, the new relative paths code caused it to make a git object with paths like ../lib/downloads. However, it actually runs the system's installed git-annex, and that old version did not like being run in this situation. Probably it was buggy. Fixed by chdir to the downloads repo before doing anything else. | ||
* | revert parentDir change | 2015-01-09 | |
| | | | | | | | | Reverts 2bba5bc22d049272d3328bfa6c452d3e2e50e86c Unfortunately, this caused breakage on Windows, and possibly elsewhere, because parentDir and takeDirectory do not behave the same when there is a trailing directory separator. | ||
* | added android 5.0 build | 2015-01-08 | |
| | |||
* | made parentDir return a Maybe FilePath; removed most uses of it | 2015-01-06 | |
| | | | | | | | | parentDir is less safe than takeDirectory, especially when working with relative FilePaths. It's really only useful in loops that want to terminate at / This commit was sponsored by Audric SCHILTKNECHT. | ||
* | Use wget -q --show-progress for less verbose wget output, when built with ↵ | 2014-12-16 | |
| | | | | wget 1.16. | ||
* | Windows: Install ssh and other bundled programs to Git/cmd, instead of ↵ | 2014-12-03 | |
| | | | | Git/bin, since the latter is not in the default msysgit PATH. | ||
* | Windows: ssh is no longer included in the git-annex bundle, since msysgit ↵ | 2014-12-03 | |
| | | | | includes it. | ||
* | Windows: Remove Alt+A keyboard shortcut, which turns out to have scope ↵ | 2014-11-14 | |
| | | | | outside the menus. | ||
* | annex new files | 2014-11-11 | |
| | |||
* | OSX autobuilder updated to 10.10 | 2014-11-11 | |
| |