summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 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
|
* avoid crashing committer if it fails to stage changesGravatar Joey Hess2012-10-02
| | | | Just retry later.
* 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.
* status: display repository groupsGravatar Joey Hess2012-10-02
|
* 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
| |
* | simplifyGravatar Joey Hess2012-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
|\
* | releasing version 3.201210013.20121001Gravatar Joey Hess2012-10-01
| |
* | document new --copies=trustlevel:numberGravatar Joey Hess2012-10-01
| |
* | typoGravatar Joey Hess2012-10-01
| |
* | typoGravatar Joey Hess2012-10-01
| |
* | moveGravatar 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
| |
* | avoid some warnings when built w/o dbusGravatar Joey Hess2012-09-29
| |
* | cleanupGravatar Joey Hess2012-09-29
|/
* 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
| |
* | bring back GIT_ANNEX_LOCAL_FEATURES, I'm using it locallyGravatar 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
|/
* Avoid building the webapp on Debian architectures that do not yet have ↵Gravatar Joey Hess2012-09-29
| | | | template haskell and thus yesod. (Should be available for arm soonish I hope).
* osx build fixGravatar Joey Hess2012-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
| |