summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* instructions for using Box.com as a special remoteGravatar Joey Hess2012-03-04
| | | | | I was sucked in by the 50 gb free lifetime storage offer. Happily, it was pretty easy to get it to work with git-annex.
* Directory special remotes now support chunking files written to themGravatar Joey Hess2012-03-03
| | | | | | Avoiding writing files larger than a specified size is useful on certian things. For example, box.com has a file size limit of 100 mb. Could also be useful on really crappy removable media.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-03-01
|\
* | "here" can be used to refer to the current repository, which can read better ↵Gravatar Joey Hess2012-03-01
| | | | | | | | than the old "." (which still works too).
| * Added a commentGravatar http://joey.kitenet.net/2012-02-29
| |
| * Added a comment: How do you build the Crypto library with GHC 7.4.1?Gravatar http://peter-simons.myopenid.com/2012-02-29
|/
* add news item for git-annex 3.20120229Gravatar Joey Hess2012-02-29
|
* Added a commentGravatar http://joey.kitenet.net/2012-02-29
|
* Added a comment: Test-suite won't compile with GHC 7.4.xGravatar http://peter-simons.myopenid.com/2012-02-28
|
* add news item for git-annex 3.201202273.20120227Gravatar Joey Hess2012-02-27
|
* configure: Check if ssh connection caching is supported by the installed ↵Gravatar Joey Hess2012-02-25
| | | | version of ssh and default annex.sshcaching accordingly.
* do a cleanup commit after moving data from or to a git remoteGravatar Joey Hess2012-02-25
| | | | | | | | Added Annex.cleanup, which is a general purpose interface for adding actions to run at the end. Remotes with the old git-annex-shell will commit every time, and have no commit command, so hide stderr when running the commit command.
* add git-annex-shell commitGravatar Joey Hess2012-02-25
| | | | | | | | | Eventually, git-annex might try running this after making changes to a remote. I have not yet thought of a good way for it to tell which remotes it needs to run it on though. It can't just do it when shutting down a cached ssh connection, because ssh connection caching is optional, and that would not handle local remotes not accessed over ssh either.
* add annex.alwayscommit optionGravatar Joey Hess2012-02-25
| | | | | | To avoid commits of data to the git-annex branch after each command is run, set annex.alwayscommit=false. Its data will then be committed less frequently, when a merge or sync is done.
* Added a comment: very niceGravatar http://adamspiers.myopenid.com/2012-02-25
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-02-25
|\
| * Added a commentGravatar http://www.joachim-breitner.de/2012-02-24
| |
* | updateGravatar Joey Hess2012-02-24
| |
| * Added a commentGravatar http://joey.kitenet.net/2012-02-24
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-02-24
|\
* | Deal with NFS problem that caused a failure to remove a directory when ↵Gravatar Joey Hess2012-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | removing content from the annex. I was able to reproduce this on linux using the kernel's nfs server and mounting localhost:/. Determined that removing the directory fails when the just-deleted file in it was locked. Considered dropping the lock before removing the directory, but this would complicate parts of the code that should not need to worry about locking. So instead, ignore the failure to remove the directory in this case. While I was at it, made it attempt to remove both levels of hash directories, in case they're empty.
| * (no commit message)Gravatar http://www.joachim-breitner.de/2012-02-24
|/
* move misplaced bug reportGravatar Joey Hess2012-02-24
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-02-24
|\
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkCoDbzG4_biL7Y9IvUiRsBH_GchCKAaW42012-02-24
| |
* | improve interfaceGravatar Joey Hess2012-02-18
|/
* rekey: New plumbing level command, can be used to change the keys used for ↵Gravatar Joey Hess2012-02-16
| | | | files en masse.
* allow pathdepth to drop from the front or take from the end (negative)Gravatar Joey Hess2012-02-16
|
* addurl: Add --pathdepth option.Gravatar Joey Hess2012-02-16
|
* updateGravatar Joey Hess2012-02-15
|
* tweak wordingGravatar Joey Hess2012-02-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-02-15
|\
* | fix failure count memory leakGravatar Joey Hess2012-02-15
| | | | | | | | | | | | | | This is the last memory leak that prevents git-annex from running in constant space, as far as I can see. I can now run git annex find dummied up to repeatedly find the same file over and over, on millions olf files, and memory stays entirely constant.
* | add tipsGravatar Joey Hess2012-02-15
| |
| * Added a commentGravatar http://joey.kitenet.net/2012-02-15
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-02-15
|\
* | Added a annex.queuesize settingGravatar Joey Hess2012-02-15
| | | | | | | | | | | | | | | | | | | | useful when adding hundreds of thousands of files on a system with plenty of memory. git add gets quite slow in such a large repository, so if the system has more than the ~32 mb of memory the queue can use by default, it's a useful optimisation to increase the queue size, in order to decrease the number of times git add is run.
| * Added a commentGravatar antymat2012-02-15
| |
| * Added a commentGravatar http://joey.kitenet.net/2012-02-14
| |
* | add scalability pageGravatar Joey Hess2012-02-14
| |
| * Added a commentGravatar antymat2012-02-14
|/
* layoutGravatar Joey Hess2012-02-14
|
* typoGravatar Joey Hess2012-02-14
|
* add video tag with RichiH's talkGravatar Joey Hess2012-02-14
|
* addGravatar Joey Hess2012-02-14
|
* fix memory leak when staging the journalGravatar Joey Hess2012-02-14
| | | | | | The list of files had to be retained until the end so it could be deleted. Also, a list of update-index lines was generated and only then fed into it. Now everything streams in constant space.
* Added a commentGravatar http://joey.kitenet.net/2012-02-14
|
* spellingGravatar antymat2012-02-14
|
* (no commit message)Gravatar antymat2012-02-14
|
* Fixed a memory leak due to excessive strictness when committing journal files.Gravatar Joey Hess2012-02-14
| | | | | | When hashing the files, the entire list of shas was read strictly. That was entirely unnecessary, since there's a cleanup action run after they're consumed.