http://joey.kitenet.net/
ef6209db43
Comment moderation
2011-06-10 16:39:45 +00:00
Joey Hess
0b85ffd6e7
S3 stub bug got fixed
2011-06-10 12:11:55 -04:00
Joey Hess
19428ea2f4
fix building with S3 stub
2011-06-10 12:11:34 -04:00
Joey Hess
a473560515
add news item for git-annex 0.20110610
2011-06-10 11:58:36 -04:00
Joey Hess
38e0100a69
releasing version 0.20110610
2011-06-10 11:58:21 -04:00
Joey Hess
9a272815dd
Bugfix: Fix fsck to not think all SHAnE keys are bad.
2011-06-10 11:43:28 -04:00
Joey Hess
90dd245522
get --from is the same as copy --from
...
get not honoring --from has surprised me a few times, so least surprise
suggests it should just behave like copy --from. This leaves the difference
between get and copy being that copy always requires the remote to copy
from, while get will decide whether to get a file from a key/value store or
a remote.
2011-06-09 18:54:49 -04:00
Joey Hess
2136534be1
Merge branch 'master' of ssh://git-annex.branchable.com
2011-06-09 14:35:03 -04:00
http://joey.kitenet.net/
c9d8b830c6
Added a comment
2011-06-08 00:40:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnEpj9IoEzNagnLDTTc9ormo5orwHW5aaI
cd60c36457
2011-06-08 00:22:56 +00:00
ssqq
0ee760fced
2011-06-04 06:18:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
75a9665349
Added a comment: git annex unused
2011-06-02 19:51:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
24f2acd272
Added a comment: git annex unused
2011-06-02 11:55:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
269e3627a1
Added a comment: git annex unlock --readonly
2011-06-02 11:34:44 +00:00
Joey Hess
bcb72ce0f2
tweak
2011-06-02 02:40:43 -04:00
Joey Hess
f2cc87860c
refactor
2011-06-02 02:33:31 -04:00
Joey Hess
76be8c34ac
update
2011-06-02 01:02:57 -04:00
Joey Hess
28cb279765
fix
2011-06-02 01:01:59 -04:00
Joey Hess
ac6510b337
reformat
2011-06-02 01:01:14 -04:00
Joey Hess
c3c127a667
update
2011-06-02 00:56:22 -04:00
Joey Hess
3d7d61e679
update
2011-06-02 00:54:25 -04:00
Joey Hess
f94a0aed83
adjust to use primary git repo
2011-06-02 00:52:25 -04:00
Joey Hess
eb4278834b
add fedora install instructions
2011-06-02 00:51:56 -04:00
Joey Hess
703c437bd9
rename modules for data types into Types/ directory
2011-06-01 21:56:04 -04:00
Joey Hess
971ab27e78
better types allowed breaking module dep loop
2011-06-01 19:11:27 -04:00
http://joey.kitenet.net/
80efafe496
2011-06-01 22:15:58 +00:00
Joey Hess
a8fb97d2ce
Add --trust, --untrust, and --semitrust options.
2011-06-01 17:57:31 -04:00
Joey Hess
7a3d9d8c2e
mention --numcopies
2011-06-01 17:57:31 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
e280c0a4fc
2011-06-01 21:26:39 +00:00
Joey Hess
3d567aa64f
Add --numcopies option.
2011-06-01 16:49:17 -04:00
http://joey.kitenet.net/
12e0e95916
Added a comment
2011-06-01 20:24:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
82e83528f4
Added a comment
2011-06-01 17:36:51 +00:00
http://joey.kitenet.net/
af7a069263
2011-06-01 17:08:52 +00:00
http://joey.kitenet.net/
5aec8b8f16
2011-06-01 17:08:15 +00:00
Joey Hess
e47de0f6cd
add news item for git-annex 0.20110601
2011-06-01 12:02:20 -04:00
Joey Hess
45552d5780
Merge branch 'master' of ssh://git-annex.branchable.com
2011-06-01 12:01:49 -04:00
Joey Hess
dc92a788c7
releasing version 0.20110601
2011-06-01 12:00:25 -04:00
Joey Hess
869cb82f49
remove unnecessary imports
2011-06-01 11:53:43 -04:00
http://joey.kitenet.net/
b3f6621a53
Added a comment
2011-05-31 21:54:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
7760ba9d97
Added a comment
2011-05-31 21:43:23 +00:00
Joey Hess
038da52bdd
Somewhat sped up git commit
of modifications to unlocked files.
...
Avoid git reset here too, so I no longer need to care that it's much more
expensive than seems wise (but I asked the git list about that anyway).
It's not necessary to reset the staged file content from the index, as
the `git add` of the the symlink will replace it anyway.
`git commit` of unlocked files is still slow, since git still has to shove
their entire content into the index, only to have it be thrown away. So it's
still better to use `git annex add`
2011-05-31 16:08:37 -04:00
Joey Hess
fb259033d4
Fix locking of files with staged changes.
...
Previously, lock would skip files that had staged changes, but that is
counterintuitive, I think.
2011-05-31 15:00:56 -04:00
http://joey.kitenet.net/
181920fab9
Added a comment: fixed
2011-05-31 18:51:13 +00:00
Joey Hess
fafe60768f
Massively sped up git annex lock
by avoiding use of the uber-slow git reset
, and only running git checkout
once, even when many files are being locked.
2011-05-31 14:50:41 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
6e6e77f9c0
2011-05-31 17:47:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
c4f848d29f
2011-05-31 17:47:13 +00:00
Joey Hess
86c5bd0327
unused --from . checks local repo, for consistency
2011-05-28 22:37:17 -04:00
Joey Hess
14ffb5d47b
bugfix: fix unused list numbering
...
Introduced in 43f0a666f0
2011-05-28 22:30:06 -04:00
Joey Hess
66a99d3740
tweak
2011-05-28 22:24:48 -04:00
Joey Hess
25b13673f0
improve unused command's output
...
Display the name of the remote being checked, with "." for the current
remote, echoing the way describe takes that to change its description.
2011-05-28 22:20:22 -04:00