summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* add --ingroup limitGravatar Joey Hess2012-10-08
|
* Added --smallerthan and --largerthan limitsGravatar Joey Hess2012-10-08
|
* wired preferred content up to get, copy, and drop --autoGravatar Joey Hess2012-10-08
|
* update; branchGravatar Joey Hess2012-10-07
|
* poll vote (Google Drive)Gravatar 93.90.47.1142012-10-07
|
* Added a commentGravatar http://joeyh.name/2012-10-06
|
* Added a comment: setup: standalone/macos/git-annex.app/Contents/Info.plist: ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY2012-10-06
| | | | does not exist
* Added a comment: Include/excludeGravatar http://meep.pl/2012-10-06
|
* typosGravatar http://lj.rossia.org/users/imz/2012-10-05
|
* really fix link..Gravatar Joey Hess2012-10-05
|
* fix linkGravatar Joey Hess2012-10-05
|
* responseGravatar Joey Hess2012-10-05
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-05
|\
* | blog for the dayGravatar Joey Hess2012-10-05
| |
| * Added a comment: +1Gravatar http://m-f-k.myopenid.com/2012-10-05
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-05
|\
* | updateGravatar Joey Hess2012-10-05
| |
| * Added a commentGravatar http://joeyh.name/2012-10-05
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-05
|\
* | noteGravatar Joey Hess2012-10-05
| |
| * Added a comment: Ah, the barber paradoxGravatar http://meep.pl/2012-10-05
| |
| * Added a commentGravatar http://joeyh.name/2012-10-05
| |
| * poll vote (My phone (or MP3 player))Gravatar 84.186.117.82012-10-05
| |
| * Added a commentGravatar http://joeyh.name/2012-10-05
|/
* updateGravatar Joey Hess2012-10-04
|
* old bugGravatar Joey Hess2012-10-04
|
* fix last zombies in the assistantGravatar Joey Hess2012-10-04
| | | | | Made Git.LsFiles return cleanup actions, and everything waits on processes now, except of course for Seek.
* reopening; zombies do seem to accumulate sometimesGravatar Joey Hess2012-10-04
|
* blog for the dayGravatar Joey Hess2012-10-04
|
* added preferred-content log, and allow editing it with vicfgGravatar Joey Hess2012-10-04
| | | | | | | | | | | | | | This includes a full parser for the boolean expressions in the log, that compiles them into Matchers. Those matchers are not used yet. A complication is that matching against an expression should never crash git-annex with an error. Instead, vicfg checks that the expressions parse. If a bad expression (or an expression understood by some future git-annex version) gets into the log, it'll be ignored. Most of the code in Limit couldn't fail anyway, but I did have to make limitCopies check its parameter first, and return an error if it's bad, rather than erroring at runtime.
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlFUH5H4OUj9vMJIoXQs8bheiptgANQ6fU2012-10-04
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm9n2FZTQzC5wvWqgKKnU0HyuC5vgVkfbY2012-10-04
|
* Added a comment: The bug is actually something completely different!Gravatar https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ2012-10-04
|
* Fixed formatting.Gravatar https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ2012-10-04
|
* Bug description.Gravatar https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ2012-10-04
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-03
|\
* | blog for the dayGravatar Joey Hess2012-10-03
| |
* | vicfg: New command, allows editing (or simply viewing) most of the ↵Gravatar Joey Hess2012-10-03
| | | | | | | | | | | | | | | | | | | | | | repository configuration settings stored in the git-annex branch. Incomplete; I need to finish parsing and saving. This will also be used for editing transfer control expresssions. Removed the group display from the status output, I didn't really like that format, and vicfg can be used to see as well as edit rempository group membership.
* | better exampleGravatar Joey Hess2012-10-03
| |
| * Added a comment: I strongly agree with GlenGravatar https://www.google.com/accounts/o8/id?id=AItOawknpbpx4uDElXRzJ4kPXuJU1KdcslOI6go2012-10-03
| |
| * poll vote (My phone (or MP3 player))Gravatar 62.93.122.862012-10-03
| |
| * Added a comment: symlinks?Gravatar http://wiggy.net/2012-10-03
| |
| * poll vote (My phone (or MP3 player))Gravatar 65.12.145.1362012-10-03
| |
| * poll vote (Google Drive)Gravatar 65.12.145.1362012-10-03
| |
| * poll vote (Amazon Glacier)Gravatar 65.12.145.1362012-10-03
|/
* blog for the dayGravatar Joey Hess2012-10-02
|
* always check with ls-files before adding new filesGravatar Joey Hess2012-10-02
| | | | | | | | | | | | | | | | | | | | | | | Makes it safe to use git annex unlock with the watcher/assistant. And also to mix use of the watcher/assistant with regular files stored in git. Long ago, I had avoided doing this check, except during the startup scan, because it would be slow to run ls-files repeatedly. But then I added the lsof check, and to make that fast, got it to detect batch file adds. So let's move the ls-files check to also occur when it'll have a batch, and can check them all with one call. This does slow down adding a single file by just a bit, but really only a little bit. (The lsof check is probably more expensive.) It also speeds up the startup scan, especially when there are lots of new files found by the scan. Also, fixed the sleep for annex.delayadd to not run while the threadstate lock is held, so it doesn't unnecessarily freeze everything else. Also, --force no longer makes it skip the lsof check, which was not documented, and seems never a good idea.
* bring back default SIGINT handlerGravatar Joey Hess2012-10-01
| | | | | | | | | | | | This seems to fix a problem I've recently seen where ctrl-c during rsync leads to `git annex get` moving on to the next thing rather than exiting. Seems likely that started happening with the switch to System.Process (d1da9cf221aeea5c7ac8a313a18b559791a04f12), as the old code took care to install a default SIGINT handler. Note that since the bug was only occurring sometimes, I am not 100% sure I've squashed it, although I seem to have.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-01
|\
* | blog for the dayGravatar Joey Hess2012-10-01
| |