Joey Hess
441b138592
followup and close
2012-05-02 15:03:44 -04:00
Joey Hess
7d6b36dffb
deseq
2012-05-02 13:22:04 -04:00
Joey Hess
17fd57bd81
hidrive.strato.com
2012-05-02 11:50:57 -04:00
Joey Hess
913775410b
update
2012-05-02 11:43:30 -04:00
Joey Hess
5337c4e0c4
rsync protocol?
2012-05-02 11:38:27 -04:00
http://id.wgnr.me/
834e73cde5
2012-05-02 14:09:28 +00:00
Joey Hess
3642c72320
Renamed diskfree.c to avoid OSX case insensativity bug.
2012-04-13 11:26:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm2AOTJmbCbGvmW5fxACaREraMnEVrCofo
45a3cbc55b
rename bugs/sensitive.mdwn to bugs/case-insensitive.mdwn
2012-04-13 13:47:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm2AOTJmbCbGvmW5fxACaREraMnEVrCofo
d712f5b0c4
2012-04-13 13:26:09 +00:00
Joey Hess
c924542e61
bup: Properly handle key names with spaces or other things that are not legal git refs.
...
Continue using the key name as bup ref name, to preserve backwards
compatability, unless it is an illegal git ref. In that case, use a sha256
of the key name instead.
2012-04-11 12:45:49 -04:00
Joey Hess
028972c80f
move bug report to right place; analysis
2012-04-11 12:00:39 -04:00
Joey Hess
182778d664
bugfix: Adding a dotfile also caused all non-dotfiles to be added.
...
When only a dotfile was specified, the list of non-dotfiles was empty,
triggering the fallback behavior of finding all files.
2012-04-08 12:25:54 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
4309f363fb
2012-04-08 15:49:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
e49f7ea62f
2012-04-08 15:47:29 +00:00
Joey Hess
9924e44c11
close old bug with no followup
2012-04-03 12:30:41 -04:00
Joey Hess
987f9db0da
Merge branch 'master' of ssh://git-annex.branchable.com
2012-03-23 12:14:59 -04:00
Joey Hess
e72c2b9be2
close
2012-03-23 12:14:42 -04:00
http://schnouki.net/
688fdc0acb
Added a comment
2012-03-23 13:27:13 +00:00
http://joey.kitenet.net/
49e8e29499
Added a comment
2012-03-22 22:26:02 +00:00
http://schnouki.net/
d315798609
2012-03-22 18:42:09 +00:00
Joey Hess
c3fbe07d7a
do a cleanup commit after moving data from or to a git remote
...
Added Annex.cleanup, which is a general purpose interface for adding
actions to run at the end.
Remotes with the old git-annex-shell will commit every time, and have no
commit command, so hide stderr when running the commit command.
2012-02-25 18:02:49 -04:00
Joey Hess
39f3e9e068
update
2012-02-24 17:53:21 -04:00
Joey Hess
bd66f962d3
Deal with NFS problem that caused a failure to remove a directory when removing content from the annex.
...
I was able to reproduce this on linux using the kernel's nfs server and
mounting localhost:/. Determined that removing the directory fails when
the just-deleted file in it was locked. Considered dropping the lock
before removing the directory, but this would complicate parts of the code
that should not need to worry about locking. So instead, ignore the failure
to remove the directory in this case.
While I was at it, made it attempt to remove both levels of hash
directories, in case they're empty.
2012-02-24 16:30:47 -04:00
Joey Hess
c9b48520cc
move misplaced bug report
2012-02-24 15:48:01 -04:00
Joey Hess
505d6b1a06
fix failure count memory leak
...
This is the last memory leak that prevents git-annex from running
in constant space, as far as I can see. I can now run git annex find
dummied up to repeatedly find the same file over and over, on millions
olf files, and memory stays entirely constant.
2012-02-15 14:35:49 -04:00
Joey Hess
7ebd98d8d8
fix memory leak when staging the journal
...
The list of files had to be retained until the end so it could be deleted.
Also, a list of update-index lines was generated and only then fed into it.
Now everything streams in constant space.
2012-02-14 14:37:59 -04:00
Joey Hess
a40ec5e03e
Fixed a memory leak due to excessive strictness when committing journal files.
...
When hashing the files, the entire list of shas was read strictly.
That was entirely unnecessary, since there's a cleanup action run
after they're consumed.
2012-02-14 11:20:34 -04:00
Joey Hess
82ae30d820
don't close yet
2012-02-14 11:02:31 -04:00
Joey Hess
2b28c70f5f
add, and immediately close bug. useful documentation though
2012-02-14 01:01:38 -04:00
Joey Hess
2dcce5a8bb
merged ghc 7.4 support into master
2012-02-07 14:15:37 -04:00
Joey Hess
e2bcf1717e
already done
2012-02-06 20:34:07 -04:00
http://jefferai.org/
5e59440533
2012-02-07 00:18:24 +00:00
Joey Hess
05f89123e0
update; ghc7.4 branch fixes this pretty well now
2012-02-03 16:25:34 -04:00
Joey Hess
94caa26883
update
2012-02-02 15:44:22 -04:00
Joey Hess
828df56453
update; newghc-edges branch
2012-02-02 15:41:22 -04:00
Joey Hess
fc8a1d213b
update
2012-02-02 10:56:39 -04:00
Joey Hess
33fd49703c
update
2012-02-02 10:31:56 -04:00
Joey Hess
f2081ad056
update
2012-02-01 22:24:40 -04:00
Joey Hess
b91569ba98
spent 3 hours on this bug; developed two incomplete fixes
2012-02-01 16:26:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4
b9a317cdbd
Added a comment
2012-01-29 01:51:37 +00:00
Joey Hess
0609e10239
reopen
...
People seem to want to post comments here with vague details about a new
bug, rather than opening a new bug report.
2012-01-28 18:09:28 -04:00
Joey Hess
6e89064d27
fixed
2012-01-28 16:01:53 -04:00
http://joey.kitenet.net/
a75eff4a8e
Added a comment
2012-01-28 19:40:34 +00:00
http://joey.kitenet.net/
2a6be431d4
Added a comment
2012-01-28 19:32:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4
141718da73
Added a comment
2012-01-28 00:21:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4
13e78fbf88
Added a comment
2012-01-28 00:17:38 +00:00
http://joey.kitenet.net/
0f8a8ef4a5
Added a comment
2012-01-27 21:00:06 +00:00
Joey Hess
0bb3a31a6e
old version?
2012-01-27 16:50:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4
ba6f01b137
2012-01-27 08:12:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4
9b91db8254
Added a comment
2012-01-26 22:13:19 +00:00
https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88
728d7e96e0
un-tangle unrelated posts
2012-01-15 20:48:26 +00:00
https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88
37d42ed1e7
rename bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn to forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn
2012-01-15 19:20:29 +00:00
Joey Hess
ba6ca1bc23
no, really, I fixed it
2012-01-15 15:07:01 -04:00
https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88
14113f84b5
re-opened. proposed solution doesn't help.
2012-01-15 19:02:06 +00:00
Joey Hess
37b5b1bf0d
Fix QuickCheck dependency in cabal file.
2012-01-15 13:53:51 -04:00
https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88
072a3f2c99
2012-01-15 17:22:49 +00:00
Joey Hess
1ae780ee79
git-annex, git-union-merge: Support GIT_DIR and GIT_WORK_TREE.
...
Note that GIT_WORK_TREE cannot influence GIT_DIR; that is necessary for
git-fake-bare and vcsh type things to work.
2012-01-13 12:52:09 -04:00
Joey Hess
daff9029ba
close
2012-01-13 12:09:02 -04:00
Joey Hess
9e2ab6f1aa
add
2012-01-13 10:26:47 -04:00
Joey Hess
2051d80462
close
2012-01-05 23:42:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
3b450cb6bc
Added a comment: Thank you!
2012-01-06 03:38:33 +00:00
http://joey.kitenet.net/
cdcf0aac71
Added a comment
2012-01-06 03:08:28 +00:00
http://joey.kitenet.net/
8858c24210
Added a comment
2012-01-06 03:04:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
2f2e0f7e0e
2012-01-06 01:41:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
79b95aae09
2012-01-06 01:40:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
9cb3303a27
2012-01-06 01:40:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
aedd4c1984
2012-01-06 01:31:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
17d8646164
2012-01-06 01:27:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
47d98bb446
2012-01-06 01:27:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
ba0c3eb904
2012-01-06 01:25:08 +00:00
Joey Hess
7e6a54f984
Added quickcheck to build dependencies, and fail if test suite cannot be built.
2012-01-03 14:52:20 -04:00
http://peter-simons.myopenid.com/
390982414b
Added a comment
2012-01-03 18:09:42 +00:00
http://joey.kitenet.net/
69875de8ea
Added a comment
2012-01-03 16:54:19 +00:00
http://peter-simons.myopenid.com/
b6e7b44a12
2012-01-03 16:32:35 +00:00
http://a-or-b.myopenid.com/
17735698f6
Added a comment
2012-01-03 00:49:43 +00:00
http://joey.kitenet.net/
ddc4b3de33
Added a comment
2012-01-03 00:41:08 +00:00
http://joey.kitenet.net/
eec59e7362
Added a comment
2012-01-03 00:35:00 +00:00
http://a-or-b.myopenid.com/
3e678b1140
2012-01-03 00:10:45 +00:00
http://joey.kitenet.net/
c87a814046
Added a comment
2011-12-24 16:49:13 +00:00
http://www.joachim-breitner.de/
ab1435310c
Added a comment
2011-12-24 12:51:43 +00:00
http://www.joachim-breitner.de/
ffe9973ed5
Added a comment
2011-12-24 12:49:41 +00:00
http://adamspiers.myopenid.com/
4eafd43cce
Added a comment: Any update on this?
2011-12-24 01:05:08 +00:00
http://joey.kitenet.net/
92de7c8dcd
Added a comment
2011-12-20 14:56:12 +00:00
http://adamspiers.myopenid.com/
0de4341c97
Added a comment
2011-12-20 12:00:18 +00:00
Joey Hess
f0f84dbe48
close
2011-12-19 14:31:33 -04:00
http://joey.kitenet.net/
9b32d02a24
Added a comment
2011-12-19 18:22:25 +00:00
http://adamspiers.myopenid.com/
e341cdf0da
Added a comment: extra level of indirection
2011-12-19 12:45:19 +00:00
http://www.joachim-breitner.de/
3f01795a26
2011-12-18 11:59:11 +00:00
http://gebi.myopenid.com/
ec11908799
2011-12-16 00:13:54 +00:00
Joey Hess
c4c965d602
detect and recover from branch push/commit race
...
Dealing with a race without using locking is exceedingly difficult and tricky.
Fully tested, I hope.
There are three places left where the branch can be updated, that are not
covered by the race recovery code. Let's prove they're all immune to the
race:
1. tryFastForwardTo checks to see if a fast-forward can be done,
and then does git-update-ref on the branch to fast-forward it.
If a push comes in before the check, then either no fast-forward
will be done (ok), or the push set the branch to a ref that can
still be fast-forwarded (also ok)
If a push comes in after the check, the git-update-ref will
undo the ref change made by the push. It's as if the push did not come
in, and the next git-push will see this, and try to re-do it.
(acceptable)
2. When creating the branch for the very first time, an empty index
is created, and a commit of it made to the branch. The commit's ref
is recorded as the current state of the index. If a push came in
during that, it will be noticed the next time a commit is made to the
branch, since the branch will have changed. (ok)
3. Creating the branch from an existing remote branch involves making
the branch, and then getting its ref, and recording that the index
reflects that ref.
If a push creates the branch first, git-branch will fail (ok).
If the branch is created and a racing push is then able to change it
(highly unlikely!) we're still ok, because it first records the ref into
the index.lck, and then updating the index. The race can cause the
index.lck to have the old branch ref, while the index has the newly pushed
branch merged into it, but that only results in an unnecessary update of
the index file later on.
2011-12-11 20:41:35 -04:00
Joey Hess
81f311103d
a new bug report to track a race
2011-12-11 16:41:56 -04:00
Joey Hess
0236bb020b
update
2011-12-11 16:19:54 -04:00
Joey Hess
8680c415de
slow, stupid, and safe index updating
...
Always merge the git-annex branch into .git/annex/index before making a
commit from the index.
This ensures that, when the branch has been changed in any way
(by a push being received, or changes pulled directly into it, or
even by the user checking it out, and committing a change), the index
reflects those changes.
This is much too slow; it needs to be optimised to only update the
index when the branch has really changed, not every time.
Also, there is an unhandled race, when a change is made to the branch
right after the index gets updated. I left it in for now because it's
unlikely and I didn't want to complicate things with additional locking
yet.
2011-12-11 15:05:53 -04:00
Joey Hess
59971c9230
new bug
2011-12-11 14:47:44 -04:00
Joey Hess
bf6a3b757a
close
2011-12-11 01:15:27 -04:00
Joey Hess
10e8028a42
Fix bug in last version in getting contents from bare repositories.
2011-12-10 18:45:55 -04:00
http://schnouki.net/
bfdc9f28fc
2011-12-10 21:40:01 +00:00
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
Joey Hess
5926be6f30
response
2011-12-07 12:36:15 -04: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
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
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
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
01f7c74d1f
2011-12-06 13:05:11 +00: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
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
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
Joey Hess
ff2d9c8283
response
2011-11-27 17:09:29 -04:00
http://hcs.furuvik.net/
178a49af75
2011-11-27 20:52:15 +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
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
ba1ec2c60f
2011-11-25 05:56:59 +00: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
http://joey.kitenet.net/
fd81b5047b
Added a comment
2011-11-22 21:01:14 +00:00
http://joey.kitenet.net/
112399bf1a
Added a comment
2011-11-22 20:59:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
6d7e990dca
Added a comment
2011-11-22 20:35:03 +00:00
http://joey.kitenet.net/
eeda534e9a
Added a comment
2011-11-22 19:56:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
b1c601ac8c
Added a comment: Case sensitivity
2011-11-22 18:51:04 +00:00
Joey Hess
fc2f0e8b1a
response; cannot reproduce
2011-11-22 12:37:51 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
35b4706958
2011-11-22 07:09:24 +00:00
Joey Hess
2768be7136
response
2011-11-20 14:19:03 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
1de00df636
2011-11-18 21:12:30 +00:00
Joey Hess
1326bb8635
Avoid excessive escaping for rsync special remotes that are not accessed over ssh.
...
This is actually tricky, 45bbf210a1
added
the escaping because it's needed for rsync that does go over ssh.
So I had to detect whether the remote's rsync url will use ssh or not,
and vary the escaping.
2011-11-18 12:53:48 -04:00
Joey Hess
ed55a750d5
response
2011-11-18 11:58:55 -04:00
http://ertai.myopenid.com/
1516458885
2011-11-18 14:11:08 +00:00
Joey Hess
c70b78d40a
migrate: Don't fall over a stale temp file.
2011-11-17 18:29:28 -04:00
Joey Hess
8b892901a9
analysis; not a bug but a feature
2011-11-17 18:20:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
b3bbc1cbb6
2011-11-17 21:56:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
abd4e1192f
2011-11-17 21:51:55 +00:00
Joey Hess
2bb6b02948
When not run in a git repository, git-annex can still display a usage message, and "git annex version" even works.
...
Things that sound simple, but are made hard by the Annex monad being built
with the assumption that there will always be a git repo.
2011-11-16 00:49:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
e92534e5b5
Added a comment
2011-11-16 03:24:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
eb0c8c955c
2011-11-16 03:22:29 +00:00
Joey Hess
3c45371115
close as resolved
2011-11-15 01:53:28 -04:00
http://cgray.myopenid.com/
d99fa3ec4e
removed
2011-11-15 05:22:09 +00:00
http://cgray.myopenid.com/
8d9d94f90c
Added a comment
2011-11-15 05:15:47 +00:00
http://cgray.myopenid.com/
eb214f719c
Added a comment
2011-11-15 05:14:05 +00:00
http://joey.kitenet.net/
cfc518190c
Added a comment
2011-11-15 04:46:13 +00:00
http://joey.kitenet.net/
a6091dc271
Added a comment
2011-11-15 04:40:35 +00:00
http://cgray.myopenid.com/
c093839a40
2011-11-15 00:41:08 +00:00
Joey Hess
aa4fbbdd33
status: Now displays trusted, untrusted, and semitrusted repositories separately.
2011-11-14 16:14:17 -04:00
Joey Hess
71b216d1fb
map: Support remotes with /~/ and /~user/
...
More accurately, it was supported already when map uses git-annex-shell,
but not when it does not.
Note that the user name cannot be shell escaped using git-annex's current
approach for shell escaping. I tried and some shells like dash cannot
cd ~'joey'. Rest of directory is still shell escaped, not for security but
in case a directory has a space or other weird character.
2011-11-11 16:18:53 -04:00
Joey Hess
e4105df78a
tested all known types of cycles, all are fixed
...
My testing involved widening the race by adding sleeps, and making sure
something sane happens in each case.
2011-11-10 03:06:08 -04:00
Joey Hess
a218ce41cf
exclusive locks, ugh
2011-11-09 22:15:33 -04:00
Joey Hess
d3e1a3619f
safer inannex checking
...
git-annex-shell inannex now returns always 0, 1, or 100 (the last when
it's unclear if content is currently in the index due to it currently being
moved or dropped).
(Actual locking code still not yet written.)
2011-11-09 18:33:15 -04:00
Joey Hess
8ce7e73f74
reorg to allow taking content lock
...
The lock will only persist during the perform stage, so the content must
be removed from the annex then, rather than in the cleanup stage.
(No lock is actually taken yet.)
2011-11-09 16:54:18 -04:00
Joey Hess
a243d6e6e9
directly lock content?
2011-11-09 14:32:31 -04:00
Joey Hess
393b6b1bde
problem that came to me at 2 am
2011-11-09 13:34:17 -04:00
Joey Hess
2ff8915365
fix
2011-11-08 12:24:56 -04:00
Joey Hess
67c9f84a1f
fix broken links
2011-11-08 12:23:03 -04:00
Joey Hess
faa4935047
Handle a case where an annexed file is moved into a gitignored directory, by having fix --force add its change.
2011-11-07 18:10:31 -04:00
gernot
26d3c3b497
2011-11-07 20:55:54 +00:00
Joey Hess
c99fb58909
merge: Use fast-forward merges when possible.
...
Thanks Valentin Haenel for a test case showing how non-fast-forward merges
could result in an ongoing pull/merge/push cycle.
While the git-annex branch is fast-forwarded, git-annex's index file is still
updated using the union merge strategy as before. There's no other way to
update the index that would be any faster.
It is possible that a union merge and a fast-forward result in different file
contents: Files should have the same lines, but a union merge may change
their order. If this happens, the next commit made to the git-annex branch
will have some unnecessary changes to line orders, but the consistency
of data should be preserved.
Note that when the journal contains changes, a fast-forward is never attempted,
which is fine, because committing those changes would be vanishingly unlikely
to leave the git-annex branch at a commit that already exists in one of
the remotes.
The real difficulty is handling the case where multiple remotes have all
changed. git-annex does find the best (ie, newest) one and fast forwards
to it. If the remotes are diverged, no fast-forward is done at all. It would
be possible to pick one, fast forward to it, and make a merge commit to
the rest, I see no benefit to adding that complexity.
Determining the best of N changed remotes requires N*2+1 calls to git-log, but
these are fast git-log calls, and N is typically small. Also, typically
some or all of the remote refs will be the same, and git-log is not called to
compare those. In the real world I expect this will almost always add only
1 git-log call to the merge process. (Which already makes N anyway.)
2011-11-06 15:22:40 -04:00
Valentin_Haenel
526c20d068
add bug report
2011-11-05 16:31:18 +00:00
Joey Hess
3d3e1c4c25
better command name
2011-10-31 15:18:41 -04:00
Joey Hess
380839299e
The fromkey command now takes the key as its first parameter. The --key option is no longer used.
2011-10-31 12:56:07 -04:00
Joey Hess
56080a0feb
closures
2011-10-30 16:44:09 -04:00
Joey Hess
ee71564754
add command name to some output
2011-10-30 16:38:48 -04:00
Joey Hess
506282399c
Merge branch 'master' of ssh://git-annex.branchable.com
2011-10-29 18:11:25 -04:00
Joey Hess
2566eb85fe
fsck: Now works in bare repositories.
...
Checks location log information, and file contents.
Does not check that numcopies is satisfied, as .gitattributes information
about numcopies is not available in a bare repository. In practice, that
should not be a problem, since fsck is also run in a checkout and will
check numcopies there.
2011-10-29 18:03:28 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
a183487cd5
2011-10-29 21:36:06 +00:00
Joey Hess
36f63ab19e
getting tired of repeating myself
2011-10-29 16:21:34 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
3f32216178
2011-10-29 20:02:21 +00:00
Joey Hess
a93aa2e51e
responsen
2011-10-29 15:46:16 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
b7d2fd8186
2011-10-29 19:09:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
d46b8c053e
Added a comment
2011-10-29 18:28:14 +00:00
Joey Hess
0d92aca1aa
responsen
2011-10-29 14:17:02 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
75e99b16f9
2011-10-29 17:45:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
e9d142e9e8
2011-10-29 17:27:48 +00:00
Joey Hess
0dfe750c0b
close
2011-10-29 13:21:28 -04:00
Joey Hess
ad3b462214
sheesh. seriously?
2011-10-29 13:17:37 -04:00
Joey Hess
158fd0d908
Merge branch 'master' of ssh://git-annex.branchable.com
2011-10-29 13:16:56 -04:00
Joey Hess
978ab987d5
pebak
2011-10-29 13:16:10 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
3868a65663
2011-10-29 17:07:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
36355e815e
Added a comment
2011-10-29 17:03:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
39c304be43
2011-10-29 16:57:10 +00:00
Joey Hess
4d7802bff7
responsen
2011-10-29 12:45:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
0dcbe51ed2
2011-10-29 15:36:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ce4029c973
Added a comment
2011-10-29 15:30:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
7588b042da
2011-10-29 15:27:06 +00:00
Joey Hess
6c31e3a8c3
drop --from is now supported to remove file content from a remote.
2011-10-28 17:26:38 -04:00
Joey Hess
2888562724
update
2011-10-27 18:59:25 -04:00
Joey Hess
66194684ac
uninit: Add guard against being run with the git-annex branch checked out.
2011-10-27 15:47:11 -04:00
Joey Hess
f84d66fa15
reap in onLocal
...
Each onLocal call involves a new Annex state, so needs to clean up after it.
2011-10-27 14:55:07 -04:00
http://joey.kitenet.net/
48d39dd354
Added a comment
2011-10-27 17:13:44 +00:00
http://joey.kitenet.net/
2aa1c779ef
Added a comment
2011-10-27 17:09:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
5bc132b95c
2011-10-27 16:33:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
c3df1c82b9
2011-10-27 16:31:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
c5c682c131
Added a comment
2011-10-26 18:22:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
c65293977e
Added a comment
2011-10-26 17:16:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
c37a70fbbc
2011-10-26 15:49:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
c8fdffa9f8
2011-10-26 15:46:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
962fed915f
Added a comment
2011-10-23 15:00:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
721f236e3a
2011-10-23 14:37:33 +00:00
Joey Hess
f011033869
add timestamps to remote.log
2011-10-06 16:07:58 -04:00
Joey Hess
f929d0229c
Add timestamps to trust.log.
2011-10-06 15:55:50 -04:00
Joey Hess
3e0d2a0803
add timestamp to uuid.log
...
* New or changed repository descriptions in uuid.log now have a timestamp,
which is used to ensure the newest description is used when the uuid.log
has been merged.
* Note that older versions of git-annex will display the timestamp as part
of the repository description, which is ugly but otherwise harmless.
2011-10-06 15:31:25 -04:00
Joey Hess
e139a99aa0
investigated file formats; appending timestamp should preserve back-compat
2011-10-05 16:35:01 -04:00
Joey Hess
c199a01dd1
bug
2011-10-05 15:59:49 -04:00
Joey Hess
d357556141
Add locking to avoid races when changing the git-annex branch.
2011-10-03 16:32:36 -04:00
Joey Hess
6dfb94b2d7
update
2011-10-03 14:48:04 -04:00
Joey Hess
244ffef43f
add
2011-09-29 16:43:00 -04:00
Joey Hess
ca4eb842a4
add json to build scripts
2011-09-06 14:36:21 -04:00
Joey Hess
92f490383a
Merge branch 'master' of ssh://git-annex.branchable.com
2011-09-06 14:35:55 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl0-EtQjVUNysjom6sTlQxRUwkwD6uPx88
fcfd2776cb
2011-09-06 18:27:08 +00:00
Joey Hess
07125dca53
Improve display of newlines around error and warning messages.
2011-09-06 13:46:08 -04:00
Joey Hess
cb5dacfd40
rsync and wget use stderr for progress, so no problem
2011-09-01 16:15:57 -04:00
Joey Hess
e4a74c0dc5
close bug with some caveats
2011-09-01 16:11:21 -04:00
http://jefferai.org/
baa43cb9c0
2011-08-30 20:56:44 +00:00
Joey Hess
b26ee162f3
guess not everyone configures their shell to show nonzero exit codes..
2011-08-27 12:34:02 -04:00
http://peter-simons.myopenid.com/
9170e1b87d
2011-08-26 10:55:43 +00:00
http://joey.kitenet.net/
cde8221051
Added a comment
2011-08-17 04:56:30 +00:00
Joey Hess
e6752cc064
Added support for getting content from git remotes using http (and https).
2011-08-16 21:12:48 -04:00
Joey Hess
c04f1f4c30
response
2011-08-16 16:11:55 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkHscTHMCNvjJ6nLI1VpsBrJFI5FTwhUT4
c3f74c6959
2011-08-15 18:19:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkHscTHMCNvjJ6nLI1VpsBrJFI5FTwhUT4
9f719e5674
2011-08-15 18:18:22 +00:00
http://christian.amsuess.com/chrysn
18012c7ec8
enhancement suggestion
2011-08-12 13:09:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm4or5sJLWB0evPKp70Q2OND-JmFPnOkLA
20a8f8c85b
2011-08-09 13:04:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm4or5sJLWB0evPKp70Q2OND-JmFPnOkLA
1e934c29d6
2011-08-09 13:02:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm4or5sJLWB0evPKp70Q2OND-JmFPnOkLA
065e1a507b
2011-08-09 13:00:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s
614d8f9856
Added a comment
2011-08-08 09:04:21 +00:00
Joey Hess
46ddb4e66a
response
2011-08-05 10:29:21 -04:00
Joey Hess
578e669964
response
2011-08-05 10:27:22 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s
a746623a33
2011-08-01 09:54:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s
b48fec3846
2011-08-01 09:52:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ad4528cce8
2011-07-31 01:20:35 +00:00
Joey Hess
45bbf210a1
Fix shell escaping in rsync special remote.
2011-07-29 15:28:21 +02:00
https://www.google.com/accounts/o8/id?id=AItOawkvSZ1AFJdY_1FeutZr_KWeqtzjZta1PNE
50edbb03eb
2011-07-28 17:40:53 +00:00
Joey Hess
13187b1ba7
close
2011-07-15 12:55:05 -04:00
Joey Hess
39ae33386d
update
2011-07-15 12:53:58 -04:00
Joey Hess
7fa7601490
response
2011-07-15 12:51:06 -04:00
http://peter-simons.myopenid.com/
185f0b6870
2011-07-15 15:33:35 +00:00
Joey Hess
ded2591124
unannex: Clean up use of git commit -a.
...
This was more complex than would be expected. unannex has to use git commit -a
since it's removing files from git; git commit filelist won't do.
Allow commands to be added to the Git queue that have no associated files,
and run such commands once.
2011-07-14 17:15:37 -04:00
http://peter-simons.myopenid.com/
020787bb97
2011-07-14 12:15:42 +00:00
Joey Hess
c38dd9adc8
analysis
2011-07-10 15:37:29 -04:00
Joey Hess
7919de73af
Bugfix: Make add ../ work.
...
The complication of check-attr returning absolute paths that have to be
converted back to relative paths..
2011-07-10 13:52:53 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
085eeaa652
2011-07-09 01:49:09 +00:00
http://joey.kitenet.net/
151b1d85c7
Added a comment
2011-07-08 01:32:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
4857f4e861
Added a comment
2011-07-08 00:45:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
9633deab57
Added a comment: this happens also when the user has not the permission to set the file mode
2011-07-08 00:21:32 +00:00
Joey Hess
67dcc1f171
add: Avoid a failure mode that resulted in the file seemingly being deleted (content put in the annex but no symlink present).
2011-07-07 19:29:36 -04:00
Joey Hess
ff531b9677
Merge branch 'master' of ssh://git-annex.branchable.com
2011-07-07 17:05:53 -04:00
http://joey.kitenet.net/
dac158c7b2
Added a comment
2011-07-07 21:04:23 +00:00
http://joey.kitenet.net/
0c52362359
Added a comment
2011-07-07 20:27:33 +00:00
ssqq
33ebaf3f9f
2011-07-07 19:45:31 +00:00
ssqq
1ffe7f7770
2011-07-07 19:44:40 +00:00
ssqq
944cc2fde8
2011-07-07 18:49:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
8da1dd0336
2011-07-07 11:08:35 +00:00
https://lithitux.org/openidserver/users/pavel
10e72acb01
Added a comment
2011-07-06 08:14:26 +00:00
http://joey.kitenet.net/
fb433a5ba2
Added a comment
2011-07-05 19:06:48 +00:00
http://joey.kitenet.net/
502bac1c71
Added a comment
2011-07-05 18:37:21 +00:00
Joey Hess
82eb082ab9
my fix is confirmed to have worked
...
Also audited for other uses of pipeBoth and hPipeBoth and they mostly seem
safe.
2011-07-05 14:36:21 -04:00
http://joey.kitenet.net/
5070340ca7
Added a comment
2011-07-05 17:31:22 +00:00
https://lithitux.org/openidserver/users/pavel
bddbb66ea4
Added a comment: "Me too"
2011-07-05 15:54:21 +00:00
http://joey.kitenet.net/
0ef0f277c1
Added a comment
2011-07-04 22:58:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
9869ebb260
2011-07-04 22:54:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmJfIszzreLNvCqzqzvTayA9_9L6gb9RtY
02f2c744bd
Added a comment
2011-07-04 20:25:39 +00:00
Joey Hess
71c783bf24
uninit: Use unannex in --fast mode, to support unannexing multiple files that link to the same content.
2011-07-04 16:20:50 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
18d82459c6
Added a comment
2011-07-04 16:57:26 +00:00
http://joey.kitenet.net/
109814d8bb
Comment moderation
2011-07-04 16:29:40 +00:00
Joey Hess
bd54dadb0b
response
2011-07-04 12:27:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
d97cc2fd52
Added a comment
2011-07-03 11:56:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
3904d2e4b9
2011-07-03 11:32:17 +00:00
Joey Hess
af45d42224
Merge branch 'master' into v3
...
Conflicts:
debian/changelog
2011-06-29 11:42:35 -04:00
Joey Hess
b3aaf980e4
--force will cause add, etc, to operate on ignored files.
2011-06-29 11:42:00 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
fb7663ceb8
2011-06-29 14:46:41 +00:00
Joey Hess
9672496a93
update
2011-06-23 08:49:54 -04:00
Joey Hess
c7a1690f02
update
2011-06-22 17:56:07 -04:00
Joey Hess
9f9e17aa0f
unlock: Made atomic.
2011-06-20 22:38:18 -04:00
Joey Hess
53706ad9bf
move bug report
2011-06-20 22:29:46 -04:00
Joey Hess
64d6520704
git is slow
2011-06-14 19:05:45 -04:00
http://christian.amsuess.com/chrysn
f4609a5d28
minor bug report
2011-06-14 17:01:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
056a784f3d
2011-06-13 18:09:58 +00:00
Joey Hess
eb5fbc4cb9
response
2011-06-13 13:03:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
eb8ecd857d
Added a comment
2011-06-13 16:58:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
a85e9b1276
2011-06-13 16:57:19 +00:00
http://joey.kitenet.net/
8da84d8860
Added a comment
2011-06-10 16:46:03 +00:00
http://joey.kitenet.net/
68ed12eab4
Added a comment
2011-06-10 16:41:43 +00:00
http://joey.kitenet.net/
ef6209db43
Comment moderation
2011-06-10 16:39:45 +00: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
c38f826435
Data.Tuple.swap not available with ghc 6.12.3
2011-05-28 11:56:48 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
7db690bdc2
2011-05-28 12:26:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
f13863281c
2011-05-28 12:22:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
27847585cb
2011-05-28 12:18:07 +00:00
Joey Hess
5b941980aa
Closer emulation of git's behavior when told to use "foo/.git" as a git repository instead of just "foo". Closes : #627563
2011-05-22 14:12:16 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
786b990d51
Added a comment
2011-05-16 20:01:29 +00:00
Joey Hess
d006586cd0
add a message in potenatially confusing copy --fast failure situation
2011-05-16 13:27:19 -04:00
Joey Hess
d67998b3d3
meh
2011-05-15 20:40:03 -04:00
Joey Hess
c91764b257
move other comments
2011-05-15 20:35:39 -04:00
Joey Hess
af54d40d5b
move conversation to a real bug report
2011-05-15 20:33:39 -04:00
Joey Hess
89ee0c373b
Merge remote-tracking branch 'branchable/master'
2011-05-14 12:30:19 -04:00
http://joey.kitenet.net/
a43a273176
Added a comment
2011-05-14 16:29:35 +00:00
Joey Hess
bbab57ebe7
Merge remote-tracking branch 'branchable/master'
2011-05-14 12:29:10 -04:00
Joey Hess
020e9b013d
close
2011-05-14 12:28:45 -04:00
http://joey.kitenet.net/
fdc5e5f56c
Added a comment
2011-05-14 16:28:36 +00:00
Joey Hess
60a1aa418c
typo
2011-05-14 12:23:57 -04:00
Joey Hess
078a6fbd76
Work around a bug in Network.URI's handling of bracketed ipv6 addresses.
2011-05-06 15:21:30 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I
c7ff9d3dab
Add sign-off
2011-05-06 00:00:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I
d3dfdb9f9d
Initial commit
2011-05-05 23:57:40 +00:00
Joey Hess
6e95521b85
tweak
2011-04-28 20:47:36 -04:00
Joey Hess
8fcac59852
closing bug
...
my explanation seems to have sufficed
2011-04-28 20:44:08 -04:00
Joey Hess
eef3f634e9
Avoid crashing when an existing key is readded to the annex.
2011-04-28 20:41:40 -04:00
Joey Hess
dda812583f
root caused
2011-04-21 12:13:17 -04:00
Joey Hess
2467c56771
update on S3 memory leaks
...
The remaining leaks are in hS3. The leak with encryption was worked around
by the use of the temp file. (And was probably originally caused by
gpgCipherHandle sparking a thread which kept a reference to the start
of the byte string.)
2011-04-21 11:06:29 -04:00
Joey Hess
6fcd3e1ef7
fix S3 upload buffering problem
...
Provide file size to new version of hS3.
2011-04-21 10:33:17 -04:00
Joey Hess
e3651b1285
update
2011-04-21 01:51:15 -04:00
Joey Hess
936ad63cf4
heard from hS3 author
2011-04-19 17:56:56 -04:00
Joey Hess
4837176897
update on memory leak
...
Finished applying to S3 the change that fixed the memory leak in bup, but
it didn't seem to help S3.. with encryption it still grows to 2x file size.
2011-04-19 16:31:35 -04:00
Joey Hess
030c7a056b
update
2011-04-19 16:03:27 -04:00
Joey Hess
a441e08da1
Fix stalls in S3 when transferring encrypted data.
...
Stalls were caused by code that did approximatly:
content' <- liftIO $ withEncryptedContent cipher content return
store content'
The return evaluated without actually reading content from S3,
and so the cleanup code began waiting on gpg to exit before
gpg could send all its data.
Fixing it involved moving the `store` type action into the IO monad:
liftIO $ withEncryptedContent cipher content store
Which was a bit of a pain to do, thank you type system, but
avoids the problem as now the whole content is consumed, and
stored, before cleanup.
2011-04-19 14:45:19 -04:00
Joey Hess
1687fecd33
bug
2011-04-19 13:45:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
db348896c3
2011-04-17 16:02:22 +00:00
Joey Hess
4d136e1ef5
use different parts of cipher for hmac and gpg
...
Per bugs/S3_bucket_uses_the_same_key_for_encryption_and_hashing
It may be paranoid to worry about the cipher being recovered
from hmac keys, but yes.. let's be paranoid.
2011-04-17 01:36:22 -04:00
Joey Hess
279a8549fc
analized and closed
2011-04-13 16:00:17 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
1880563b02
Added a comment
2011-04-09 23:45:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
29022a4143
2011-04-09 23:43:15 +00:00
http://joey.kitenet.net/
74e877357d
Added a comment
2011-04-09 20:11:59 +00:00
Joey Hess
ad7f87880e
move wishlists to todo
2011-04-09 16:12:32 -04:00
Joey Hess
de14252f78
rainy day bug maintenance
...
Sitting on the porch, enjoying a thunderstorm, what else to do?
2011-04-09 16:08:07 -04:00
Joey Hess
c4bdc59da0
forwarded
2011-04-09 16:04:12 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
bed6cc80b9
Added a comment
2011-04-08 22:02:41 +00:00
http://joey.kitenet.net/
72e6bed8ba
Added a comment
2011-04-08 17:14:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ
784f47d282
2011-04-08 12:19:05 +00:00
http://joey.kitenet.net/
17e974d32d
Comment moderation
2011-04-07 18:13:46 +00:00
http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/
7634f92e83
Added a comment: Reported the issue to GHC
2011-04-07 13:44:38 +00:00
http://joey.kitenet.net/
8528a39f77
Added a comment
2011-04-04 18:20:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
8527643324
2011-04-04 10:19:02 +00:00
fmarier
81ae895aeb
Added a comment: Exporting to a FAT filesystem?
2011-04-04 07:40:43 +00:00
http://joey.kitenet.net/
6fd8efbc3c
Added a comment
2011-04-03 19:53:44 +00:00
gernot
fef63846b9
Added a comment
2011-04-03 19:46:17 +00:00
Joey Hess
7630cf4f84
Merge remote-tracking branch 'branchable/master'
2011-04-03 14:35:30 -04:00
Joey Hess
83acc9ba52
encryption design document
2011-04-03 14:34:00 -04:00
http://joey.kitenet.net/
3c0835e542
Added a comment
2011-04-03 16:53:51 +00:00
Joey Hess
ee313074ed
close
2011-04-03 12:27:13 -04:00
Joey Hess
c93ce86b00
close
2011-04-03 12:21:41 -04:00
Joey Hess
216ad1a4d3
Clear up short option confusion between --from and --force (-f is now --from, and there is no short option for --force).
2011-04-03 12:18:38 -04:00
http://joey.kitenet.net/
c90344908d
Added a comment
2011-04-03 16:06:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
58493c064b
Added a comment
2011-04-03 16:05:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
862df8aa21
Added a comment
2011-04-03 16:02:33 +00:00
gernot
5f3385ce3b
Added a comment
2011-04-03 15:41:01 +00:00
gernot
7ee30bd1ac
Added a comment
2011-04-03 15:35:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
0e0341ff02
Added a comment
2011-04-03 09:00:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
4881a1833a
Added a comment
2011-04-03 08:56:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
c737e86b62
Added a comment
2011-04-03 08:55:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
529393a9e2
Added a comment
2011-04-03 08:24:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
d204b882af
2011-04-03 08:23:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
ed40974ed9
Added a comment
2011-04-03 07:43:37 +00:00
http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/
263524e2c4
Added a comment
2011-04-03 06:57:02 +00:00
http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/
702ab4b008
Added a comment: Bisect results
2011-04-03 06:22:16 +00:00
http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/
38598e6f23
Added a comment: Bisect it is, then
2011-04-03 04:45:50 +00:00
Joey Hess
757a465b53
analysis
2011-04-02 22:55:57 -04:00
http://joey.kitenet.net/
31912a9b3b
Added a comment
2011-04-03 02:26:20 +00:00
http://joey.kitenet.net/
192e988a44
Added a comment
2011-04-03 01:46:16 +00:00
http://joey.kitenet.net/
9026289e9a
Added a comment
2011-04-03 01:40:50 +00:00
http://joey.kitenet.net/
dd64c46804
Added a comment
2011-04-03 01:37:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
a31fb09eaf
2011-04-03 00:50:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
5eaa90ab35
2011-04-03 00:36:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
6c32080439
2011-04-03 00:27:30 +00:00
gernot
d1b1804750
2011-04-02 20:54:43 +00:00
http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/
c4b3081f7c
2011-04-02 19:11:11 +00:00
http://joey.kitenet.net/
ba423c5c0b
Added a comment
2011-04-02 17:58:24 +00:00
http://joey.kitenet.net/
623a071fdb
Added a comment
2011-04-02 17:53:58 +00:00
Joey Hess
dd5591781d
fixed
2011-04-01 12:35:02 -04:00
http://joey.kitenet.net/
5a6c69c838
Added a comment
2011-04-01 16:11:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
2f814eb0be
2011-04-01 10:47:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
f003603e8c
2011-04-01 10:46:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
ee3be251a6
Added a comment
2011-03-31 21:32:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ff97607879
2011-03-31 20:25:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
2fb7eb1e62
rename bugs/softlink_atime.mdwn to bugs/softlink_mtime.mdwn
2011-03-31 20:12:09 +00:00
Joey Hess
a76d1cda91
update
2011-03-31 15:40:08 -04:00
http://joey.kitenet.net/
a7680717f6
Added a comment
2011-03-31 19:32:25 +00:00
http://joey.kitenet.net/
ad2b8759df
2011-03-31 19:30:30 +00:00
http://joey.kitenet.net/
d512a86da9
Added a comment
2011-03-31 19:28:02 +00:00
http://joey.kitenet.net/
0455076c7e
Added a comment
2011-03-31 19:08:01 +00:00
http://joey.kitenet.net/
95f5247ee6
Added a comment
2011-03-31 18:02:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
07070e6dd9
Added a comment
2011-03-30 19:02:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
8f47b38dbc
Added a comment
2011-03-30 18:59:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
b7a48de304
Added a comment
2011-03-30 18:20:57 +00:00
http://joey.kitenet.net/
30801372e2
Added a comment
2011-03-30 18:15:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
564d013628
Added a comment
2011-03-30 17:01:41 +00:00
http://joey.kitenet.net/
8e32c3a596
Added a comment
2011-03-30 14:32:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ee84c75de0
2011-03-30 10:37:27 +00:00
Joey Hess
3b2cbf2104
Merge remote-tracking branch 'branchable/master'
2011-03-28 16:19:45 -04:00
Joey Hess
0956f0dd15
fsck: Ensure that files and directories in .git/annex/objects have proper permissions.
2011-03-28 16:19:20 -04:00
http://joey.kitenet.net/
0cb63c0737
Comment moderation
2011-03-28 16:57:50 +00:00
Joey Hess
cf99575d74
update
2011-03-28 12:09:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
8a20d0d744
Added a comment
2011-03-28 15:51:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
06342e0169
Added a comment
2011-03-28 15:44:56 +00:00
Joey Hess
dd4004c43b
wording
2011-03-28 11:28:34 -04:00
http://joey.kitenet.net/
70d4df79ee
Added a comment
2011-03-28 15:25:18 +00:00
admin
3b3a60dfab
Merge branch 'master' of /home/b-git-annex/source
2011-03-28 15:15:16 +00:00
Joey Hess
8db6b4f655
response
2011-03-28 11:16:36 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
b6d40c119a
Added a comment
2011-03-28 15:13:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
fc363b9ca3
2011-03-28 14:44:26 +00:00
Joey Hess
4894dd8b86
Merge remote-tracking branch 'branchable/master'
2011-03-28 09:28:59 -04:00
Joey Hess
016eea0280
Bugfix: Keys could be received into v1 annexes from v2 annexes, via v1 git-annex-shell. This results in some oddly named keys in the v1 annex. Recognise and fix those keys when upgrading, instead of crashing.
2011-03-28 09:27:28 -04:00
Joey Hess
9d86d02b3d
update
2011-03-28 08:55:00 -04:00
Joey Hess
d2ed1b3a99
second thought
2011-03-28 08:52:42 -04:00
Joey Hess
02601c6b9f
analysis; workaround
2011-03-28 08:41:23 -04:00
http://ertai.myopenid.com/
ee9973019c
2011-03-28 12:32:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
61063dee6c
Added a comment
2011-03-28 07:26:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
be3f6a9acf
2011-03-27 23:19:45 +00:00
Joey Hess
9a4127f0fe
response
2011-03-27 18:02:42 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
834309d1d0
2011-03-27 20:39:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
1fccea5154
2011-03-27 17:48:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
3ded849532
2011-03-27 17:37:07 +00:00
Joey Hess
2821effce9
response
2011-03-27 13:30:18 -04:00
Joey Hess
41d660c88f
response
2011-03-27 13:15:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
bb7688233b
2011-03-27 16:53:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
5daf33d557
2011-03-27 16:49:10 +00:00
Joey Hess
3d84ec1bda
response
2011-03-27 12:41:53 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
3aaf1fcc54
2011-03-27 13:02:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
ca5a6f4f42
2011-03-27 12:58:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
07d15ab2ea
2011-03-27 10:33:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
2f32b7afc0
2011-03-27 10:21:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
443bf2ade7
Added a comment
2011-03-23 17:03:53 +00:00
http://joey.kitenet.net/
4727ebab53
Added a comment
2011-03-23 16:57:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
7ffc3a72ae
Added a comment
2011-03-23 16:23:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
48a8f811fa
Added a comment
2011-03-23 16:14:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
328b023c53
Added a comment
2011-03-23 16:02:35 +00:00
http://joey.kitenet.net/
cf70075c4b
Added a comment
2011-03-23 15:13:33 +00:00
http://joey.kitenet.net/
5b4ae90cdb
Added a comment
2011-03-23 15:05:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
002db413a5
2011-03-23 09:53:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
847629ee69
Added a comment
2011-03-23 08:21:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
ba064654a3
2011-03-23 07:27:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
d2a8e51177
2011-03-22 22:59:55 +00:00
Joey Hess
fea20d260c
applied
2011-03-22 18:45:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
4ca3a3a9b5
2011-03-22 22:25:27 +00:00
Joey Hess
3b312a0c2b
Merge remote-tracking branch 'branchable/master'
2011-03-22 17:54:09 -04:00
Joey Hess
aa2d8e33df
free space checking
...
Free space checking is now done, for transfers of data for keys that have free space metadata.
(Notably, not for SHA* keys generated with git-annex 0.24 or earlier.)
The code is believed to work on Linux, FreeBSD, and OSX; check compile-time
messages to see if it is not enabled for your OS.
2011-03-22 17:27:04 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
0fe3ff8e14
2011-03-22 21:25:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
66f1d7dc5b
2011-03-22 21:25:29 +00:00
praet
e1147b4454
Added a comment
2011-03-21 19:58:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
6fe02b24fa
Added a comment
2011-03-21 08:52:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmSbJHbvlxbCjtPXk_Io3qP3MFqJr3pUgQ
d8dfd2c103
2011-03-21 04:27:46 +00:00
http://joey.kitenet.net/
fccd30cacd
Added a comment
2011-03-20 22:06:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
cb4ed36f13
Added a comment
2011-03-20 20:48:42 +00:00
praet
23cf9dac86
Added a comment: Brainfart
2011-03-20 20:11:28 +00:00
http://joey.kitenet.net/
05ae9cb1bb
Added a comment
2011-03-20 18:12:59 +00:00
Joey Hess
5022a69e45
implemented
2011-03-19 14:39:03 -04:00
Joey Hess
6783c31ba3
notabug
2011-03-19 11:33:04 -04:00
Joey Hess
065a3e4d2b
move OSX tips to forum and link to from install/OSX
2011-03-19 11:31:08 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
4395429ab1
2011-03-19 11:39:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
a3ee0da1e0
2011-03-19 11:31:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
9e8d537336
2011-03-19 01:16:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
debc7b2744
removed
2011-03-19 01:10:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
3dbff3356d
2011-03-19 01:09:22 +00:00
Joey Hess
885215508c
add
2011-03-18 17:05:03 -04:00
Joey Hess
75ad0f22d8
analysis
2011-03-18 16:47:20 -04:00
Joey Hess
69841b67c9
done
2011-03-18 16:32:31 -04:00
Joey Hess
0cc05e0c19
response
2011-03-18 16:29:14 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
b7ed29f3c0
2011-03-18 19:24:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ba7970c644
2011-03-18 19:24:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ca48255495
2011-03-18 19:24:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
482782ad05
2011-03-18 18:38:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
bc72c0bab6
2011-03-18 18:37:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
8fed2539a3
new: bugs/fsck output
2011-03-18 17:54:32 +00:00
Joey Hess
be27fa41fa
response
2011-03-17 20:36:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
e31be22c12
2011-03-17 20:27:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
98364839ca
2011-03-17 19:11:21 +00:00
Joey Hess
8543d9add4
check for curl in configure, thanks Jimmy
2011-03-17 11:57:03 -04:00
Joey Hess
7b5b127608
Fix dropping of files using the URL backend.
2011-03-17 11:49:21 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
ba91851632
2011-03-17 10:14:19 +00:00
Joey Hess
1c8fab94b0
Merge remote-tracking branch 'branchable/master'
2011-03-16 21:05:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
2f515fb57f
2011-03-17 00:04:38 +00:00
Joey Hess
3a020e599e
Merge branch 'master' into reorg
...
Conflicts:
debian/changelog
2011-03-16 18:47:04 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
b630705981
Added a comment
2011-03-16 20:32:03 +00:00
Joey Hess
6255865c6c
update
2011-03-16 16:14:50 -04:00
http://joey.kitenet.net/
a9111ff7e0
Added a comment
2011-03-16 17:46:40 +00:00
Joey Hess
8ad321312a
Merge remote-tracking branch 'branchable/master' into reorg
2011-03-16 13:18:16 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
f655cecfed
Added a comment
2011-03-16 16:49:20 +00:00
http://joey.kitenet.net/
e044d40cbd
Comment moderation
2011-03-16 16:29:33 +00:00
Joey Hess
e31eb44171
Merge branch 'master' into reorg
2011-03-16 12:08:24 -04:00
http://joey.kitenet.net/
0512c7dcfa
Added a comment
2011-03-16 16:07:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
ea81da347f
2011-03-16 14:27:45 +00:00
Joey Hess
539083b847
Merge remote-tracking branch 'origin/master' into reorg
2011-03-16 00:09:35 -04:00
Joey Hess
09a7689bc3
update and bug closures for v2 layout
2011-03-16 00:08:02 -04:00
http://joey.kitenet.net/
cf5e002daf
Added a comment
2011-03-16 03:04:50 +00:00
http://joey.kitenet.net/
9741c20268
Added a comment
2011-03-16 03:03:19 +00:00
http://joey.kitenet.net/
fe4e482a96
Comment moderation
2011-03-16 02:58:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
7b0c6177ff
2011-03-15 10:49:10 +00:00
Joey Hess
bc5c54c987
symlink touching fun
...
When adding files to the annex, the symlinks pointing at the annexed
content are made to have the same mtime as the original file. While git
does not preserve that information, this allows a tool like metastore to be
used with annexed files.
2011-03-14 23:00:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
61396e34b5
2011-03-14 17:00:38 +00:00
Joey Hess
a021ae9291
design
2011-03-14 12:33:15 -04:00
Joey Hess
90eb118567
response
2011-03-14 12:17:34 -04:00
Joey Hess
1a2c9b61f7
note
2011-03-14 12:08:38 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
5aac014a67
2011-03-14 13:47:38 +00:00
Joey Hess
61afcd2d16
response
2011-03-13 17:42:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
4ddcf26051
2011-03-13 20:32:12 +00:00
Joey Hess
8fa4b48fc4
Merge remote-tracking branch 'branchable/master'
2011-03-12 15:42:23 -04:00
Joey Hess
72d2684016
Rethink filename encoding handling for display. Since filename encoding may or may not match locale settings, any attempt to decode filenames will fail for some files. So instead, do all output in binary mode.
2011-03-12 15:30:17 -04:00
http://christian.amsuess.com/chrysn
4163341c9d
Added a comment: use mini-branches
2011-03-09 23:47:49 +00:00
Joey Hess
26544de946
put in utf8 forcing workaround
...
Haskell's IO layer crashes on characters > 255 when in a non-unicode (latin1)
locale. Until Haskell gets better behavior, put in an admittedly ugly
workaround for that: git-annex forces utf8 output mode no matter what
locale is selected. So if you use a non-utf8 locale, your filenames with
characters > 127 will not be displayed as you'd expect. But at least it
won't crash.
2011-03-08 18:05:20 -04:00
Joey Hess
b85c91743c
update
2011-03-08 17:48:25 -04:00
Joey Hess
6c1607ce66
Support ssh remotes with a port specified.
2011-03-05 15:47:00 -04:00
http://batchyx.myopenid.com/
5c4f90b2d0
clarif
2011-03-05 07:33:05 +00:00
http://batchyx.myopenid.com/
c4dd0e3773
initial bug creation.
2011-03-05 07:30:19 +00:00
Joey Hess
a9d0538da5
updates for bare repo support
2011-03-03 15:59:16 -04:00
Joey Hess
7ea9f52c28
cannot be broken symlinks after all.. one other idea
2011-03-03 13:37:46 -04:00
Joey Hess
f93b8a6697
amend
2011-03-03 13:26:53 -04:00
Joey Hess
1bf3be5d6c
doesn't seem possible..
2011-03-03 13:25:17 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s
f9da862500
2011-03-03 10:31:47 +00:00
Joey Hess
d140c01bfd
bug
2011-03-01 13:37:24 -04:00
Joey Hess
be4af85f98
a slightly annoying thing
2011-03-01 13:23:44 -04:00
Joey Hess
78fa8c1b43
walkthrough deep links
2011-02-27 12:47:43 -04:00
Joey Hess
9e49a71282
typo
2011-02-27 12:19:28 -04:00
Joey Hess
b14ad63381
responses
2011-02-27 12:17:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkju1sxeJoVVa04plfuhH4Dp8KJOA-Gu_g
22c8dfcd3f
2011-02-27 14:01:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkju1sxeJoVVa04plfuhH4Dp8KJOA-Gu_g
715faa86af
2011-02-27 13:59:42 +00:00
jbd
307685c349
Added a comment
2011-02-26 10:26:13 +00:00
http://joey.kitenet.net/
82d6545b6f
removed
2011-02-25 19:54:48 +00:00
http://joey.kitenet.net/
2d1e1e414d
Added a comment
2011-02-25 19:54:31 +00:00
http://joey.kitenet.net/
42b181a04b
Added a comment
2011-02-25 19:54:29 +00:00
http://joey.kitenet.net/
5cb24bebf4
Added a comment
2011-02-25 19:12:42 +00:00
jbd
fa37ae1d96
2011-02-25 09:12:45 +00:00
Joey Hess
836e71297b
Support filenames that start with a dash; when such a file is passed to a utility it will be escaped to avoid it being interpreted as an option.
2011-02-25 01:13:01 -04:00
http://jandd.myopenid.com/
e61b47bc8a
2011-02-24 10:11:36 +00:00
Joey Hess
2b1059032b
Merge remote branch 'branchable/master'
2011-02-13 14:22:59 -04:00
Joey Hess
3390183400
Make test suite not rely on a working cp -pr.
...
(The Unix wars are still ON!)
2011-02-13 14:19:14 -04:00
http://joey.kitenet.net/
e2cf7389be
Added a comment
2011-02-13 17:54:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
02711df66e
Added a comment
2011-02-13 15:55:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
65d30ffc37
Added a comment: maybe killed another osx bug in the test.
2011-02-13 15:12:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
ed15a4e184
Added a comment
2011-02-13 10:46:55 +00:00
http://joey.kitenet.net/
c52bd2f10b
Added a comment
2011-02-13 04:52:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
44d0159749
Added a comment
2011-02-13 02:45:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
4f5f29c146
Added a comment
2011-02-12 21:19:26 +00:00
Joey Hess
5a50a7cf13
update unicode FilePath handling
...
Based on http://hackage.haskell.org/trac/ghc/ticket/3307 ,
whether FilePath contains decoded unicode varies by OS.
So, add a configure check for it.
Also, renamed showFile to filePathToString
2011-02-11 15:37:37 -04:00
Joey Hess
0fef480bca
update
2011-02-10 14:58:09 -04:00
Joey Hess
52fa424fae
update
2011-02-10 14:45:35 -04:00
Joey Hess
467af5ba80
Merge remote branch 'branchable/master'
2011-02-10 14:41:48 -04:00
Joey Hess
fe55b4644e
Fix display of unicode filenames.
...
Internally, the filenames are stored as un-decoded unicode.
I tried decoding them, but then haskell tries to access the wrong files.
Hmm.
So, I've unhappily chosen option "B", which is to decode filenames before
they are displayed.
2011-02-10 14:21:44 -04:00
http://joey.kitenet.net/
fe84d45423
Added a comment
2011-02-09 21:59:47 +00:00
http://joey.kitenet.net/
0885c886d0
Added a comment
2011-02-09 19:47:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
8cc289dca5
Added a comment
2011-02-09 19:35:48 +00:00
Joey Hess
e7a3475704
Merge remote branch 'branchable/master'
2011-02-09 11:20:14 -04:00
Joey Hess
82bc10d5ea
test: Set git user name and email in case git can't guess values.
2011-02-09 11:17:26 -04:00
http://joey.kitenet.net/
df2312c165
Added a comment
2011-02-09 15:04:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
fdb2896958
2011-02-09 10:29:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
077b46abc0
2011-02-09 09:13:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
23ab9a228d
Added a comment
2011-02-09 09:12:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
0fb84912b6
2011-02-09 09:09:44 +00:00
http://joey.kitenet.net/
c1bc8f31c5
Added a comment
2011-02-09 04:10:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
01a45b6be4
Added a comment
2011-02-09 00:45:32 +00:00
http://joey.kitenet.net/
be8b42b40d
Added a comment
2011-02-08 23:20:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
3775dc9607
Added a comment
2011-02-08 19:56:56 +00:00
Joey Hess
d50da60c26
Merge remote branch 'branchable/master'
2011-02-08 15:12:38 -04:00
Joey Hess
45387b3fcb
Deal with the mtl/monads-fd conflict.
2011-02-08 15:11:49 -04:00
http://joey.kitenet.net/
217e5de244
Added a comment
2011-02-08 19:00:14 +00:00
http://ertai.myopenid.com/
82ff914492
Added a comment: how to reproduce the package conflict issue
2011-02-07 14:12:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
3093d2fad7
Added a comment: tests fail with more recent installs of haskell platform
2011-02-07 12:43:44 +00:00
http://joey.kitenet.net/
413f50b82d
Added a comment
2011-02-06 17:39:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc
c975384195
Added a comment: Got it going!
2011-02-06 06:02:59 +00:00
Joey Hess
b1caa49248
workaround
2011-02-03 14:11:28 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc
3595abe1ca
2011-02-03 14:10:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc
41656301ef
2011-02-03 14:08:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc
8f0b86dab5
2011-02-03 14:07:52 +00:00
Joey Hess
c77ac11acc
unannex: Commit staged changes at end
...
to avoid some confusing behavior with the pre-commit hook, which would see
some types of commits after an unannex as checking in of an unlocked file.
2011-02-01 21:27:23 -04:00
Joey Hess
9aecf4110a
followup
2011-02-01 21:04:43 -04:00
Joey Hess
ed089c2255
rename (caused by ikiwiki bug, now fixed)
2011-02-01 21:01:43 -04:00
http://joey.kitenet.net/
3ceef4410c
2011-02-02 00:47:43 +00:00
Joey Hess
37c62eebb7
Preserve specified file ordering when instructed to act on multiple files or directories.
2011-01-31 20:06:34 -04:00
Joey Hess
9fe5865a07
annoyance
2011-01-31 16:06:27 -04:00
Joey Hess
b13f4bcebc
Merge remote branch 'branchable/master'
2011-01-28 14:11:12 -04:00
Joey Hess
e6da7eb177
Improved temp file handling
...
* Improved temp file handling. Transfers of content can now be resumed
from temp files later; the resume does not have to be the immediate
next git-annex run.
* unused: Include partially transferred content in the list.
2011-01-28 14:10:50 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I
5ab922ce0e
Added a comment: I actually *do* want to avoid duplication of filenames
2011-01-28 07:30:06 +00:00
http://joey.kitenet.net/
2087c8ef5e
Added a comment
2011-01-27 18:29:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I
346ade8de5
2011-01-27 05:59:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I
e51b4d172b
2011-01-27 01:30:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I
8dc7af780b
Fix some formatting.
2011-01-27 01:29:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I
2e0cbcdf5d
Feature request for a sort of "dedup" for filenames
2011-01-27 01:29:08 +00:00
Joey Hess
dbb76c22d0
Support using the uuidgen command if the uuid command is not available.
2011-01-19 18:08:50 -04:00
http://jcftang.myopenid.com/
a2428e7bdc
2011-01-19 12:12:22 +00:00
http://jcftang.myopenid.com/
1cc064d1a2
2011-01-19 11:00:17 +00:00
Joey Hess
d5c18d71ef
bug
2011-01-18 13:31:22 -04:00
Joey Hess
fd3efc086a
close bug
2011-01-09 11:02:04 -04:00
Joey Hess
f4ddb580c8
bugfix: Fix crash caused by a symlink in the repo with link text ending in a "/". (Thanks Henrik for reporting.)
2011-01-09 10:04:16 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmlUJkSWTkiWuwzwilXh1Wd3jg8I33iTQg
51327c242f
2011-01-09 13:17:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmlUJkSWTkiWuwzwilXh1Wd3jg8I33iTQg
292c2796a4
2011-01-09 13:16:53 +00:00
Joey Hess
14fe13dc2b
support ssh urls containing "~", and relative user:path
2010-12-31 21:22:03 -04:00
Joey Hess
ed593f1f3f
git-annex-shell makes this more tractable
2010-12-31 20:38:50 -04:00
Joey Hess
3714364905
design for a git-annex-shell
2010-12-28 17:44:36 -04:00
Joey Hess
6c58a58393
details..
2010-12-28 15:28:23 -04:00
Joey Hess
022e0c7751
Support scp-style urls for remotes (host:path).
2010-12-28 13:48:11 -04:00
Joey Hess
70d68212f5
let's not use the forum for bug reports
2010-12-28 12:55:19 -04:00
http://christian.amsuess.com/chrysn
61b7f3dea3
but report on umlaut handling
2010-12-22 11:52:16 +00:00
Joey Hess
c4a357d5d1
Bugfix to git annex unused in a repository with nothing yet annexed.
2010-12-20 14:57:43 -04:00
http://christian.amsuess.com/chrysn
d0cba98c5b
misleading error message on empty repo
2010-12-20 13:20:00 +00:00
Joey Hess
1f22c9ea38
response
2010-12-09 13:45:16 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmfO7UdOn_TB4WD13ZBKMTuHW44MBJdgiI
939475a6ba
2010-12-09 00:10:03 +00:00
Joey Hess
5c7d1b0279
Fix git annex add ../foo
(when ran in a subdir of the repo).
...
There was no reason for Git.relative to be used here.
2010-11-17 13:55:38 -04:00
Joey Hess
d9d79a7980
idea
2010-11-13 15:46:56 -04:00
Joey Hess
c7ec38b829
bug
2010-11-11 20:00:49 -04:00
http://users.itk.ppke.hu/~cstamas/openid/
081517b6e9
add 'done' link
2010-10-31 16:10:22 +00:00
http://users.itk.ppke.hu/~cstamas/openid/
bcfd0d908a
building on squeeze
2010-10-31 16:06:00 +00:00
Joey Hess
465fb0ebc4
link to ask.debian.net
2010-10-30 20:43:05 -04:00
Joey Hess
765c9fa82d
meh
2010-10-30 17:38:20 -04:00
http://users.itk.ppke.hu/~cstamas/openid/
8edc7a0e43
formatting fix
2010-10-30 19:46:39 +00:00
http://users.itk.ppke.hu/~cstamas/openid/
2be74a60df
reply to joey
2010-10-30 19:40:17 +00:00
Joey Hess
23da029b75
Support building with Debian stable's ghc.
2010-10-30 15:10:10 -04:00
Joey Hess
83715949c9
response
2010-10-30 15:03:34 -04:00
http://users.itk.ppke.hu/~cstamas/openid/
d1fd2c1428
2010-10-30 17:25:38 +00:00
Joey Hess
fde01e52f3
Fix SIGINT handling.
2010-10-29 12:38:41 -04:00
Joey Hess
e87287c11b
fix failure propigation
2010-10-25 19:17:11 -04:00
Joey Hess
47892ced88
new bug
2010-10-25 18:36:41 -04:00
Joey Hess
8beed17168
drop incomplete bare repo support
...
Added a bug about it.
Now git annex move --from works fully
2010-10-25 17:31:07 -04:00
Joey Hess
81f71e57b9
reorg
2010-10-25 11:47:45 -04:00
Joey Hess
8ff3c73556
bug
2010-10-22 15:59:13 -04:00
Joey Hess
1e40562b02
todo
2010-10-22 15:10:21 -04:00
Joey Hess
599cb15f30
update
2010-10-22 15:08:53 -04:00
Joey Hess
014f7f650d
crazy idea
2010-10-21 19:27:29 -04:00
Joey Hess
19fde4960d
new fromkey subcommand, for registering urls, etc
...
had to redo Annex monad's flag storage
2010-10-21 16:30:16 -04:00
Joey Hess
277b0f0de1
add
2010-10-19 20:27:07 -04:00
Joey Hess
9d5b8ebab0
update
2010-10-19 19:28:29 -04:00
Joey Hess
b1d22b3229
update
2010-10-19 16:07:33 -04:00
Joey Hess
05539c773e
split TODO
2010-10-19 16:01:48 -04:00
Joey Hess
7bc4435ffd
update
2010-10-19 15:59:40 -04:00
Joey Hess
e8267f1b9e
add doc wiki
2010-10-19 14:37:19 -04:00