summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Added a commentGravatar http://joeyh.name/2014-06-16
| |
| * Added a commentGravatar http://joeyh.name/2014-06-16
| |
| * Added a commentGravatar http://joeyh.name/2014-06-16
| |
| * Added a commentGravatar http://joeyh.name/2014-06-16
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-06-16
|\
* | assistant: Fix one-way assistant->assistant sync in direct mode.Gravatar Joey Hess2014-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When in direct mode, update the master branch after committing to the annex/direct/master branch. Also, update the synced/master branch. This fixes a topology A->B where both A and B are in direct mode and running the assistant, and a change is made to B. Before this fix, A pulled the changes from B, but since they were only on the annex/direct/master branch, it did not merge them. Note that I considered making the assistant merge the remotes/B/annex/direct/master, but decided to keep it simple and only merge the sync branches as before.
| * Added a commentGravatar http://joeyh.name/2014-06-16
| |
| * Added a comment: debug outputGravatar https://www.google.com/accounts/o8/id?id=AItOawmvzzyDA8uXFz8yokeCrepbh8PwWe_WrjE2014-06-16
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE2014-06-16
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmvzzyDA8uXFz8yokeCrepbh8PwWe_WrjE2014-06-16
| |
| * (no commit message)Gravatar Frank22014-06-14
| |
| * Added a commentGravatar http://olivier.mehani.name/2014-06-14
| |
| * Added a comment: Manual solutionGravatar http://olivier.mehani.name/2014-06-14
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnwfqF4wL6l_O26RyzoBowUMvQ_955Vpao2014-06-14
| |
| * Added a commentGravatar http://joeyh.name/2014-06-13
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmXSkgjC_ypUQafVwvHTLsStrkiXH8CfHU2014-06-13
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-06-13
|\
* | fix buildGravatar Joey Hess2014-06-13
| |
| * (no commit message)Gravatar http://joeyh.name/2014-06-13
|/
* add news item for git-annex 5.20140613Gravatar Joey Hess2014-06-13
|
* prep release5.20140613Gravatar Joey Hess2014-06-13
|
* make EvilSplicer re-box file-embed's ByteStringsGravatar Joey Hess2014-06-13
| | | | | | | | | The armel autobuilder started failing: Assistant/WebApp/Types.hs:128:14: primitive string literal must contain only characters <= '\xFF' This fixes that.
* devblogGravatar Joey Hess2014-06-12
|
* work around a bug in gitGravatar Joey Hess2014-06-12
| | | | | | | | | | | http://marc.info/?l=git&m=140262402204212&w=2 This git bug manifested on FAT and Windows as the test suite failing in 3 places. All involved merge conflict resolution. It turned out that the associated file mappings were getting messed up, and that happened because this git bug lost track of what files were supposed to be symlinks. This commit was sponsored by Eric Kidd.
* updateGravatar Joey Hess2014-06-12
|
* fix a test suite reversion on WindowsGravatar Joey Hess2014-06-12
| | | | Forgot to pass gitEnv when running commands in the git queue on windows.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-06-12
|\
* | update; highlight need to commit and mention git-annex copyGravatar Joey Hess2014-06-12
| |
| * Added a commentGravatar http://joeyh.name/2014-06-12
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-06-12
|\
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmXSkgjC_ypUQafVwvHTLsStrkiXH8CfHU2014-06-12
| |
* | changelog updateGravatar Joey Hess2014-06-12
| |
* | merge in windows loststamp branchGravatar Joey Hess2014-06-12
|\ \
| * | this just went from horrible to insanely weirdGravatar Joey Hess2014-06-12
| | |
| * | unset TZ on WindowsGravatar Joey Hess2014-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TZ gets set when opening a cygwin terminal. What I'm oberving is strange.. when TZ is set, even if it's set to the same thing as the system time zone, it seems to result in files showing with different mtimes than when TZ is not set. Having TZ set also prevents seeing the real system timezone, so let's kill it.
* | | unset TZ on WindowsGravatar Joey Hess2014-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TZ gets set when opening a cygwin terminal. What I'm oberving is strange.. when TZ is set, even if it's set to the same thing as the system time zone, it seems to result in files showing with different mtimes than when TZ is not set. When TZ is not set, the system time zone is used. Anyway, once getCurrentTimeZone is fixed, I'll want to have TZ not set so changes to the system time zone are available immediately.
* | | 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.
* | | fix for Windows file timestamp timezone madnessGravatar Joey Hess2014-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows, changing the time zone causes the apparent mtime of files to change. This confuses git-annex, which natually thinks this means the files have actually been modified (since THAT'S WHAT A MTIME IS FOR, BILL <sheesh>). Work around this stupidity, by using the inode sentinal file to detect if the timezone has changed, and calculate a TSDelta, which will be applied when generating InodeCaches. This should add no overhead at all on unix. Indeed, I sped up a few things slightly in the refactoring. Seems to basically work! But it has a big known problem: If the timezone changes while the assistant (or a long-running command) runs, it won't notice, since it only checks the inode cache once, and so will use the old delta for all new inode caches it generates for new files it's added. Which will result in them seeming changed the next time it runs. This commit was sponsored by Vincent Demeester.
| | * Added a comment: In reply to comment 11Gravatar martin2014-06-12
| |/
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-06-11
| |\
| * | devblogGravatar Joey Hess2014-06-11
| | |
| | * Added a commentGravatar http://joeyh.name/2014-06-11
| | |
| | * Added a commentGravatar http://joeyh.name/2014-06-11
| | |
| * | confirmedGravatar Joey Hess2014-06-11
|/ /
| * Added a commentGravatar http://joeyh.name/2014-06-11
| |
* | minimal exportsGravatar Joey Hess2014-06-11
| |
| * Added a commentGravatar http://joeyh.name/2014-06-11
| |
| * Added a commentGravatar http://joeyh.name/2014-06-11
| |
| * Added a commentGravatar http://joeyh.name/2014-06-11
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo2014-06-11
| |