Joey Hess
e3f1568e0f
Fix caching of decrypted ciphers, which failed when drop had to check multiple different encrypted special remotes.
2011-12-08 16:01:46 -04:00
http://gebi.myopenid.com/
2568beee07
2011-12-08 14:24:08 +00:00
http://joey.kitenet.net/
2515bb6520
Added a comment
2011-12-07 20:54:51 +00:00
Joey Hess
d2ff311a34
change footer
2011-12-07 13:17:00 -04:00
Joey Hess
5926be6f30
response
2011-12-07 12:36:15 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
c929f9df0f
Added a comment
2011-12-07 07:39:16 +00:00
http://gebi.myopenid.com/
51b7b82870
2011-12-07 05:48:47 +00:00
http://gebi.myopenid.com/
919d58667a
2011-12-07 03:20:43 +00:00
http://gebi.myopenid.com/
ee26ebe6eb
2011-12-07 03:14:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
42c81e5dc0
Added a comment
2011-12-06 23:23:31 +00:00
Joey Hess
6f221f1fc3
response
2011-12-06 17:06:08 -04:00
http://gebi.myopenid.com/
adb1dc65bc
2011-12-06 20:25:06 +00:00
http://joey.kitenet.net/
ba74e2069c
Added a comment
2011-12-06 17:08:37 +00:00
Joey Hess
480495beb4
Prevent key names from containing newlines.
...
There are several places where it's assumed a key can be written on one
line. One is in the format of the .git/annex/unused files. The difficult
one is that filenames derived from keys are fed into git cat-file --batch,
which has a line based input. (And no -z option.)
So, for now it's best to block such keys being created.
2011-12-06 13:03:09 -04:00
http://joey.kitenet.net/
cf5353acb4
Added a comment
2011-12-06 16:49:32 +00:00
http://joey.kitenet.net/
340d206efe
Added a comment
2011-12-06 16:43:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
c3d3bf3329
2011-12-06 13:36:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
01f7c74d1f
2011-12-06 13:05:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
d62b060f0f
Added a comment
2011-12-06 12:50:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
27ce7ba5b4
2011-12-06 12:43:56 +00:00
Joey Hess
20d729514a
added a branch for the new monad-control 0.3
2011-12-05 22:54:30 -04:00
Joey Hess
2a1e3bceb3
respond
2011-12-05 15:42:02 -04:00
Joey Hess
fd5c979121
fixed a long time ago
2011-12-05 15:38:04 -04:00
http://peter-simons.myopenid.com/
622c2b9b8b
2011-12-05 19:13:20 +00:00
http://peter-simons.myopenid.com/
04e5bf3644
2011-12-05 19:09:14 +00:00
Joey Hess
58567045b7
add news item for git-annex 3.20111203
2011-12-03 21:13:29 -04:00
Joey Hess
2f8d75638a
update for dead repos
2011-12-03 21:01:22 -04:00
Joey Hess
251c01d51e
dead: A command which says that a repository is gone for good and you don't want git-annex to mention it again.
2011-12-02 16:59:55 -04:00
Joey Hess
7b08584c55
close
2011-12-02 16:59:09 -04:00
Joey Hess
6f29f9db72
rename
2011-12-02 16:15:18 -04:00
Joey Hess
a08c4462ac
Merge branch 'master' into hashdirlower
2011-12-01 17:43:38 -04:00
Joey Hess
3953f7ab81
idea
2011-12-01 17:40:26 -04:00
Joey Hess
f4bf444ae0
store content in hashDirLower directories in bare repositories
...
When storing content in bare repositories, use the hashDirLower
directories. Bare repositories can be on USB drives, which might
use the FAT filesystem, and fall afoul of recent bugs in linux's handling
of mixed case on FAT. Using hashDirLower avoids that.
2011-11-28 22:55:40 -04:00
Joey Hess
2b3c120506
clarify extent of limit checks
2011-11-28 17:49:03 -04:00
Joey Hess
e32ab766b0
--inbackend can be used to make git-annex only operate on files whose content is stored using a specified key-value backend.
2011-11-28 17:45:47 -04:00
Joey Hess
16653132b7
Merge branch 'master' of ssh://git-annex.branchable.com
2011-11-28 16:45:04 -04:00
Joey Hess
6869e6023e
support .git/annex on a different disk than the rest of the repo
...
The only fully supported thing is to have the main repository on one disk,
and .git/annex on another. Only commands that move data in/out of the annex
will need to copy it across devices.
There is only partial support for putting arbitrary subdirectories of
.git/annex on different devices. For one thing, but this can require more
copies to be done. For example, when .git/annex/tmp is on one device, and
.git/annex/journal on another, every journal write involves a call to
mv(1). Also, there are a few places that make hard links between various
subdirectories of .git/annex with createLink, that are not handled.
In the common case without cross-device, the new moveFile is actually
faster than renameFile, avoiding an unncessary stat to check that a file
(not a directory) is being moved. Of course if a cross-device move is
needed, it is as slow as mv(1) of the data.
2011-11-28 16:17:55 -04:00
http://cgray.myopenid.com/
d9e770a836
Added a comment
2011-11-27 22:10:45 +00:00
Joey Hess
ff2d9c8283
response
2011-11-27 17:09:29 -04:00
Joey Hess
5bc7767c21
Merge branch 'master' of ssh://git-annex.branchable.com
2011-11-27 17:01:17 -04:00
http://hcs.furuvik.net/
178a49af75
2011-11-27 20:52:15 +00:00
Joey Hess
faf55ac2b7
update
2011-11-27 13:57:56 -04:00
http://joey.kitenet.net/
a3f4ea1a69
Added a comment
2011-11-27 17:56:31 +00:00
Joey Hess
2bf3addf49
Bugfix: dropunused did not drop keys with two spaces in their name.
2011-11-27 13:50:05 -04:00
Joey Hess
af239e5c33
Merge branch 'master' of ssh://git-annex.branchable.com
2011-11-25 15:32:29 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
ba1ec2c60f
2011-11-25 05:56:59 +00:00
Joey Hess
566a5f4881
Merge branch 'master' of ssh://git-annex.branchable.com
2011-11-24 11:57:22 -04:00
http://cgray.myopenid.com/
709acf3f24
2011-11-24 01:59:45 +00:00
Joey Hess
3dd66fd2f0
update url
2011-11-22 22:13:11 -04:00
Joey Hess
75a590bdd8
Put a workaround in the directory special remote for strange behavior with VFAT filesystems on Linux (mounted with shortname=mixed)
2011-11-22 18:21:28 -04:00