Commit graph

7702 commits

Author SHA1 Message Date
Joey Hess
a47e368495 Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-07 11:07:33 -04:00
http://stefano.zacchiroli.myopenid.com/
51f2da6ec5 2013-01-07 15:02:43 +00:00
Joey Hess
6b9bbd9eed Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-07 10:33:43 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnjjCyhVEcTRM5m4iIBqL3ZCooPx7ZYB_E
038f0166d7 2013-01-07 11:35:00 +00:00
Joey Hess
40ffd3c3fe version dep on yesod-form 2013-01-06 21:07:02 -04:00
Joey Hess
0aa2bf6e42 Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-06 20:52:44 -04:00
Joey Hess
5f62bdc988 add a few names 2013-01-06 19:14:03 -04:00
Joey Hess
248090064d addurl in direct mode 2013-01-06 17:34:44 -04:00
Joey Hess
cfc8c8a52b update 2013-01-06 17:26:22 -04:00
Joey Hess
858ad6783b add works in direct mode
Also, changed sync to no longer automatically add files in direct mode.
That was only necessary before because add didn't work.
2013-01-06 17:24:22 -04:00
Joey Hess
0b665658b6 update docs more 2013-01-06 17:22:02 -04:00
Joey Hess
f12202f771 optimize pre-commit in direct mode 2013-01-06 16:56:55 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo
a3d4603426 Added a comment: yesod update didn't help 2013-01-06 20:32:07 +00:00
Joey Hess
7888b38e3e blog for the day 2013-01-06 16:02:56 -04:00
Joey Hess
9d3e571f77 support fsck in direct mode 2013-01-06 15:42:49 -04:00
Joey Hess
cd0ff26232 Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-06 14:37:58 -04:00
Joey Hess
2cdb7326b9 remove a paragraph about in=, which is not available in preferred content expressions 2013-01-06 14:37:14 -04:00
Joey Hess
909f67443f Fix transferring files to special remotes in direct mode. 2013-01-06 14:29:01 -04:00
http://joeyh.name/
5ee7db5dea Added a comment 2013-01-06 18:00:46 +00:00
Joey Hess
e457be7631 direct: Avoid hardlinking symlinks that point to the same content when the content is not present. 2013-01-06 13:57:53 -04:00
Joey Hess
82dbbfc0c3 close 2013-01-06 13:51:38 -04:00
Joey Hess
ece6c41e9c Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-06 13:50:52 -04:00
Joey Hess
13d2fffb2d assistant: Detect when system is not configured with a user name, and set environment to prevent git from failing. 2013-01-06 13:34:08 -04:00
http://joeyh.name/
4be63d8e74 Added a comment 2013-01-06 17:00:40 +00:00
m
305f2cbe0e 2013-01-06 13:43:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
153a2082ec Added a comment 2013-01-06 11:08:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
297c11ad03 2013-01-06 10:17:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo
f0902d450f Added a comment: cabal install fails to install a 20130105 version 2013-01-06 08:30:42 +00:00
http://edheil.wordpress.com/
02645837f7 Added a comment 2013-01-06 05:23:26 +00:00
Joey Hess
24df1f6ee0 Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-05 17:18:52 -04:00
Joey Hess
8f45755ba3 blog for the day 2013-01-05 17:18:35 -04:00
Joey Hess
b68eee625f More commands work in direct mode repositories: find, whereis, move, copy, drop, log.
These started working, for free, once lookupFile supported direct mode.

yay!!
2013-01-05 17:17:04 -04:00
http://joeyh.name/
3cbc0946ce Added a comment 2013-01-05 21:13:09 +00:00
Joey Hess
1c83b6c439 work around a very strange git-cat-file behavior
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.
2013-01-05 17:06:24 -04:00
https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89
b66fe05f73 2013-01-05 20:45:33 +00:00
Joey Hess
aedfcde969 guard readSymbolicLink
throws an exception if the file is not a symlink
2013-01-05 16:07:27 -04:00
Joey Hess
20fafc6a2d avoid pre-commit in direct mode
It was a no-op until my recent change that made lookupFile work in direct
mode.
2013-01-05 16:06:20 -04:00
Joey Hess
1cdf2b923d assistant: Make expensive transfer scan work fully in direct mode.
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).
2013-01-05 15:57:53 -04:00
Joey Hess
15ecce2bfd squelch warning 2013-01-05 15:09:43 -04:00
Joey Hess
7c7da72cfd Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-05 14:06:57 -04:00
Joey Hess
b7b45f29e3 response 2013-01-05 14:02:16 -04:00
Joey Hess
ef1b0775d8 bump 2013-01-05 14:02:09 -04:00
http://joeyh.name/
ac93933c36 Added a comment 2013-01-05 17:48:52 +00:00
Joey Hess
56331c438e cabal file typo broke use of hfsevents 2013-01-05 13:48:21 -04:00
Joey Hess
bf1981f60e committer: Fix a file handle leak. 2013-01-05 13:42:31 -04:00
Joey Hess
8f3d07b565 response 2013-01-05 13:36:20 -04:00
https://www.jsilence.org/
2e7cfbcac0 Added a comment: Setting up a repository fails on OSX 10.6 2013-01-05 11:17:18 +00:00
http://edheil.wordpress.com/
846eafe7a6 2013-01-05 01:05:18 +00:00
http://edheil.wordpress.com/
7f33eb84be Added a comment 2013-01-05 00:32:44 +00:00
http://edheil.wordpress.com/
c9c0042ae9 2013-01-05 00:02:56 +00:00