summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* updateGravatar Joey Hess2013-03-11
|
* fix the clone url to one that works with git-annexGravatar Joey Hess2013-03-11
|
* replace front page videos with a link to the videos pageGravatar Joey Hess2013-03-11
|
* try fixing video widthsGravatar Joey Hess2013-03-11
|
* updateGravatar Joey Hess2013-03-11
|
* try making the inline narrowerGravatar Joey Hess2013-03-11
|
* fix pagespecGravatar Joey Hess2013-03-11
|
* blog for the dayGravatar Joey Hess2013-03-11
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-11
|\
* | better handling of batch renamesGravatar Joey Hess2013-03-11
| | | | | | | | | | | | | | Rather than wait a full second, which may be longer than needed, or too short to get all the rename events, we start a mode where we wait 1/10th of a second, and if there are Changes received, wait again. Basically we're back in batch mode when this happens.
| * Added a commentGravatar http://joeyh.name/2013-03-11
| |
| * Added a commentGravatar annexuser2013-03-11
| |
* | be quiet when making tags in bgGravatar Joey Hess2013-03-11
|/
* detect directory rename and wait up to 1 second to get all the changesGravatar Joey Hess2013-03-11
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-11
|\
* | synthesize RmChange when a directory is deletedGravatar Joey Hess2013-03-11
| | | | | | | | | | This gets directory renames closer to being fully detected. There's close to no extra overhead to doing it this way.
* | update tags on dev buildGravatar Joey Hess2013-03-11
| |
| * Added a commentGravatar http://joeyh.name/2013-03-11
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-11
|\
* | finish fast direct mode rename handling. wow, it's fastGravatar Joey Hess2013-03-11
| |
| * (no commit message)Gravatar https://launchpad.net/~arand2013-03-11
|/
* fix changeFile to not be partialGravatar Joey Hess2013-03-11
| | | | That led to runtime crashes, without even a warning from -Wall. Yipes!
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-11
|\
* | detect renames during commit, and .. um, do nothing special because it's ↵Gravatar Joey Hess2013-03-11
| | | | | | | | | | | | lunch time But I'm well set up to fast-track direct mode adds for renames now.
| * Added a commentGravatar http://joeyh.name/2013-03-11
| |
* | an (important) thoughtGravatar Joey Hess2013-03-11
| |
* | taggingGravatar Joey Hess2013-03-11
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-11
|\
* | Added remote.<name>.annex-gnupg-options setting. Thanks, guilhem for the patch.Gravatar Joey Hess2013-03-11
| |
* | GnuPG options for symmetric encryption.Gravatar guilhem2013-03-11
| |
| * poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!)Gravatar 59.167.254.1842013-03-11
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82013-03-11
| |
| * Added a commentGravatar https://launchpad.net/~arand2013-03-11
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmeki7KlfJpAAN9CUmi9EdwhwBmIhDMYuE2013-03-11
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-11
|\
* | remove Eq instance for InodeCacheGravatar Joey Hess2013-03-11
| | | | | | | | | | | | | | | | | | There are two types of equality here, and which one is right varies, so this forces me to consider and choose between them. Based on this, I learned that the commit in git anex sync was always doing a strong comparison, even when in a repository where the inodes had changed. Fixed that.
| * Added a commentGravatar http://joeyh.name/2013-03-11
| |
* | fix linksGravatar Joey Hess2013-03-11
| |
* | noteGravatar Joey Hess2013-03-11
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmu416zAYgYzbXVZAe30MiXoOWO4z6nGX82013-03-11
|/
* moved all wishlist stuff out of the forum; and closed a bunch of themmovedGravatar Joey Hess2013-03-11
| | | | | | | | | | | all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of them
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-11
|\
* | skip non-directories in statusGravatar Joey Hess2013-03-11
| |
| * Added a commentGravatar http://joeyh.name/2013-03-11
| |
| * Added a commentGravatar http://joeyh.name/2013-03-11
| |
| * Added a commentGravatar http://joeyh.name/2013-03-11
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-11
|\
* | status: Can now be run with a directory path to show only the status of that ↵Gravatar Joey Hess2013-03-11
| | | | | | | | directory, rather than the whole annex.
| * Added a commentGravatar http://joeyh.name/2013-03-11
|/
* addurl url escaping fooGravatar Joey Hess2013-03-10
| | | | | | * addurl: Escape invalid characters in urls, rather than failing to use an invalid url. * addurl: Properly handle url-escaped characters in file:// urls.