Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | finish fixing windows timezone madness | Joey Hess | 2014-06-12 |
| | | | | | | | | | | | | | | | | | | | | | Rather than calculating the TSDelta once, and caching it, this now reads the inode sential file's InodeCache file once, and then each time a new InodeCache is generated, looks at the sentinal file to get the current delta. This way, if the time zone changes while git-annex is running, it will adapt. This adds some inneffiency, but only on Windows, and only 1 stat per new file added. The worst innefficiency is that `git annex status` and `git annex sync` will now (on Windows) stat the inode sentinal file once per file in the repo. It would be more efficient to use getCurrentTimeZone, rather than needing to stat the sentinal file. This should be easy to do, once the time package gets my bugfix patch. This commit was sponsored by Jürgen Lüters. | ||
* | deal with FAT on Linux timestamp issue | Joey Hess | 2014-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.com | Joey Hess | 2014-06-11 |
|\ | |||
* | | split out bug report from FAT:_Date_resolution_for_mtime_2s--__62___implications | Joey Hess | 2014-06-11 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawk9SYh6N-JUMkYkW4aOk55zC3Vr9KonDV4 | 2014-06-11 |
| | | |||
| * | Added a comment: FAT MetaData Sucks: an approach | http://joeyh.name/ | 2014-06-11 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-06-11 |
| | | |||
| * | Added a comment: No git-annex process. | https://www.google.com/accounts/o8/id?id=AItOawm7eqCMh_B7mxE0tnchbr0JoYu11FUAFRY | 2014-06-11 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-06-11 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawmi0jblSiI4c5-EswqKw4PXkx5M4fuVvdk | 2014-06-11 |
| | | |||
| * | Added a comment: Same error after deleting .ssh/git-annex-shell | https://www.google.com/accounts/o8/id?id=AItOawnX1msQxnLoSeu7q-i-c9BWghonsN7Qmns | 2014-06-11 |
| | | |||
| * | Added a comment: Where is it registered? | http://alan.petitepomme.net/ | 2014-06-11 |
| | | |||
| * | Added a comment: specification | martin | 2014-06-11 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-06-10 |
|\ | |||
* | | devblog | Joey Hess | 2014-06-10 |
| | | |||
* | | update | Joey Hess | 2014-06-10 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-06-10 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-06-10 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-06-10 |
| | | |||
| * | Added a comment | feulif | 2014-06-10 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA | 2014-06-10 |
| | | |||
| * | Added a comment: nssm notes | http://joeyh.name/ | 2014-06-10 |
| | | |||
| * | Added a comment: magic | http://joeyh.name/ | 2014-06-10 |
| | | |||
| * | Added a comment: `git-annex add` (called by sync) should do the job and ↵ | martin | 2014-06-10 |
| | | | | | | | | bring the files back home (IMHO) | ||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawmHp5oVW8Z9v_vHs5FRtlYj80TYMQWVTS0 | 2014-06-10 |
|/ | |||
* | devblog | Joey Hess | 2014-06-09 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-06-09 |
|\ | |||
* | | avoid bad commits after interrupted direct mode sync (or merge) | Joey Hess | 2014-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 feed | https://id.koumbit.net/anarcat | 2014-06-09 |
| | | |||
* | | harder | Joey Hess | 2014-06-09 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo | 2014-06-09 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawm7eqCMh_B7mxE0tnchbr0JoYu11FUAFRY | 2014-06-09 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-06-09 |
|/ | |||
* | bug | Joey Hess | 2014-06-09 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-06-09 |
|\ | |||
| * | Added a comment | http://joeyh.name/ | 2014-06-09 |
| | | |||
* | | Avoid leaving behind .tmp files when failing in some cases, including ↵ | Joey Hess | 2014-06-09 |
| | | | | | | | | importing files to a disk that is full. | ||
* | | tagging | Joey Hess | 2014-06-09 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-06-09 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-06-09 |
|/ | |||
* | Ignore setsid failures. | Joey Hess | 2014-06-09 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-06-09 |
|\ | |||
* | | close; forwarded | Joey Hess | 2014-06-09 |
| | | |||
| * | Added a comment: build failure | https://www.google.com/accounts/o8/id?id=AItOawn3p4i4lk_zMilvjnJ9sS6g2nerpgz0Fjc | 2014-06-09 |
| | | |||
| * | Added a comment: It's still impossible to use the git-annex repository on ↵ | Tamschi | 2014-06-09 |
| | | | | | | | | Windows. | ||
| * | Describe bug. | https://www.google.com/accounts/o8/id?id=AItOawm7eqCMh_B7mxE0tnchbr0JoYu11FUAFRY | 2014-06-08 |
| | | |||
| * | Added a comment: Thank you | feulif | 2014-06-08 |
| | | |||
| * | Added a comment: use case and answer to joey's question "...then when..." | martin | 2014-06-08 |
| | | |||
| * | Added a comment: possible to have a view based on file location info? | https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog | 2014-06-08 |
| | | |||
| * | Added a comment: Android | https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck | 2014-06-08 |
| | |