Commit graph

18436 commits

Author SHA1 Message Date
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
6a96265f44 2015-08-17 11:37:17 +00:00
anarcat
1f359ab899 Added a comment: great! 2015-08-17 04:07:28 +00:00
crumblybrick
d6d381ed70 rename forum_/_Searching_metadata_and_file_content__63__.mdwn to forum/Searching_metadata_and_file_content__63__.mdwn 2015-08-16 16:40:21 +00:00
crumblybrick
d1fc6ffa2f rename forum/_creating_Searching_metadata_and_file_content__63__.mdwn to forum_/_Searching_metadata_and_file_content__63__.mdwn 2015-08-16 13:46:00 +00:00
crumblybrick
f4f3df3ae1 2015-08-16 13:44:47 +00:00
Joey Hess
7c3e4f1cb6 Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-15 11:44:25 -04:00
konubinix
3d77f9fb3a Added a comment: git-new-workdir 2015-08-15 12:48:31 +00:00
samuel.hym+bugs@a85e9c44dc6369ad6b12e8e6a3896ad34f7df4a3
d0f06212d5 Fix formatting of shell output 2015-08-15 12:17:58 +00:00
samuel.hym+bugs@a85e9c44dc6369ad6b12e8e6a3896ad34f7df4a3
1ba226641c 2015-08-15 12:14:48 +00:00
Joey Hess
0050215ed1 enable parallel build for fast mode and explicitly disable for production
Currently, ghc has issues getting reproducible builds with parallel
building. https://ghc.haskell.org/trac/ghc/ticket/4012
2015-08-14 17:39:56 -04:00
Joey Hess
a4fe6e037b oops, didn't mean to commit these changes yet 2015-08-14 14:22:53 -04:00
Joey Hess
290ff35b53 comment 2015-08-14 14:13:49 -04:00
Joey Hess
7be948f6d4 response 2015-08-14 14:05:46 -04:00
Joey Hess
87b4229b23 sync: Support --jobs
* sync: Support --jobs
* sync --content: Avoid unnecessary second pull from remotes when
  no file transfers are made.
2015-08-14 13:49:55 -04:00
mhubig
4a5fe93248 2015-08-14 17:18:47 +00:00
jonathan.stott+gitannex@7c5a9cff8c7c8f69680d0723dda182fa3ba78d43
d4bda84386 2015-08-14 13:40:45 +00:00
mhubig
8f56633c41 2015-08-14 12:54:57 +00:00
Joey Hess
16a7510029 thought 2015-08-13 19:55:22 -04:00
Joey Hess
ad1ff2683c followup 2015-08-13 17:34:13 -04:00
Joey Hess
6bc46e384e Added WHEREIS to external special remote protocol. 2015-08-13 17:27:50 -04:00
Joey Hess
c6bea20f3d comment 2015-08-13 16:46:51 -04:00
Joey Hess
354079d71d fixed this earlier 2015-08-13 16:44:40 -04:00
Joey Hess
4ab4417292 move item to todo list from bugs and followup 2015-08-13 16:43:58 -04:00
Joey Hess
8482858401 devblog 2015-08-13 16:23:40 -04:00
Joey Hess
00fd5b67bf more measuring 2015-08-13 16:15:22 -04:00
Joey Hess
34c848381f Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-13 14:20:54 -04:00
Joey Hess
983a95f021 Sped up downloads of files from ssh remotes, reducing the non-data-transfer overhead 6x. 2015-08-13 14:20:28 -04:00
brian@c28af5769eba9d68a2d736be827d99060af626e8
186ece5936 2015-08-13 15:07:48 +00:00
edward
c3b04a774a Added a comment: Same problem, git revert worked, sort of 2015-08-13 11:18:42 +00:00
Øyvind A. Holm
5c0c39115c backends.mdwn: Typo fix, 'SHA_512E' → 'SHA3_512E'
Really awesome that git-annex got SHA3 support the day after the
standard was released.
2015-08-13 04:19:11 +02:00
Joey Hess
7584e47ba3 --debug log messages are now timestamped with fractional seconds. 2015-08-12 14:42:49 -04:00
Joey Hess
626d273240 add news item for git-annex 5.20150812 2015-08-12 11:25:18 -04:00
https://mey.vn/
f7b57c5f6b Added a comment 2015-08-12 10:54:29 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
bb43b2e021 Added a comment 2015-08-12 04:51:53 +00:00
anarcat
a6f7b36793 Added a comment: thanks 2015-08-12 00:22:31 +00:00
sanket
a39ae9ec3e Added a comment: Integrating Tahoe and Git annex using special remote 2015-08-12 00:00:09 +00:00
Joey Hess
b3b9970fdd Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-11 19:24:04 -04:00
Joey Hess
23be6c78e3 devblog 2015-08-11 19:22:36 -04:00
Joey Hess
4265e52596 comment 2015-08-11 19:21:25 -04:00
Joey Hess
23e9d3bb77 Fix setting/setting/viewing metadata that contains unicode or other special characters, when in a non-unicode locale.
Oh boy, not again. So, another place that the filesystem encoding needs to
be applied. Yay.

In passing, I changed decodeBS so if a NUL is embedded in the input, the
resulting FilePath doesn't get truncated at that NUL. This was needed to
make prop_b64_roundtrips pass, and on reviewing the callers of decodeBS, I
didn't see any where this wouldn't make sense. When a FilePath is used to
operate on the filesystem, it'll get truncated at a NUL anyway, whereas if
a String is being used for something else, it might conceivably have a NUL
in it, and we wouldn't want it to get truncated when going through
decodeBS.
(NB: There may be a speed impact from this change.)
2015-08-11 18:40:59 -04:00
Joey Hess
1e40bfda49 close 2015-08-11 18:00:47 -04:00
anarcat
c99fae87bc Added a comment: still broken, imho - possible fixes and workarounds 2015-08-11 21:43:32 +00:00
Joey Hess
756551cfcc amazonka 2015-08-11 14:14:53 -04:00
Joey Hess
8ee295e446 comment 2015-08-11 13:52:54 -04:00
Joey Hess
21dc3ab49e response 2015-08-11 13:36:22 -04:00
Joey Hess
73dcfc28a5 followup 2015-08-11 13:24:20 -04:00
Joey Hess
47e7921259 response 2015-08-11 13:21:47 -04:00
Joey Hess
d54c9c46da remove my addition; I missed that bgilbert already said the same in a comment 2015-08-11 12:56:15 -04:00
Joey Hess
1b34533750 followu 2015-08-11 12:55:25 -04:00
Joey Hess
9286a7678e Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-11 12:14:08 -04:00
Joey Hess
c7b5e28d33 add link to gcsannex external special remote 2015-08-11 12:08:53 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
c53d8323df Added a comment: any chance to get a native google drive annex support? 2015-08-11 04:12:10 +00:00
tomekwi
d4ce800219 Added a comment: Linux-Windows repo 2015-08-10 18:22:22 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
339374b20a Initial report 2015-08-09 23:44:28 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
3bb3f7495d Added a comment: External special remote 2015-08-09 23:05:04 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
6d6eb6e4a5 Added a comment: External special remote 2015-08-09 22:59:16 +00:00
Joey Hess
56c399e217 remove obsolete tip 2015-08-09 18:11:23 -04:00
Joey Hess
533ab7b9ad tip for git-annex-shell PATH issues 2015-08-09 18:09:05 -04:00
Joey Hess
a52b65ae00 Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-09 17:25:34 -04:00
Joey Hess
61f30ff452 document a PATH issue 2015-08-09 17:25:13 -04:00
https://openid.stackexchange.com/user/1938c4c8-6bd7-4fbe-8784-f00dc5dd9fcb
8e044f27e2 Added a comment 2015-08-09 19:56:52 +00:00
Joey Hess
8167f6fb40 Improve Setup.hs file so that cabal copy --destdir works. Thanks, Magnus_Therning. 2015-08-09 10:30:35 -04:00
Joey Hess
b0bc141a97 response 2015-08-09 10:15:32 -04:00
Joey Hess
36199e8df4 Revert "removed"
This reverts commit 3da078b2c0.

This user will be banned if they make any further such apparently malicious
or stupid changes.
2015-08-09 10:12:47 -04:00
threadshuffle
a5cdf9b4aa Added a comment 2015-08-09 10:00:48 +00:00
https://me.yahoo.com/a/KAQceysfsY6cjDjzGEJVZWdWJiUkO9bO5H5b44IJmwTNsIxqGW7l_re80nme#54d52
8e2d1b885c 2015-08-09 06:03:00 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
7434cc0d72 Added a comment 2015-08-09 03:04:31 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
3cb9c0dd93 2015-08-09 02:51:41 +00:00
https://openid.stackexchange.com/user/1938c4c8-6bd7-4fbe-8784-f00dc5dd9fcb
8294366f64 2015-08-08 18:29:32 +00:00
https://openid.stackexchange.com/user/1938c4c8-6bd7-4fbe-8784-f00dc5dd9fcb
cb25904a11 2015-08-08 18:28:49 +00:00
https://openid.stackexchange.com/user/1938c4c8-6bd7-4fbe-8784-f00dc5dd9fcb
f5734bae34 2015-08-08 18:27:56 +00:00
isoftinc2
3da078b2c0 removed 2015-08-08 08:00:22 +00:00
https://mey.vn/
fa1da75c83 2015-08-06 22:49:02 +00:00
https://mey.vn/
f4c2e501e8 2015-08-06 22:46:11 +00:00
Joey Hess
738f368cd4 Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-06 18:33:59 -04:00
https://id.koumbit.net/anarcat
63aec0eba0 no haskell? 2015-08-06 21:14:47 +00:00
Joey Hess
212f8a64a7 devblog 2015-08-06 15:26:09 -04:00
Joey Hess
abbd8203bf Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-06 15:03:02 -04:00
Joey Hess
0ec9bc2200 Added support for SHA3 hashed keys (in 8 varieties), when git-annex is built using the cryptonite library.
While cryptohash has SHA3 support, it has not been updated for the final
version of the spec. Note that cryptonite has not been ported to all arches
that cryptohash builds on yet.
2015-08-06 15:02:25 -04:00
Joey Hess
6ded6fd19a promote comment to todo 2015-08-06 13:33:25 -04:00
dberebi@ca13ee3cf0ff9c61fdfea562ebf725e0b6dc40ef
ff8fa8f0ba Added a comment 2015-08-06 01:51:03 +00:00
dberebi@ca13ee3cf0ff9c61fdfea562ebf725e0b6dc40ef
8b8f6647dd removed 2015-08-06 01:50:27 +00:00
dberebi@ca13ee3cf0ff9c61fdfea562ebf725e0b6dc40ef
ea6b68dd96 Added a comment 2015-08-06 01:49:51 +00:00
anarcat
3908fcf952 Added a comment: great news 2015-08-05 18:52:47 +00:00
Joey Hess
a94e93619a devblog 2015-08-05 14:41:32 -04:00
Joey Hess
b3f183bc3f link to the centralized_git_repository_tutorial 2015-08-05 14:15:20 -04:00
Joey Hess
49947be595 done 2015-08-05 14:11:55 -04:00
Joey Hess
c5b8484c2e Simplify setup process for a ssh remote.
Now it suffices to run git remote add, followed by git-annex sync. Now the
remote is automatically initialized for use by git-annex, where before the
git-annex branch had to manually be pushed before using git-annex sync.
Note that this involved changes to git-annex-shell, so if the remote is
using an old version, the manual push is still needed.

Implementation required git-annex-shell be changed, so configlist can
autoinit a repository even when no git-annex branch has been pushed yet.
Unfortunate because we'll have to wait for it to get deployed to servers
before being able to rely on this change in the documentation.

Did consider making git-annex sync push the git-annex branch to repos that
didn't have a uuid, but this seemed difficult to do without complicating it
in messy ways.

It would be cleaner to split a command out from configlist to handle
the initialization. But this is difficult without sacrificing backwards
compatability, for users of old git-annex versions which would not use the
new command.
2015-08-05 13:49:58 -04:00
Joey Hess
8d4a72c23f response 2015-08-05 10:11:05 -04:00
Joey Hess
de9a35f64d Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-05 09:45:26 -04:00
Joey Hess
1e1fae538d add missing directory params in 2 places 2015-08-05 09:42:43 -04:00
dberebi@ca13ee3cf0ff9c61fdfea562ebf725e0b6dc40ef
5ca85f1576 2015-08-05 03:02:52 +00:00
Joey Hess
a6fbf20671 longterm goal 2015-08-04 22:49:39 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
d9647df58d Added a comment: my bad 2015-08-05 02:33:46 +00:00
threadshuffle
b473c23213 Added a comment 2015-08-04 21:46:17 +00:00
Joey Hess
3e35fe0226 response 2015-08-04 17:07:52 -04:00
threadshuffle
39b876e096 Added a comment 2015-08-04 20:49:34 +00:00
Joey Hess
4b8b3c6972 devblog 2015-08-04 16:27:55 -04:00
Joey Hess
c1298e8219 followup 2015-08-04 16:26:34 -04:00
Joey Hess
1d51542cd4 comment 2015-08-04 16:23:21 -04:00