summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make git-annex-shell call the command with its (safe) options.Gravatar guilhem2013-03-30
|
* typoGravatar Joey Hess2013-03-30
|
* add a pollGravatar Joey Hess2013-03-30
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-30
|\
* | design page for rate limitingGravatar Joey Hess2013-03-30
| |
| * Added a commentGravatar http://joeyh.name/2013-03-30
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-30
|\|
| * Added a comment: Great idea!Gravatar https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo2013-03-30
| |
* | tweakGravatar Joey Hess2013-03-29
| |
| * removedGravatar https://www.google.com/accounts/o8/id?id=AItOawn4bbuawnh-nSo9pAh8irYAcV4MQCcfdHo2013-03-30
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawn4bbuawnh-nSo9pAh8irYAcV4MQCcfdHo2013-03-30
| |
| * Added a comment: suggesting feature: streamGravatar https://www.google.com/accounts/o8/id?id=AItOawn4bbuawnh-nSo9pAh8irYAcV4MQCcfdHo2013-03-30
| |
| * Added a comment: solved the problemGravatar https://www.google.com/accounts/o8/id?id=AItOawn9JRcJ_69McoLFe5-dvTMdfS9rJpGy6JI2013-03-30
| |
| * Added a comment: this just happened to me as wellGravatar https://www.google.com/accounts/o8/id?id=AItOawn9JRcJ_69McoLFe5-dvTMdfS9rJpGy6JI2013-03-29
| |
| * Added a comment: sshfs ? and no sync from special remote to 2nd git-annex ?Gravatar diepes2013-03-29
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-29
|\
* | changelogGravatar Joey Hess2013-03-29
| |
* | minor wording fixesGravatar Joey Hess2013-03-29
| |
* | Allow other MAC algorithms in the Remote Config.Gravatar guilhem2013-03-29
| |
| * removedGravatar diepes2013-03-29
| |
| * Added a commentGravatar diepes2013-03-29
| |
| * removedGravatar diepes2013-03-29
| |
| * Added a comment: Rather use sshfs ? and No sync to 2nd repo ?Gravatar diepes2013-03-29
|/
* fix versionGravatar Joey Hess2013-03-29
|
* versionGravatar Joey Hess2013-03-29
|
* new awesome feature tipGravatar Joey Hess2013-03-29
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-29
|\
* | blog for the dayGravatar Joey Hess2013-03-29
| |
* | assistant: Check small files into git directly.Gravatar Joey Hess2013-03-29
| |
* | better exampleGravatar Joey Hess2013-03-29
| |
* | add --force overrides annex.largefilesGravatar Joey Hess2013-03-29
| |
* | New annex.largefiles setting, which configures which files `git annex add` ↵Gravatar Joey Hess2013-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | and the assistant add to the annex. I would have sort of liked to put this in .gitattributes, but it seems it does not support multi-word attribute values. Also, making this a single config setting makes it easy to only parse the expression once. A natural next step would be to make the assistant `git add` files that are not annex.largefiles. OTOH, I don't think `git annex add` should `git add` such files, because git-annex command line tools are not in the business of wrapping git command line tools.
* | update annex.direct docsGravatar Joey Hess2013-03-29
| |
| * Added a commentGravatar http://joeyh.name/2013-03-29
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-29
|\
* | webapp: Run ssh server probes in a way that will work when the login shell ↵Gravatar Joey Hess2013-03-29
| | | | | | | | is a monstrosity that should have died 25 years ago, such as csh.
| * Added a commentGravatar http://joeyh.name/2013-03-29
| |
| * Added a comment: rsync description and exampleGravatar diepes2013-03-29
| |
* | Build debian package without using cabal, which writes to HOME. Closes: #704205Gravatar Joey Hess2013-03-29
| |
| * Merge branch 'master' of git://git-annex.branchable.comGravatar Richard Hartmann2013-03-29
| |\
| * | Fix typoGravatar Richard Hartmann2013-03-29
| | |
| | * Added a comment: box.com fixedGravatar https://www.google.com/accounts/o8/id?id=AItOawlqOu7P4tb4D-Xo2pYrjln2NsAObtErliM2013-03-29
| |/
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmaygIuV4bIfp-U5IRH51FwKHq-i7_os0c2013-03-29
| |
| * removedGravatar https://www.google.com/accounts/o8/id?id=AItOawmaygIuV4bIfp-U5IRH51FwKHq-i7_os0c2013-03-29
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmaygIuV4bIfp-U5IRH51FwKHq-i7_os0c2013-03-29
| |
* | syntax tweakGravatar Joey Hess2013-03-28
|/
* blog for the dayGravatar Joey Hess2013-03-28
|
* typoGravatar Joey Hess2013-03-28
|
* webapp: Progess bar fixes for many types of special remotes.Gravatar Joey Hess2013-03-28
| | | | | | | | | | | | | There was confusion in different parts of the progress bar code about whether an update contained the total number of bytes transferred, or the number of bytes transferred since the last update. One way this bug showed up was progress bars that seemed to stick at zero for a long time. In order to fix it comprehensively, I add a new BytesProcessed data type, that is explicitly a total quantity of bytes, not a delta. Note that this doesn't necessarily fix every problem with progress bars. Particularly, buffering can now cause progress bars to seem to run ahead of transfers, reaching 100% when data is still being uploaded.
* avoid removing a transfer being made by another processGravatar Joey Hess2013-03-28
| | | | | When another process is running a transfer, if we try to run a dup it'll fail, and we should not remove the transfer from the transfer display.