summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* list of git branchesGravatar Joey Hess2012-02-07
|
* add a tip about using git's assume-unchanged feature to optimize large treesGravatar Joey Hess2012-02-07
|
* refactorGravatar Joey Hess2012-02-07
| | | | Wow, triple monadic lift!
* add a bug templateGravatar Joey Hess2012-02-06
|
* already doneGravatar Joey Hess2012-02-06
|
* Merge remote-tracking branch 'origin/master'Gravatar Joey Hess2012-02-06
|\
| * (no commit message)Gravatar http://jefferai.org/2012-02-07
| |
* | use "known" instead of "visible"Gravatar Joey Hess2012-02-06
|/ | | | I think it's clearer, also it's the same length as "local" :)
* add news itemGravatar Joey Hess2012-02-04
|
* exception update in test tooGravatar Joey Hess2012-02-03
|
* IO exception reworkGravatar Joey Hess2012-02-03
| | | | | | ghc 7.4 comaplains about use of System.IO.Error to catch exceptions. Ok, use Control.Exception, with variants specialized to only catch IO exceptions.
* update; ghc7.4 branch fixes this pretty well nowGravatar Joey Hess2012-02-03
|
* updateGravatar Joey Hess2012-02-02
|
* update; newghc-edges branchGravatar Joey Hess2012-02-02
|
* updateGravatar Joey Hess2012-02-02
|
* update; unix-compat gets some of the wayGravatar Joey Hess2012-02-02
|
* updateGravatar Joey Hess2012-02-02
|
* updateGravatar Joey Hess2012-02-01
|
* spent 3 hours on this bug; developed two incomplete fixesGravatar Joey Hess2012-02-01
|
* add a test case for adding a file with a unicode filenameGravatar Joey Hess2012-01-31
| | | | This fails with ghc 4.7.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-01-30
|\
* | remove; unusedGravatar Joey Hess2012-01-30
| |
* | switch to the strict state monadGravatar Joey Hess2012-01-29
| | | | | | | | | | | | | | | | | | | | I had not realized what a memory leak the lazy state monad could be, although I have not seen much evidence of actual leaking in git-annex. However, if running git-annex on a great many files, this could matter. The additional Utility.State.changeState adds even more strictness, avoiding a problem I saw in github-backup where repeatedly modifying state built up a huge pile of thunks.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX42012-01-29
|/
* reopenGravatar Joey Hess2012-01-28
| | | | | People seem to want to post comments here with vague details about a new bug, rather than opening a new bug report.
* fixedGravatar Joey Hess2012-01-28
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-01-28
|\
* | faster local-local droppingGravatar Joey Hess2012-01-28
| | | | | | | | | | | | Dropping a key from a local remote ran git-annex-shell unnecessarily. Now git-annex-shell is never used when acting on a local remote.
* | Avoid repeated location log commits when a remote is receiving files.Gravatar Joey Hess2012-01-28
| | | | | | | | | | | | | | | | | | Done by adding a oneshot mode, in which location log changes are written to the journal, but not committed. Taking advantage of git-annex's existing ability to recover in this situation. This is used by git-annex-shell and other places where changes are made to a remote's location log.
| * Added a commentGravatar http://joey.kitenet.net/2012-01-28
| |
| * Added a commentGravatar http://joey.kitenet.net/2012-01-28
| |
* | Revert "Avoid creating ~/.bup when initializing a bup remote"Gravatar Joey Hess2012-01-28
|/ | | | | | | | | | | | | | This reverts commit 6da40100c99a097401fb130b63edc05b18f61249. On closer examinaton, this change is wrong. The bup special remote can be configured with "buprepo=", which makes it use the default ~/.bup repo. This change makes it use a different temp dir each time, which I'm sure would not be appreciated by anyone with that configuration. Bup insisting in creating ~/.bup even when using a different repo does seem like a bug in *something*, but I'm leaning toward the bug being in bup itself.
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX42012-01-28
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX42012-01-28
|
* Added a commentGravatar http://joey.kitenet.net/2012-01-27
|
* old version?Gravatar Joey Hess2012-01-27
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-01-27
|\
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX42012-01-27
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX42012-01-26
| |
| * Avoid creating ~/.bup when initializing a bup remoteGravatar Lauri Alanko2012-01-26
| |
* | fix error messageGravatar Joey Hess2012-01-25
| |
* | export fromPathGravatar Joey Hess2012-01-25
|/ | | | Not used in git-annex, but I am using it in git-backup
* addGravatar Joey Hess2012-01-25
|
* closeGravatar Joey Hess2012-01-24
|
* remove Utility.Conditional and use IfElseGravatar Joey Hess2012-01-24
| | | | | | | This drops the >>! and >>? with the nice low fixity. IfElse does have undocumented >>=>>! and >>=>>? operators, but I deem that too fishy. Anyway, using whenM and unlessM is easier; I sometimes mixed the operators up.
* rename readMaybe to readishGravatar Joey Hess2012-01-23
| | | | a stricter (but also partial) readMaybe is getting added to base
* a few things available elsewhere...Gravatar Joey Hess2012-01-23
|
* add news item for git-annex 3.20120123Gravatar Joey Hess2012-01-23
|
* releasing version 3.201201233.20120123Gravatar Joey Hess2012-01-23
|
* Added a commentGravatar http://joey.kitenet.net/2012-01-23
|