aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* finish fixing windows timezone madnessGravatar Joey Hess2014-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 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
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-06-10
|\
* | devblogGravatar 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
| |
| * 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
|/
* devblogGravatar 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
|/
* Ignore setsid failures.Gravatar Joey Hess2014-06-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-06-09
|\
* | close; forwardedGravatar Joey Hess2014-06-09
| |
| * Added a comment: build failureGravatar https://www.google.com/accounts/o8/id?id=AItOawn3p4i4lk_zMilvjnJ9sS6g2nerpgz0Fjc2014-06-09
| |
| * Added a comment: It's still impossible to use the git-annex repository on ↵Gravatar Tamschi2014-06-09
| | | | | | | | Windows.
| * Describe bug.Gravatar https://www.google.com/accounts/o8/id?id=AItOawm7eqCMh_B7mxE0tnchbr0JoYu11FUAFRY2014-06-08
| |
| * Added a comment: Thank youGravatar feulif2014-06-08
| |
| * Added a comment: use case and answer to joey's question "...then when..."Gravatar martin2014-06-08
| |
| * Added a comment: possible to have a view based on file location info?Gravatar https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog2014-06-08
| |
| * Added a comment: AndroidGravatar https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck2014-06-08
| |