summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* minimal exportsGravatar Joey Hess2014-06-11
|
* deal with FAT on Linux timestamp issueGravatar Joey Hess2014-06-11
| | | | | | | | | Deal with FAT's low resolution timestamps, which in combination with Linux's caching of higher res timestamps while a FAT is mounted, caused direct mode repositories on FAT to seem to have modified files after they were unmounted and remounted. This commit was sponsored by Fabrice Rossi.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-06-11
|\
* | split out bug report from FAT:_Date_resolution_for_mtime_2s--__62___implicationsGravatar Joey Hess2014-06-11
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk9SYh6N-JUMkYkW4aOk55zC3Vr9KonDV42014-06-11
| |
| * Added a comment: FAT MetaData Sucks: an approachGravatar http://joeyh.name/2014-06-11
| |
| * Added a commentGravatar http://joeyh.name/2014-06-11
| |
| * Added a comment: No git-annex process.Gravatar https://www.google.com/accounts/o8/id?id=AItOawm7eqCMh_B7mxE0tnchbr0JoYu11FUAFRY2014-06-11
| |
| * Added a commentGravatar http://joeyh.name/2014-06-11
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmi0jblSiI4c5-EswqKw4PXkx5M4fuVvdk2014-06-11
| |
| * Added a comment: Same error after deleting .ssh/git-annex-shellGravatar https://www.google.com/accounts/o8/id?id=AItOawnX1msQxnLoSeu7q-i-c9BWghonsN7Qmns2014-06-11
| |
| * Added a comment: Where is it registered?Gravatar http://alan.petitepomme.net/2014-06-11
| |
| * Added a comment: specificationGravatar martin2014-06-11
|/
* Fix build with wai 0.3.0.Gravatar Joey Hess2014-06-11
| | | | | | | | | | This version of wai changed the type of Middleware, so I cannot seem to liftIO inside it. So, got rid of a lot of not really needed complexity to use System.Log.Logger's logging stuff, and just use the standard wai stdout logger when debug logging is enabled. Format may change some, and it logs http to stdout instead of stderr now. Doesn't matter for the webapp since both go to the same log anyway.
* Merge orca:tmp/f/buildGravatar Joey Hess2014-06-10
|\
| * refreshed haskell patchesGravatar Joey Hess2014-06-11
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-06-10
|\ \
* | | devblogGravatar Joey Hess2014-06-10
| | |
* | | export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
| | | | | | | | | | | | update code to avoid cwd and env redefinition warnings
* | | Windows: Fix opening webapp when repository is in a directory with spaces in ↵Gravatar Joey Hess2014-06-10
| | | | | | | | | | | | the path.
* | | figured out this patchGravatar Joey Hess2014-06-10
| | |
* | | updateGravatar Joey Hess2014-06-10
| | |
| * | Added a commentGravatar http://joeyh.name/2014-06-10
| | |
| * | Added a commentGravatar http://joeyh.name/2014-06-10
| | |
| * | Added a commentGravatar http://joeyh.name/2014-06-10
| | |
| * | Added a commentGravatar feulif2014-06-10
| | |
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA2014-06-10
| | |
| * | Added a comment: nssm notesGravatar http://joeyh.name/2014-06-10
| | |
* | | skein patch seems to be needed for arm as well as androidGravatar Joey Hess2014-06-10
| | | | | | | | | | | | I don't understand why this patch is needed.
* | | vector patch also needed for armGravatar Joey Hess2014-06-10
| | |
| * | Added a comment: magicGravatar http://joeyh.name/2014-06-10
| | |
| * | Added a comment: `git-annex add` (called by sync) should do the job and ↵Gravatar martin2014-06-10
| |/ | | | | | | bring the files back home (IMHO)
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmHp5oVW8Z9v_vHs5FRtlYj80TYMQWVTS02014-06-10
|/
* simplifyGravatar Joey Hess2014-06-09
|
* devblogGravatar Joey Hess2014-06-09
|
* avoid fast-forwarding when a merge conflict was auto-resolvedGravatar Joey Hess2014-06-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-06-09
|\
* | avoid bad commits after interrupted direct mode sync (or merge)Gravatar Joey Hess2014-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was possible for a interrupted sync or merge in direct mode to leave the work tree out of sync with the last recorded commit. This would result in the next commit seeing files missing from the work tree, and committing their removal. Now, a direct mode merge happens not only in a throwaway work tree, but using a temporary index file, and without any commits or index changes being made until the real work tree has been updated. If the merge is interrupted, the work tree may have some updated files, but worst case a commit will redundantly commit changes that come from the merge. This commit was sponsored by Tony Cantor.
| * try to build an hybrid news feedGravatar https://id.koumbit.net/anarcat2014-06-09
| |
* | harderGravatar Joey Hess2014-06-09
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo2014-06-09
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawm7eqCMh_B7mxE0tnchbr0JoYu11FUAFRY2014-06-09
| |
| * Added a commentGravatar http://joeyh.name/2014-06-09
|/
* bugGravatar Joey Hess2014-06-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-06-09
|\
| * Added a commentGravatar http://joeyh.name/2014-06-09
| |
* | Avoid leaving behind .tmp files when failing in some cases, including ↵Gravatar Joey Hess2014-06-09
| | | | | | | | importing files to a disk that is full.
* | taggingGravatar Joey Hess2014-06-09
| |
| * Added a commentGravatar http://joeyh.name/2014-06-09
| |
| * Added a commentGravatar http://joeyh.name/2014-06-09
|/