summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 3.201301073.20130107Gravatar Joey Hess2013-01-07
|
* fix a stupid typo that made fsck loop when it found bad contentGravatar Joey Hess2013-01-07
| | | | Thank goodness for test suites!
* trim the pages builtGravatar Joey Hess2013-01-07
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-01-07
|\
| * (no commit message)Gravatar http://stefano.zacchiroli.myopenid.com/2013-01-07
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-01-07
|\|
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnjjCyhVEcTRM5m4iIBqL3ZCooPx7ZYB_E2013-01-07
| |
* | version dep on yesod-formGravatar Joey Hess2013-01-06
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-01-06
|\
* | add a few namesGravatar Joey Hess2013-01-06
| |
* | addurl in direct modeGravatar Joey Hess2013-01-06
| |
* | updateGravatar Joey Hess2013-01-06
| |
* | add works in direct modeGravatar Joey Hess2013-01-06
| | | | | | | | | | Also, changed sync to no longer automatically add files in direct mode. That was only necessary before because add didn't work.
* | update docs moreGravatar Joey Hess2013-01-06
| |
* | optimize pre-commit in direct modeGravatar Joey Hess2013-01-06
| |
| * Added a comment: yesod update didn't helpGravatar https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo2013-01-06
|/
* blog for the dayGravatar Joey Hess2013-01-06
|
* support fsck in direct modeGravatar Joey Hess2013-01-06
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-01-06
|\
* | remove a paragraph about in=, which is not available in preferred content ↵Gravatar Joey Hess2013-01-06
| | | | | | | | expressions
* | Fix transferring files to special remotes in direct mode.Gravatar Joey Hess2013-01-06
| |
| * Added a commentGravatar http://joeyh.name/2013-01-06
| |
* | direct: Avoid hardlinking symlinks that point to the same content when the ↵Gravatar Joey Hess2013-01-06
| | | | | | | | content is not present.
* | closeGravatar Joey Hess2013-01-06
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-01-06
|\|
* | assistant: Detect when system is not configured with a user name, and set ↵Gravatar Joey Hess2013-01-06
| | | | | | | | environment to prevent git from failing.
| * Added a commentGravatar http://joeyh.name/2013-01-06
| |
| * (no commit message)Gravatar m2013-01-06
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q2013-01-06
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2013-01-06
| |
| * Added a comment: cabal install fails to install a 20130105 versionGravatar https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo2013-01-06
| |
| * Added a commentGravatar http://edheil.wordpress.com/2013-01-06
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-01-05
|\
* | blog for the dayGravatar Joey Hess2013-01-05
| |
* | More commands work in direct mode repositories: find, whereis, move, copy, ↵Gravatar Joey Hess2013-01-05
| | | | | | | | | | | | | | | | drop, log. These started working, for free, once lookupFile supported direct mode. yay!!
| * Added a commentGravatar http://joeyh.name/2013-01-05
| |
* | work around a very strange git-cat-file behaviorGravatar Joey Hess2013-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes it seems that git-cat-file --batch stops getting info for files in the current repo, when ":file" is fed to it. I have not reproduced this at the command line, but only when using git annex whereis and git annex move inside a direct mode repo. Those failed, because cat-file returned "file missing". OTOH, git annex find works fine, despite passing the same file to cat-file. It seems that the failing commands first asked cat-file to show a file on the git-annex branch. Perhaps it got "stuck" on that branch? But I cannot repoduce it running cat-file by hand. Most strange. HEAD is a workaround for this extreme weirdness, since I spent a good 2 hours struggling with it already.
| * (no commit message)Gravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892013-01-05
| |
* | guard readSymbolicLinkGravatar Joey Hess2013-01-05
| | | | | | | | throws an exception if the file is not a symlink
* | avoid pre-commit in direct modeGravatar Joey Hess2013-01-05
| | | | | | | | | | It was a no-op until my recent change that made lookupFile work in direct mode.
* | assistant: Make expensive transfer scan work fully in direct mode.Gravatar Joey Hess2013-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | The expensive scan uses lookupFile, but in direct mode, that doesn't work for files that are present. So the scan was not finding things that are present that need to be uploaded. (It did find things not present that needed to be downloaded.) Now lookupFile also works in direct mode. Note that it still prefers symlinks on disk to info committed to git, in direct mode. This is necessary to make things like Assistant.Threads.Watcher.onAddSymlink work correctly, when given a new symlink not yet checked into git (or replacing a file checked into git).
* | squelch warningGravatar Joey Hess2013-01-05
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-01-05
|\
* | responseGravatar Joey Hess2013-01-05
| |
* | bumpGravatar Joey Hess2013-01-05
| |
| * Added a commentGravatar http://joeyh.name/2013-01-05
| |
* | cabal file typo broke use of hfseventsGravatar Joey Hess2013-01-05
| |
* | committer: Fix a file handle leak.Gravatar Joey Hess2013-01-05
|/
* responseGravatar Joey Hess2013-01-05
|
* Added a comment: Setting up a repository fails on OSX 10.6Gravatar https://www.jsilence.org/2013-01-05
|