summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
|
* 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
| |
* | terminologyGravatar Joey Hess2012-10-01
| |
* | A way to match files in repositories in a groupGravatar Joey Hess2012-10-01
| | | | | | | | | | --copies=group:number can now be used to match files that are present in a specified number of repositories in a group.
| * Added a comment: nolock option workedGravatar https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao2012-10-01
| |
* | group, ungroup: New commands to indicate groups of repositories.Gravatar Joey Hess2012-10-01
|/
* add news item for git-annex 3.20121001Gravatar Joey Hess2012-10-01
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-01
|\
* | document new --copies=trustlevel:numberGravatar Joey Hess2012-10-01
| |
* | typoGravatar Joey Hess2012-10-01
| |
* | tweakGravatar Joey Hess2012-10-01
| |
* | notes on possibilitiesGravatar Joey Hess2012-10-01
| |
| * Wikilink to the command in question.Gravatar http://lj.rossia.org/users/imz/2012-10-01
| |
| * Added a commentGravatar http://joeyh.name/2012-09-30
| |
| * Added a comment: assistant in DebianGravatar http://rjc.pip.verisignlabs.com/2012-09-30
|/
* let's not -DOSX, that results in unwanted manglingGravatar Joey Hess2012-09-29
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-09-29
|
* use getAddrInfo, to support ipv6Gravatar Joey Hess2012-09-29
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-29
|\
* | sanitize all git remote namesGravatar Joey Hess2012-09-29
| |
| * Added a commentGravatar http://joeyh.name/2012-09-29
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-09-29
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-09-29
|/
* poll vote (My phone (or MP3 player))Gravatar 199.180.99.382012-09-29
|
* add warningGravatar Joey Hess2012-09-28
|
* tweakGravatar Joey Hess2012-09-28
|
* remove download link from sidebar; install link is the key oneGravatar Joey Hess2012-09-28
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-28
|\
* | simpler links to prebuilt tarballsGravatar Joey Hess2012-09-28
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2012-09-28
|/
* fix linkGravatar Joey Hess2012-09-28
|
* blog for the dayGravatar Joey Hess2012-09-28
|
* standalone linux app nearly readyGravatar Joey Hess2012-09-28
| | | | also made several fixes that apply to the OSX app
* building linux standalone tarballsGravatar Joey Hess2012-09-28
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-09-28
|
* Report IPv6 bug with webappGravatar http://ciffer.net/~svend/2012-09-28
|
* (no commit message)Gravatar http://www.dominik-george.de/2012-09-28
|
* close old bugsGravatar Joey Hess2012-09-28
|
* close unreproducible bug and remove expensive code added to debug itGravatar Joey Hess2012-09-28
|
* closeGravatar Joey Hess2012-09-28
|
* updateGravatar Joey Hess2012-09-28
|
* reopenGravatar Joey Hess2012-09-28
|
* poll vote (My phone (or MP3 player))Gravatar 82.74.121.832012-09-28
|
* poll vote (My phone (or MP3 player))Gravatar 83.175.83.682012-09-28
|