aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added a commentGravatar http://joeyh.name/2013-01-08
|
* Added a commentGravatar http://joeyh.name/2013-01-08
|
* Added a commentGravatar http://joeyh.name/2013-01-08
|
* thoughts on safer direct mode transfersGravatar Joey Hess2013-01-08
|
* blog for yesterdayGravatar Joey Hess2013-01-08
|
* Added a comment: Feature request: Events triggered on wifi SSID or ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawl7ciFZWmffuw6sLRww3CcL_F5ItsttL9w2013-01-08
| | | | connection state
* (no commit message)Gravatar http://jasonwoof.com/2013-01-07
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2013-01-07
|
* Added a comment: will there be updated OSX 10.7 builds?Gravatar https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo2013-01-07
|
* add news item for git-annex 3.20130107Gravatar Joey Hess2013-01-07
|
* 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.