Commit graph

21513 commits

Author SHA1 Message Date
Tafnzart
679656b849 2016-10-07 19:34:17 +00:00
http://christian.amsuess.com/chrysn
eb0f0e5327 rename forum/bittorrent__58___support_offline_operation_and_verification.mdwn to todo/bittorrent__58___support_offline_operation_and_verification.mdwn 2016-10-07 13:47:53 +00:00
http://christian.amsuess.com/chrysn
42a097ea95 suggest bittorrent enhancements 2016-10-07 10:23:26 +00:00
yomguy
7dba1bc81f Added a comment 2016-10-07 09:15:07 +00:00
http://christian.amsuess.com/chrysn
36d68a8f0a Added a comment: Re: attaching a torrent file to a downloaded and annexed directory 2016-10-07 09:11:56 +00:00
pot
31509c3796 2016-10-06 20:13:07 +00:00
pot
48b97cb3f0 Added a comment: 780 source files.... 2016-10-06 20:05:41 +00:00
ddenis
6cdcda6e32 Added a comment 2016-10-06 16:59:03 +00:00
jk@3f2b4ce16bbac41470815333505aa47b91b7a9a6
4338251817 Added a comment 2016-10-06 10:42:53 +00:00
Joey Hess
903a7e212c
devblog 2016-10-05 17:10:43 -04:00
Joey Hess
a6fa700ecd
response 2016-10-05 17:02:31 -04:00
Joey Hess
74db77886f
comment 2016-10-05 16:57:10 -04:00
Joey Hess
933bc5c917
Support using v3 repositories without upgrading them to v5.
An easy change now that supportedVersions is a list. Since v3 and v5 are
identical other than version number, just add v3 to the list.

This commit was sponsored by andrea rota.
2016-10-05 16:53:09 -04:00
Joey Hess
f23446b60e
verified fix on OSX 2016-10-05 16:08:49 -04:00
Joey Hess
658b6ce835
comment 2016-10-05 16:02:29 -04:00
Joey Hess
5416fd21a1
moreinfo 2016-10-05 15:51:42 -04:00
Joey Hess
3a019c5050
response 2016-10-05 15:50:50 -04:00
Joey Hess
34530e59d9
Avoid using a lot of memory when large objects are present in the git repository
.. and have to be checked to see if they are a pointed to an annexed file.

Cases where such memory use could occur included, but were not limited to:
  - git commit -a of a large unlocked file (in v5 mode)
  - git-annex adjust when a large file was checked into git directly
Generally, any use of catKey was a potential problem.

Fix by using git cat-file --batch-check to check size before catting.
This adds another git batch process, which is included in the CatFileHandle
for simplicity.

There could be performance impact, anywhere catKey is used. Particularly
likely to affect adjusted branch generation speed, and operations on
unlocked files in v6 mode. Hopefully since the --batch-check and
--batch read the same data, disk buffering will avoid most overhead.
Leaving only the overhead of talking to the process over the pipe and
whatever computation --batch-check needs to do.

This commit was sponsored by Bruno BEAUFILS on Patreon.
2016-10-05 15:24:13 -04:00
Joey Hess
a747373b40
comment 2016-10-05 13:30:46 -04:00
Joey Hess
90eec318bf
moreinfo 2016-10-05 13:01:35 -04:00
Joey Hess
43c45ac5fc
comments 2016-10-05 11:33:08 -04:00
evilmoo@0c9697a666c2853b3b3229b6646d3a4e849f7ec8
301b852fd7 Added a comment: bittorrent 2016-10-05 03:53:05 +00:00
Adam
686907ea2f Added a comment 2016-10-04 21:24:50 +00:00
Joey Hess
c079811226
Linux standalone: Add back the LOCPATH=/dev/null hack to avoid the system locale-archive being read.
Version mismatches between the system locale-archive and the glibc in the
bundle have been observed to cause git crashes.

Unfortunately, this causes locales to not be used in the linux standalone
bundle, as was the case until version 6.20160419.

glibc hardcodes the path to /usr/lib/locale/locale-archive and does not
let an environment variable cause a different locale-archive file to be used.

The only other option to include locales in the bundle would be to include
exploded locale definition directories in the bundle for a number of
locales, generated by localedef. But these take at least 300 kb per locale,
and there are a great many locales; it would be hundreds of megabytes to
include them all.

(Hmm, we could include localdef in the bundle, and check LANG in runshell
and compile the locale directories on the fly. This would need
/usr/share/i18n/ and /usr/lib/locale-archive to be included in the bundle.
It's.. doable.)

I know this is going to once again cause users of the bundle to complain
that eg, ls doesn't show their unicode filenames right. Better than strange
crashes though.
2016-10-04 12:53:09 -04:00
Joey Hess
9c35905bbe
comment 2016-10-04 11:30:41 -04:00
Joey Hess
4d491f514d
response 2016-10-04 11:16:39 -04:00
2a01:cb04:422:dd00:75bc:9129:cb49:31be
39a7045a81 poll vote (OpenStack SWIFT) 2016-10-04 11:57:43 +00:00
Adam
9ea55def4c Added a comment: Question 2016-10-04 05:27:31 +00:00
https://launchpad.net/~stephane-gourichon-lpad
ade6ab4037 Added a comment: Sketch of implementation, request for comment 2016-10-01 17:25:47 +00:00
https://launchpad.net/~stephane-gourichon-lpad
745e58167e How to deal with files that change status from "precious, please keep n copies" to "junk, please delete it from everywhere you find it, now and forever". 2016-10-01 13:36:52 +00:00
pot
2629850fdf 2016-10-01 11:41:01 +00:00
Joey Hess
c075b58d40
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-30 19:52:14 -04:00
ddenis
455de2fb1b 2016-09-30 22:06:49 +00:00
pot
5a076dcf04 Added a comment: inodes.... 2016-09-30 22:00:31 +00:00
ztl8702
dac65af9a9 Added a comment: Bash on Windows 2016-09-30 19:14:34 +00:00
Joey Hess
b025500352
devblog 2016-09-30 15:02:27 -04:00
Joey Hess
5bf4623a1d
allow multiple concurrent external special remote processes
Multiple external special remote processes for the same remote will be
started as needed when using -J.

This should not beak any existing external special remotes, because running
multiple git-annex commands at the same time could already start multiple
processes for the same external special remotes.
2016-09-30 14:29:02 -04:00
Joey Hess
7373866968
devblog 2016-09-29 17:17:14 -04:00
Joey Hess
28c6209f55
Make --json-progress output be shown even when the size of a object is not known. 2016-09-29 16:59:48 -04:00
Joey Hess
7cd6a6a39c
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-29 16:58:09 -04:00
Joey Hess
5ed050c152
summary of progress 2016-09-29 16:52:35 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
69e41f3943 Added a comment 2016-09-29 20:45:48 +00:00
Joey Hess
161d891508
Add "total-size" field to --json-progress output. 2016-09-29 16:29:54 -04:00
Joey Hess
3e7218b220
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-29 13:37:11 -04:00
Joey Hess
35446d3c3a
followup 2016-09-29 11:33:42 -04:00
yomguy
f22edfebab 2016-09-29 14:29:24 +00:00
yomguy
a962f341bd 2016-09-29 14:26:12 +00:00
yomguy
942095d7ca 2016-09-29 14:24:49 +00:00
git-annex@5b470e1f6ed6d30997d729f0a8b1c841dea886f1
2f91b3677c Added a comment: Using gitolite 3.6.6 mirror not working with annex 2016-09-28 18:12:56 +00:00
Joey Hess
3416cd8148
remove incorrect bit about multiple concurrent transfers, and improve description of protocol flow 2016-09-26 19:19:32 -04:00
Joey Hess
410b1c2b1f
todo 2016-09-26 19:06:56 -04:00
Joey Hess
6bdb6d4570
devblog 2016-09-26 16:53:42 -04:00
Joey Hess
76e5d8bf8a
comment 2016-09-26 16:53:27 -04:00
Joey Hess
f3b84f4603
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-26 16:49:21 -04:00
Joey Hess
a8734698eb
more profiling 2016-09-26 16:39:18 -04:00
Joey Hess
a197cf743d
profiling 2016-09-26 15:49:42 -04:00
sven.rieke@2bfe1de15de1bb402f962e41f9e5bfc1be1cf8d1
a1c7b514e7 2016-09-25 15:01:28 +00:00
sven.rieke@2bfe1de15de1bb402f962e41f9e5bfc1be1cf8d1
d8a714a881 2016-09-25 15:00:18 +00:00
madduck
40f41c3c4d 2016-09-25 13:25:03 +00:00
PaulK
ad5c60414e Added a comment 2016-09-25 03:08:41 +00:00
erics
348be33161 2016-09-25 02:28:19 +00:00
erics
a11c700aea Added a comment 2016-09-25 00:33:57 +00:00
PaulK
8b2d5e194f Added a comment 2016-09-24 04:16:52 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
9c651b9608 Added a comment: +may be "byte-target" field? ;) 2016-09-24 02:43:22 +00:00
Joey Hess
a59148c3a7
cleanup 2016-09-23 09:47:48 -04:00
Joey Hess
d1dabb3327
add news item for git-annex 6.20160923 2016-09-23 09:46:19 -04:00
https://anarc.at/openid/
184153ba98 Added a comment: thanks for considering this! 2016-09-22 12:43:12 +00:00
JasonWoof
b1bdb2b898 Added a comment: simpler use case 2016-09-22 00:40:08 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
8510652dd4 Added a comment 2016-09-21 22:49:56 +00:00
Joey Hess
a862e10f7c
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-21 18:02:53 -04:00
Joey Hess
d9a0f26560
devblog 2016-09-21 17:56:50 -04:00
Joey Hess
c8edd22aee
update 2016-09-21 17:56:40 -04:00
Joey Hess
ef681321a9
comment 2016-09-21 17:53:59 -04:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
29b29a81fa Added a comment: re: regular ssh remote 2016-09-21 21:30:25 +00:00
Joey Hess
c910004d50
addurl, importfeed: Improve behavior when file being added is gitignored. 2016-09-21 17:21:48 -04:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
04ac96e232 Added a comment: re: mangling is normal 2016-09-21 21:12:16 +00:00
Joey Hess
f7ac2bc868
comment 2016-09-21 16:46:45 -04:00
Joey Hess
db2eba442a
comment 2016-09-21 16:38:02 -04:00
Joey Hess
44acb145e0
comment 2016-09-21 16:23:41 -04:00
Joey Hess
ca5902e14f
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-21 16:15:13 -04:00
Joey Hess
bd2cfe008c
response 2016-09-21 16:14:11 -04:00
Joey Hess
0de88a9b68
response 2016-09-21 16:05:50 -04:00
Joey Hess
10b22a2548
comment 2016-09-21 15:58:02 -04:00
Joey Hess
3b2222d753
update 2016-09-21 15:53:34 -04:00
Joey Hess
181d027ace
merge 2016-09-21 15:47:37 -04:00
Joey Hess
08b7832d9d
comment 2016-09-21 15:39:32 -04:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
3ed30143a7 Added a comment 2016-09-21 19:32:07 +00:00
Joey Hess
5057234dec
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-21 15:24:53 -04:00
Joey Hess
a569f195b7
fix bugs in handing of deep branches with sync and adjusted branches
* sync: Previously, when run in a branch with a slash in its name,
  such as "foo/bar", the sync branch was "synced/bar". That conflicted
  with the sync branch used for branch "bar", so has been changed to
  "synced/foo/bar".
* adjust: Previously, when adjusting a branch with a slash in its name,
  such as "foo/bar", the adjusted branch was "adjusted/bar(unlocked)".
  That conflicted with the adjusted branch used for branch "bar",
  so has been changed to "adjusted/foo/bar(unlocked)"
* Also, running sync in an adjusted branch did not correctly sync
  changes back to the parent branch when it had a slash in its name.
  This bug has been fixed.

Eliminate use of Git.Ref.under and Git.Ref.basename; using
Git.Ref.underBase and Git.Ref.base make everything handle deep branches
correctly.

Probably noone was adjusting deep branches, and v6 is still experimental
anyway, so I'm not going to worry about the mess that was left by that bug.

In the case of git-annex sync, using a fixed git-annex with an old unfixed
one will mean they use different sync branches for a deep branch, and so
they may stop syncing until the old one is upgraded. However, that's only
a problem when syncing between repositories without going via a central
bare repository. Added a warning about this to the CHANGELOG, but it's
probably not going to affect many people at all.

This commit was sponsored by Riku Voipio.
2016-09-21 15:23:47 -04:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
8abcc4c282 Added a comment: Pre Commit Hook 2016-09-21 19:20:05 +00:00
Joey Hess
8dae86eac2
bug 2016-09-21 14:57:20 -04:00
Joey Hess
489b9c8869
comments 2016-09-21 14:29:17 -04:00
Joey Hess
f6fc40456d
comment, retitle 2016-09-21 13:42:42 -04:00
Joey Hess
ce03779e8c
comment and close 2016-09-21 13:32:45 -04:00
Joey Hess
460f7c09b7
response 2016-09-21 13:22:47 -04:00
Joey Hess
74c6d5a8ff
comment 2016-09-21 13:19:02 -04:00
Joey Hess
154a501b76
comment 2016-09-21 13:17:03 -04:00
Joey Hess
886ef2d005
lacking problem description 2016-09-21 13:09:35 -04:00
Joey Hess
c2218b78c3
close 2016-09-21 13:06:34 -04:00
Joey Hess
1702505f60
comment 2016-09-21 13:06:12 -04:00
Joey Hess
bfc8d649b8
comment 2016-09-21 12:56:35 -04:00
Joey Hess
6c6304b2f2
comment 2016-09-21 12:53:29 -04:00
Joey Hess
d905d418d3
comment 2016-09-21 12:51:40 -04:00
Joey Hess
9ed7246a60
answer 2016-09-21 12:49:38 -04:00
Joey Hess
7bbb9f9370
comment 2016-09-21 12:16:52 -04:00
Joey Hess
3d5cae918c
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-21 11:58:49 -04:00
Joey Hess
e5760d00ac
update 2016-09-21 11:32:40 -04:00
braiamp@5e499cae72e60f63a517d773978deffdfec35c4c
c1c132c2d7 2016-09-21 05:35:43 +00:00
PaulK
13ed6c83bb Added a comment 2016-09-19 04:39:08 +00:00
kevin@f9ce8e46ad8c29b25093b82cf68fae38f54b89a1
d4998bfb51 Added a comment: Groups... 2016-09-18 20:35:01 +00:00
kevin@f9ce8e46ad8c29b25093b82cf68fae38f54b89a1
132c074e28 2016-09-18 18:57:18 +00:00
https://anarc.at/openid/
da089228e1 promote the neurodebian backport since the official backport looks like it will never come 2016-09-18 01:56:21 +00:00
git-starter
2f4901f576 2016-09-16 14:40:49 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
7c5ff428a8 I got the files to come back, but I don't want Android making these dumb delete-loads-of-newly-added-stuff commits 2016-09-16 03:03:19 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
d62ee47ab3 2016-09-16 01:56:57 +00:00
Joey Hess
45a59390d2
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-15 13:24:03 -04:00
Joey Hess
0e30e71e9c
info: Support being passed a treeish, and show info about the annexed files in it similar to how a directory is handled. 2016-09-15 12:51:00 -04:00
Adam000
efeb0c4f78 Added a comment 2016-09-15 16:03:42 +00:00
Adam000
95df12fa9a Added a comment 2016-09-15 15:57:59 +00:00
Adam000
4bdfb52f0b 2016-09-15 09:28:55 +00:00
Joey Hess
c9c6db5ebc
comment 2016-09-15 00:55:15 -04:00
Adam000
7a439e9df2 2016-09-15 00:34:37 +00:00
Adam000
0b772742c5 2016-09-15 00:10:56 +00:00
Joey Hess
ddc1b46fc2
comment 2016-09-14 12:28:18 -04:00
Joey Hess
a417b1db6e
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-14 12:19:28 -04:00
Joey Hess
916f05e890
comment 2016-09-14 12:18:48 -04:00
git-starter
f630a893c2 Added a comment: clarification 2016-09-13 20:27:23 +00:00
git-starter
d5bc4bf9dc 2016-09-13 15:48:30 +00:00
jk@3f2b4ce16bbac41470815333505aa47b91b7a9a6
a1809b2827 Added a comment 2016-09-13 07:05:48 +00:00
jk@3f2b4ce16bbac41470815333505aa47b91b7a9a6
848d160077 Added a comment 2016-09-12 19:57:03 +00:00
Aaron
021ebc651d Added a comment: Any thoughts Joey? 2016-09-10 15:15:44 +00:00
anarcat
a12f1afd8e fix markup 2016-09-10 14:18:10 +00:00
anarcat
8f8800bba0 sign this so i follow its changes 2016-09-10 14:17:58 +00:00
anarcat
7a89a172b0 two more ideas 2016-09-10 14:13:42 +00:00
Gus
2f963eb049 Added a comment: Never mind 2016-09-10 09:15:57 +00:00
atrent
201a99f510 2016-09-10 07:23:07 +00:00
Joey Hess
61faf240d5
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-09 16:40:11 -04:00
Joey Hess
3e22d60549
copy, move, mirror: Support --json and --json-progress. 2016-09-09 16:24:26 -04:00
Joey Hess
c277a21ece
done 2016-09-09 16:17:28 -04:00
Joey Hess
05d4438383
addurl, get: Added --json-progress option, which adds progress objects to the json output.
This doesn't work right when used with -J yet, and there is some really
ugly hand-crafting of part of the json output.
2016-09-09 15:06:54 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1f1b7adecf initial whining 2016-09-09 18:45:02 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
9947c8384f 2016-09-09 18:00:41 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
96ef6001ff Added a comment 2016-09-09 12:47:31 +00:00
https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd
16b2604a20 Added a comment 2016-09-09 06:51:45 +00:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
f97c4fe93b Added a comment: Similar issue on Debian machine 2016-09-08 20:04:45 +00:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
492e417cc8 removed 2016-09-08 19:51:06 +00:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
4a64b69a9b Added a comment: Tried on another machine, same problem 2016-09-08 19:49:14 +00:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
cf57a506cc Added a comment: output of git annex version 2016-09-08 18:48:44 +00:00
Gus
821aae68d3 2016-09-08 18:40:08 +00:00
Gus
59f79b8cb7 2016-09-08 18:37:19 +00:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
c183de67d0 2016-09-08 18:33:07 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
981987bebc Added a comment 2016-09-08 18:08:49 +00:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
4af313288e Added a comment: concurrent-output-1.7.7 2016-09-08 17:41:28 +00:00
Joey Hess
8e9267a1ed
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-08 13:20:22 -04:00
Joey Hess
2cb94bf026
comment 2016-09-08 12:32:10 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
b9d8c97942 Added a comment: also CPU (on git and git-annex processes) doesn't go to 100% 2016-09-08 16:32:08 +00:00
Joey Hess
079c5a03c6
comment 2016-09-08 12:24:20 -04:00
Joey Hess
442558aecf
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-08 12:19:33 -04:00
Joey Hess
dff511a2fe
update 2016-09-08 12:18:58 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
fc795e84a4 Added a comment 2016-09-08 16:12:08 +00:00
Joey Hess
673065ea05
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-08 12:06:11 -04:00
Joey Hess
41191ce9ad
designs 2016-09-08 12:04:09 -04:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
9b48eeba87 2016-09-08 13:09:22 +00:00
pigmonkey
8f0ba291e7 Added a comment 2016-09-07 20:38:36 +00:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
8dbe7a6a26 Added a comment: This seems relevant to the comment directly previous this one. 2016-09-07 20:27:49 +00:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
b9041def67 Added a comment: Build failure 2016-09-07 18:25:20 +00:00
Joey Hess
a7a301fd7d
add news item for git-annex 6.20160907 2016-09-07 11:33:55 -04:00
Joey Hess
e33f9f22a6
followup 2016-09-07 11:11:54 -04:00
Joey Hess
ae658ddcdc
close; notabug 2016-09-07 11:07:42 -04:00
Joey Hess
d18bc92251
remove cruft 2016-09-07 11:07:25 -04:00
pigmonkey
ed0a7b0ad9 Added a comment 2016-09-06 23:10:47 +00:00
onionjake
9aacde3f65 Added a comment 2016-09-06 19:45:06 +00:00
onionjake
a885d23bad you can create bugs with empty titles 2016-09-06 19:44:11 +00:00
Joey Hess
34e137e6b3
devblog 2016-09-06 15:19:53 -04:00
Joey Hess
612043c55a
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-06 12:47:02 -04:00
Joey Hess
31289da691
get -J: Download different files from different remotes when the remotes have the same costs.
Only done in -J mode because only if there's concurrency can downloading
from two remotes be faster. Without concurrency, it's likely the case that
sequential downloads from the same remote are faster than switching back
and forth between two remotes.

There is some hairy MVar code here, but basically it just keeps
the activeremotes MVar full except when deciding which remote to assign
to a thread.

Also affects gets by sync --content -J

This commit was sponsored by Jochen Bartl.
2016-09-06 12:45:21 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
c50dce1cc9 Added a comment: current status? 2016-09-06 14:11:25 +00:00
leni536
9065e994b4 2016-09-06 09:34:14 +00:00
Joey Hess
e9f7310a7d
Merge branch 'master' of ssh://git-annex.branchable.com 2016-09-05 19:44:35 -04:00
Joey Hess
1b8d8faa3a
applied 2016-09-05 19:43:59 -04:00
anarcat
afe24c6618 copy --from --to 2016-09-05 22:05:02 +00:00
Joey Hess
73bf74ce98
devblog 2016-09-05 16:39:30 -04:00
Joey Hess
e1706d0a47
comment 2016-09-05 16:28:25 -04:00
Joey Hess
2574bb0b32
todo 2016-09-05 16:28:00 -04:00
Joey Hess
2a5173d566
comment 2016-09-05 16:18:07 -04:00
Joey Hess
2a6494723a
dup forum post 2016-09-05 16:12:54 -04:00
Joey Hess
dd0dff9dc4
Assistant, repair: Filter out git fsck lines about duplicate file entries in tree objects. 2016-09-05 16:08:49 -04:00
Joey Hess
2610103a48
comment 2016-09-05 16:00:51 -04:00
Joey Hess
a64b33fe3b
close 2016-09-05 15:50:05 -04:00
Joey Hess
7170f16d5e
comment 2016-09-05 15:49:19 -04:00
Joey Hess
bca7305a6f
comment 2016-09-05 15:46:42 -04:00
Joey Hess
f07df4ae2a
comment 2016-09-05 15:42:13 -04:00
Joey Hess
07d4fdba78
comment 2016-09-05 15:39:41 -04:00
Joey Hess
219e2fa157
Make --json and --quiet suppress automatic init messages
And any other messages that might be output before a command starts.

Fixes a reversion introduced in version 5.20150727.

During the optparse-applicative conversion, I needed a place to run
per-command global option setters, and I made it get run during the seek stage. But
that is too late to have --json and --quiet disable output produced in the
check stage. Fix is just to run those per-command global option setters at
the same time as the all-command global option setters.

This commit was sponsored by Thom May.
2016-09-05 15:34:38 -04:00
Joey Hess
12db586469
comment 2016-09-05 14:27:15 -04:00
Joey Hess
bbfe82526a
comment 2016-09-05 14:25:41 -04:00
Joey Hess
0ef3bfa6b0
moreinfo; probably not a bug 2016-09-05 14:22:59 -04:00
Joey Hess
40c0a91641
comment 2016-09-05 13:57:26 -04:00
Joey Hess
d75aac5003
comment 2016-09-05 13:12:56 -04:00
Joey Hess
cfa31c6bf8
close as dup 2016-09-05 13:11:05 -04:00
Joey Hess
30aa817f80
comment 2016-09-05 13:08:35 -04:00
Joey Hess
47b0cb943b
response 2016-09-05 12:51:13 -04:00
Joey Hess
0d04062446
comment 2016-09-05 12:49:13 -04:00
Joey Hess
48dd1bfb5c
comment 2016-09-05 12:40:22 -04:00
Joey Hess
5ddd35eea5
remove spam 2016-09-05 12:34:05 -04:00
Joey Hess
778948eb24
comment 2016-09-05 12:33:22 -04:00
Joey Hess
e8c28bbce1
response 2016-09-05 12:29:11 -04:00
Joey Hess
b58e6b3f56
response 2016-09-05 12:27:27 -04:00
Joey Hess
f1a9c5f248
Fix formatting of git-annex-smudge man page, and improve mdwn2man. Thanks, Jim Paris. 2016-09-05 12:16:03 -04:00
Joey Hess
64f2f24841
Merge remote-tracking branch 'jim/jim' 2016-09-05 12:14:43 -04:00
Joey Hess
f292f78366
Windows: Handle shebang in external special remote program. 2016-09-05 12:09:23 -04:00
Joey Hess
1a085ca4dd
fix name 2016-09-05 11:29:46 -04:00
onionjake
65788cc8c0 fsck --from <remote> doesn't update inventory on failure 2016-09-04 21:00:57 +00:00
christian.haran@f6c43618dcda357c35bea6599925eb105f0f2f95
1c0b2b47e4 2016-09-03 12:21:29 +00:00
corppneq
7c9ff2b4e4 2016-09-03 11:01:23 +00:00
plb@5a17d4ca1791c7e2e176e22c7fb64a5b77f1679c
c854d09d3c 2016-09-03 08:42:45 +00:00
plb@5a17d4ca1791c7e2e176e22c7fb64a5b77f1679c
3463b441a1 2016-09-03 08:42:05 +00:00
plb@5a17d4ca1791c7e2e176e22c7fb64a5b77f1679c
4fe92819d2 2016-09-03 08:41:44 +00:00
rsdwatches87@9f71875ba253cd964a0afe4d2c72bbca4c42634e
36775b2d67 Added a comment: To control file name. 2016-09-03 06:55:58 +00:00
abeer@84e240dd227ea2c30fbdb4ad3c55439ccd54d390
93d27d30e0 2016-09-03 00:57:40 +00:00
leni536
bc49d8a498 2016-09-02 09:43:30 +00:00
pigmonkey
488d63b82a 2016-09-02 02:29:07 +00:00
pigmonkey
f8b5fbfbda 2016-09-02 02:20:00 +00:00
branchable@7a47cbdffd210eeaf3a6de0272b9d0f9acea2c4b
3739690f42 shebang more widely 2016-09-01 22:06:04 +00:00
Dosenpfand
39f632b177 Added a comment 2016-09-01 18:40:32 +00:00
Dosenpfand
50d1435b3d removed 2016-09-01 18:39:18 +00:00
Dosenpfand
7a66beceae Added a comment 2016-09-01 18:38:47 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
da8b06b60d Added a comment: Windows support? 2016-09-01 03:31:30 +00:00
Gus
7d92f36ebf Fixes markup error 2016-08-31 18:43:43 +00:00
edward
2ae56daacb fix wording slightly 2016-08-31 10:09:14 +00:00
Joey Hess
803c4c07e1
Merge branch 'master' of ssh://git-annex.branchable.com 2016-08-30 16:10:12 -04:00
Joey Hess
442e2d50bd
bug report from tribut on irc 2016-08-30 16:09:28 -04:00
matthias.may@b2b2d601f3c2e35dbb95ada1d3a715e2960f36e7
7f453d6ef9 2016-08-30 05:12:43 +00:00
kartynnik@c8b57e8688e66fe58144cae5833b23948ae9b599
b0c34038b6 Added a comment: Branch names containing slashes 2016-08-29 17:30:45 +00:00
edward
187033c06a fix typo 2016-08-28 21:19:12 +00:00
adamboche@d77483462c747486c7a7341a9080d1341eeddfe6
fb3eda62c0 Added a comment: Retry rsync on failure 2016-08-26 23:32:46 +00:00
adamboche@d77483462c747486c7a7341a9080d1341eeddfe6
e95f16cd85 2016-08-26 23:03:49 +00:00
adamboche@d77483462c747486c7a7341a9080d1341eeddfe6
fb4a3b185e 2016-08-26 23:02:23 +00:00
Horus
d857608bfa Added a comment 2016-08-26 08:32:05 +00:00
http://svario.it/gioele
0aba0737a5 Added a comment 2016-08-24 17:13:05 +00:00
https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd
15d344192d Added a comment 2016-08-24 10:53:05 +00:00
https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd
f852573de8 create bug 2016-08-24 10:39:51 +00:00
t.z.mates
3177eab044 2016-08-23 23:01:47 +00:00
t.z.mates
58564101dc removed 2016-08-23 22:52:48 +00:00
t.z.mates
8bdc841f7a 2016-08-23 21:55:39 +00:00
dusty@dba9614abc02e013134f95c2c59181a6c12a8468
1fc419e447 Added a comment: Nevermind - broken symlinks will be fixed on commit 2016-08-23 21:53:05 +00:00
dusty@dba9614abc02e013134f95c2c59181a6c12a8468
82b347d5d9 Added a comment: moving files with git mv can yield broken symlink 2016-08-23 21:48:59 +00:00
zack
58f2276dc6 Added a comment: adjusted branche to "focus" on a specific subtree 2016-08-22 14:19:57 +00:00
jd.schroeder@0c8632a8f2bffdd4b0de05a0a3660f32acdfeeca
599dbdf37d Added a comment 2016-08-20 16:17:08 +00:00
openmedi
a5a46d6ac7 Added a comment 2016-08-20 14:59:18 +00:00
adamboche@d77483462c747486c7a7341a9080d1341eeddfe6
a47b366965 2016-08-19 13:05:32 +00:00
Aaron
1323b5b6bb 2016-08-19 10:46:43 +00:00
Joey Hess
45a3df1c1a
Merge branch 'master' of ssh://git-annex.branchable.com 2016-08-18 16:43:55 -04:00
Joey Hess
01261a9e95
new OSX autobuilder 2016-08-18 16:41:41 -04:00
jd.schroeder@0c8632a8f2bffdd4b0de05a0a3660f32acdfeeca
791baa3a34 Added a comment 2016-08-17 21:23:34 +00:00
jd.schroeder@0c8632a8f2bffdd4b0de05a0a3660f32acdfeeca
6d94a9163c Added a comment 2016-08-17 21:18:41 +00:00
openmedi
7e6a73a671 2016-08-17 14:15:53 +00:00
CandyAngel
cebdbc7a9f 2016-08-17 11:17:23 +00:00
thnetos
cd04819bad Added a comment: RE: comment 1 2016-08-16 20:39:38 +00:00
jimparis
e3c382297a 2016-08-16 16:39:02 +00:00
Jim Paris
d64e21169e Fix path in git-annex-smudge(1) 2016-08-16 11:50:19 -04:00
jimparis
fa15580d1a 2016-08-16 15:14:37 +00:00
jimparis
b980ead2e9 Added a comment 2016-08-16 14:41:34 +00:00
ilovezfs
d7ed4b5d1c Added a comment 2016-08-15 01:54:59 +00:00
adamboche@d77483462c747486c7a7341a9080d1341eeddfe6
e28ac21d2d 2016-08-15 00:49:09 +00:00
junk@5e3eeba2290e8a3fcf938d9f93b0dfa2565dc7b1
1d4e269ef5 Added a comment: Howto verify encrypted files 2016-08-14 17:07:03 +00:00
squid@d632da79105a546295e411392baaa70df380a4a2
60edf667bf 2016-08-12 00:15:05 +00:00
fiatjaf
4fa01fc3d0 added :ga_get and :ga_set 2016-08-11 03:12:04 +00:00
ilovezfs
ecd25a155a 2016-08-10 06:03:16 +00:00
spwhitton
11569c7e57 Added a comment 2016-08-09 20:17:48 +00:00
pot
47fa34de60 Added a comment: Hmmm, seems odd such a serious bug is allowed to linger without serious investigation 2016-08-09 19:22:49 +00:00
thnetos
1c86f9267c Forum post about weird repository state 2016-08-08 21:24:32 +00:00
Joey Hess
cac63c4113
add news item for git-annex 6.20160808 2016-08-08 11:57:29 -04:00
Joey Hess
c3dd8c8cc2
comment 2016-08-08 11:41:53 -04:00
Joey Hess
925e38f66d
comment 2016-08-08 11:40:03 -04:00
Joey Hess
3226880a0f
Merge branch 'master' of ssh://git-annex.branchable.com 2016-08-08 10:39:42 -04:00
wolfgang.ginolas@35852d2bbdf7344dfdf3989ad331b783f2f6e45f
00c04363aa 2016-08-07 20:02:57 +00:00
fiatjaf
398408e256 Added a comment: How I got it working 2016-08-06 23:51:48 +00:00
fiatjaf
988470271f better formatting. 2016-08-06 22:48:08 +00:00
fiatjaf
4c291b39ce initial page: git-annex for ranger. 2016-08-06 22:17:58 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
2fa4e8460f initial desire 2016-08-05 21:35:35 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
17ed913ec7 fixed up formatting 2016-08-05 18:32:36 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
7000b7c47a 2016-08-05 18:31:37 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
5accb13752 2016-08-05 13:18:23 +00:00
branchable@1f03006a73aeda463532c8138da071037870395b
04ba5cb4af Added a comment: Transcrypt? 2016-08-05 07:28:28 +00:00
JohnFisher
25c419ea16 Added a comment: re-format for readability 2016-08-04 20:48:55 +00:00
JohnFisher
c9adedc28c Added a comment: didn't work for me, perhaps I did the attributes wrong? 2016-08-04 20:43:15 +00:00
Joey Hess
8575644269
Merge branch 'master' of ssh://git-annex.branchable.com 2016-08-04 10:13:06 -04:00
dgray@c271d419d641bd22709a8e53c8b644231a99fa0c
43e5953e8e 2016-08-04 11:12:50 +00:00
josch@9a7314a25217c684aba3754f3eb9f915b4c8cb39
66d3dee40d 2016-08-04 06:45:47 +00:00
listx
b950b45dab Added a comment 2016-08-04 02:07:55 +00:00
eslgastal
e97117ece8 Added a comment 2016-08-04 00:56:30 +00:00
Joey Hess
20a3a65cff
remove flattr link, add patreon link 2016-08-03 17:40:26 -04:00
Joey Hess
425c6a9e55
devblog 2016-08-03 14:55:17 -04:00
Joey Hess
daa293dfbe
contrast with --incomplete 2016-08-03 13:55:09 -04:00
Joey Hess
f461bcae4b
Re-enable accumulating transfer failure log files for command-line actions
This was disabled in commit 61ccf95004,
because only the assistant used them, and they were clutter. But, now
--failed also uses them.

Remove the failure log files after successful transfers. Should avoid
most of the clutter problems.

Commit 61ccf95004 mentions a subtle behavior
change, which has now been reverted:

    There is one behavior change from this. If glacier is being used, and a
    manual git annex get --from glacier fails because the file isn't available
    yet, the assistant will no longer later see that failed transfer file and
    retry the get.
2016-08-03 13:41:07 -04:00
Joey Hess
1a0e2c9901
get, move, copy, mirror: Added --failed switch which retries failed copies/moves
Note that get --from foo --failed will get things that a previous get --from bar
tried and failed to get, etc. I considered making --failed only retry
transfers from the same remote, but it was easier, and seems more useful,
to not have the same remote requirement.

Noisy due to some refactoring into Types/
2016-08-03 12:37:12 -04:00
eslgastal
0fc85c45b5 2016-08-03 15:02:37 +00:00
Horus
1c76a7e74f 2016-08-03 08:55:43 +00:00
https://me.yahoo.com/a/hi7yosAfnufqtL0Mb123WhWS.Yel7LOeB6A-#1512c
a3333d0e3b Added a comment: One more requirement 2016-08-02 06:58:05 +00:00
https://me.yahoo.com/a/hi7yosAfnufqtL0Mb123WhWS.Yel7LOeB6A-#1512c
951a320c0b 2016-08-02 06:56:23 +00:00
listx
c04d3a05ba Added a comment 2016-08-01 20:06:46 +00:00
Joey Hess
5966314c91
response 2016-07-30 12:41:10 -04:00
Joey Hess
5db17dc430
response 2016-07-30 12:35:58 -04:00
Joey Hess
f0886a1bdd
info: When run on a file now includes an indication of whether the content is present locally. 2016-07-30 12:29:59 -04:00
Joey Hess
00a5e7475c
response 2016-07-30 12:18:35 -04:00
Joey Hess
4e35d0ed31
Merge branch 'master' of ssh://git-annex.branchable.com 2016-07-30 12:15:48 -04:00
Horus
5a8bdc5771 2016-07-30 09:47:48 +00:00
Horus
de14792c9a 2016-07-30 09:47:07 +00:00
JohnFisher
ee99ed7eb0 2016-07-29 23:52:27 +00:00
squid@d632da79105a546295e411392baaa70df380a4a2
d3814810a1 Added a comment 2016-07-29 22:27:52 +00:00
jd.schroeder@0c8632a8f2bffdd4b0de05a0a3660f32acdfeeca
07a6e55a67 Added a comment 2016-07-29 19:12:24 +00:00
jd.schroeder@0c8632a8f2bffdd4b0de05a0a3660f32acdfeeca
ff3515b571 Added a comment 2016-07-29 19:09:45 +00:00
Joey Hess
e68439b2fb
update 2016-07-29 11:40:38 -04:00
jk@3f2b4ce16bbac41470815333505aa47b91b7a9a6
5f3e6dcbeb 2016-07-29 10:50:17 +00:00
lewo@96215f2da3a61311e32b289a6aef11ea1ce8538d
4895ba82b6 2016-07-29 08:31:45 +00:00
squid@d632da79105a546295e411392baaa70df380a4a2
d59efa513e 2016-07-29 07:05:57 +00:00
listx
7f9a2e2f2c 2016-07-29 04:27:13 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
9a2fe62cbb added meta field for myself 2016-07-28 20:11:43 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
01898863df 2016-07-28 19:10:04 +00:00
Joey Hess
908979c0de
devblog 2016-07-27 15:59:24 -04:00
Joey Hess
bf3327ff25
Added metadata --batch option, which allows getting, setting, deleting, and modifying metadata for multiple files/keys. 2016-07-27 10:46:25 -04:00
Joey Hess
a79736d80d
update 2016-07-26 19:53:14 -04:00
Joey Hess
eabef6efce
Merge branch 'master' of ssh://git-annex.branchable.com 2016-07-26 15:55:00 -04:00
Joey Hess
97dc1e8d59
devblog 2016-07-26 15:54:35 -04:00
Joey Hess
8bc8469c38
saner format for metadata --json
metadata --json output format has changed, adding a inner json object
named "fields" which contains only the fields and their values.

This should be easier to parse than the old format, which mixed up
metadata fields with other keys in the json object.

Any consumers of the old format will need to be updated.

This adds a dependency on unordered-containers for parsing MetaData
from JSON, but it's a free dependency; aeson pulls in that library.
2016-07-26 15:41:04 -04:00
anarcat
105f07090b magic wormhole seems like a nice alternative for arbitrary data sharing here 2016-07-26 01:33:15 +00:00
jgoerzen
2fa9e02223 Added a comment 2016-07-25 19:09:09 +00:00
pot
31692acee4 Added a comment: Same issue 2016-07-25 18:23:13 +00:00
Joey Hess
fdd87d8e55
design 2016-07-25 13:51:03 -04:00
pot
6307f9fd33 2016-07-24 23:35:21 +00:00
Joey Hess
d344f04d09
cabal constraints for aws and esqueleto
closes https://github.com/joeyh/git-annex/pull/55

* git-annex.cabal: Temporarily limit to http-conduit <2.2.0
  since aws 0.14.0 is not compatible with the newer version.
* git-annex.cabal: Temporarily limit to persistent <2.5
  since esqueleto 2.4.3 is not compatible with the newer version.
2016-07-22 12:41:28 -04:00
ilovezfs
075836f4d2 2016-07-22 15:15:04 +00:00
moird
7c4c5b99ae 2016-07-21 17:54:09 +00:00
Richard Hartmann
96f295214b Update 2016-07-21 09:10:56 +02:00
Joey Hess
4c8b75a603
devblog 2016-07-20 15:59:25 -04:00
Joey Hess
d13194b230
--branch, stage 2
Show branch:file that is being operated on.

I had to make ActionItem a type and not a type class because
withKeyOptions' passed two different types of values when using the type
class, and I could not get the type checker to accept that.
2016-07-20 15:23:43 -04:00
Joey Hess
857d3c3180
mention --branch 2016-07-20 13:39:13 -04:00
Joey Hess
ceeef5495d
Merge branch 'master' of ssh://git-annex.branchable.com 2016-07-20 12:08:07 -04:00
Joey Hess
bf8bf14e8e
--branch, stage 1
Added --branch option to copy, drop, fsck, get, metadata, mirror, move, and
whereis commands. This option makes git-annex operate on files that are
included in a specified branch (or other treeish).

The names of the files from the branch that are being operated on are not
displayed yet; only the keys. Displaying the filenames will need changes
to every affected command.

Also, note that --branch can be specified repeatedly. This is not really
documented, but seemed worth supporting, especially since we may later want
the ability to operate on all branches matching a refspec. However, when
operating on two branches that contain the same key, that key will be
operated on twice.
2016-07-20 12:05:26 -04:00
Richard Hartmann
9f0428e771 Add comment 2016-07-20 07:48:07 +02:00
Richard Hartmann
2aa0841940 Add comment 2016-07-20 07:43:09 +02:00
Joey Hess
948bcf3125
close 2016-07-19 16:29:07 -04:00
ilovezfs
680318be3f 2016-07-19 20:20:06 +00:00
Joey Hess
bebae46847
devblog 2016-07-19 16:19:39 -04:00
Joey Hess
07fa34729d
response 2016-07-19 15:09:42 -04:00
Joey Hess
62dc236173
response 2016-07-19 15:07:56 -04:00
Joey Hess
0fdbf639dc
followup; open bug 2016-07-19 15:04:41 -04:00
Joey Hess
ddc44e22a0
add news item for git-annex 6.20160619 2016-07-19 14:44:42 -04:00
Joey Hess
4ca83054e5
comment 2016-07-19 14:41:27 -04:00
Joey Hess
1bd750dd13
update instructions to work around https://github.com/commercialhaskell/stack/issues/2371
Also don't recommend using cabal unpack to get the source, since the git
clone has a more extensive source tree.
2016-07-19 14:40:51 -04:00
Joey Hess
3110185092
further thoughts 2016-07-19 14:07:31 -04:00
Joey Hess
b0c805b3c2
todo 2016-07-19 13:04:56 -04:00
Joey Hess
847f53b973
comment 2016-07-19 12:59:33 -04:00
Joey Hess
2619019630
Avoid any access to keys database in v5 mode repositories, which are not supposed to use that database. 2016-07-19 12:12:19 -04:00
Joey Hess
50e63f75d1
webapp: Escape unusual characters in ssh hostnames when generating mangled hostnames. This allows IPv6 addresses to be used on filesystems not supporting : in filenames. 2016-07-19 11:37:03 -04:00
Joey Hess
242868eadb
comment 2016-07-19 11:06:49 -04:00
jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c
ba68310fe6 Added a comment 2016-07-18 06:32:54 +00:00
jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c
b909eba399 Added a comment 2016-07-18 06:17:57 +00:00
jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c
2332b6df9b 2016-07-18 04:20:02 +00:00
Joey Hess
5537766d96
devblog 2016-07-17 15:20:40 -04:00
Joey Hess
d0b0d8cff7
Merge branch 'master' of ssh://git-annex.branchable.com 2016-07-17 15:15:48 -04:00
Joey Hess
c4d011bf3e
log: Added --all option. 2016-07-17 15:15:08 -04:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
06642951fb 2016-07-17 18:25:41 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
1490acd398 removed 2016-07-14 15:03:01 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
b3c58d7cf2 Added a comment: googledriveannex fails: No handlers could be found for logger "oauth2client.util" 2016-07-14 14:58:29 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
8d44d6b637 Added a comment: googledriveannex does not 2016-07-14 14:58:05 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
4b91715ed2 2016-07-14 14:18:31 +00:00
Horus
1563545556 Added a comment 2016-07-14 09:28:33 +00:00
Horus
fe094d812c 2016-07-14 09:06:57 +00:00
Horus
fd534935d0 Added a comment 2016-07-14 08:32:11 +00:00
Joey Hess
1fb0881a66
Merge branch 'master' of ssh://git-annex.branchable.com 2016-07-12 16:47:07 -04:00
Joey Hess
2cde259846
devblog 2016-07-12 16:43:36 -04:00
Joey Hess
79704528c0
Support checking presence of content at a http url that redirects to a ftp url. 2016-07-12 16:41:45 -04:00
Rémi
0f1f161b56 Added a comment 2016-07-12 20:28:45 +00:00
Joey Hess
604565ae66
comment 2016-07-12 15:59:11 -04:00
quisquous
d9c12bd86b Added a comment 2016-07-12 18:59:55 +00:00
Joey Hess
99ba846a57
comment 2016-07-12 14:35:55 -04:00
Joey Hess
64745747e5
Merge branch 'master' of ssh://git-annex.branchable.com 2016-07-12 14:35:12 -04:00
Joey Hess
83df094c36
comment 2016-07-12 14:32:40 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
8e98439c52 initial report 2016-07-12 18:22:42 +00:00
Joey Hess
0c713a94bd
uninit: Fix crash due to trying to write to deleted keys db.
Reversion introduced by v6 mode support, affects v5 too.

Also fix a similar crash when the webapp is used to delete a repository.
2016-07-12 14:18:35 -04:00
Joey Hess
db6b307ef7
response 2016-07-12 13:44:17 -04:00
Joey Hess
5642daa651
fsck: Fix a reversion in direct mode fsck of a file that is present when the location log thinks it is not. Reversion introduced in version 5.20151208. 2016-07-12 13:41:03 -04:00
Joey Hess
ff2f6ed241
tag moreinfo 2016-07-12 13:27:52 -04:00
Joey Hess
15faaeebd4
comment 2016-07-12 13:27:14 -04:00
Joey Hess
fa031291d6
why this cannot be fixed in v5 mode 2016-07-12 13:12:30 -04:00
Joey Hess
01f5698060
close as merged 2016-07-12 12:21:14 -04:00
Joey Hess
be2832655b
update 2016-07-12 11:52:12 -04:00
Joey Hess
bc54666002
Merge branch 'master' of ssh://git-annex.branchable.com 2016-07-11 18:48:44 -04:00
Joey Hess
1575e43704
devblog 2016-07-11 18:48:09 -04:00
magibney@908c3d4677b9e87e203538d4d5e8c296255749a0
d0859ff1ef Added a comment 2016-07-11 18:45:11 +00:00
quisquous
6127954073 Added a comment 2016-07-11 17:59:56 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
622f823be0 Added a comment 2016-07-11 17:25:28 +00:00
Joey Hess
3d0399dc47
comment 2016-07-11 12:53:57 -04:00
Joey Hess
e897385d82
response 2016-07-11 12:50:54 -04:00
Joey Hess
57703655b9
comment 2016-07-11 12:39:05 -04:00
Joey Hess
25cddf3a51
followup 2016-07-11 12:34:41 -04:00
Joey Hess
8cb3ce8703
response 2016-07-11 12:23:03 -04:00
quisquous
070c675364 2016-07-11 13:59:05 +00:00
Horus
5561e150ec 2016-07-11 08:33:29 +00:00
Stan
4cd43389d6 Added a comment: Hardlinks on hyperv VM 2016-07-08 00:27:11 +00:00
Stan
ac78e97d82 Added a comment: Success / failure scenarios 2016-07-07 23:29:19 +00:00
Stan
3f799bb841 removed 2016-07-07 23:05:40 +00:00
Stan
ac1af58614 Added a comment: Success / failure 2016-07-07 23:02:36 +00:00
magibney@908c3d4677b9e87e203538d4d5e8c296255749a0
1133564ce1 2016-07-07 13:31:44 +00:00
Horus
328ec9b75d 2016-07-06 21:29:36 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
d78b7d0bc6 Added a comment 2016-07-06 19:27:26 +00:00
Joey Hess
db8836e56b
devblog 2016-07-06 15:13:28 -04:00
Joey Hess
2e03c05669
cloe 2016-07-06 15:11:47 -04:00
Joey Hess
8b36d54319
Remove the EKG build flag, since Gentoo for some reason decided to enable this flag, depsite it not being intended for production use and so enabled by default. 2016-07-06 15:09:56 -04:00
Joey Hess
6edb485ef1
EKG enabled on gentoo build?? 2016-07-06 15:03:15 -04:00
Joey Hess
bc222b12da
comment 2016-07-06 14:57:32 -04:00
Joey Hess
da10621ff3
response 2016-07-06 14:54:50 -04:00
Joey Hess
4e9dc6ddb2
response 2016-07-06 14:49:24 -04:00
Joey Hess
c4229be9a7
Remove unnecessary rpaths in the git-annex binary, but only when it's built using make, not cabal. This speeds up git-annex statup time by around 50%. 2016-07-06 14:40:18 -04:00
Joey Hess
f541e60f13
comment 2016-07-06 13:13:10 -04:00
Joey Hess
5171e98988
drop: Add --batch and --json options. 2016-07-06 11:56:11 -04:00
Joey Hess
d6483deeb1
testremote: Fix crash when testing a freshly made external special remote.
Ignore exceptions when getting the cost and availability for the remote,
and return sane defaults. These defaults are not cached, so if a special
remote program has a transient problem, it will re-query it later.
2016-07-05 16:34:39 -04:00
Joey Hess
abe56d4dff
comment 2016-07-05 15:55:58 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
9b125c3ee6 initial whining 2016-07-05 18:33:13 +00:00
Joey Hess
3f31c1a5b4
Merge branch 'master' of ssh://git-annex.branchable.com 2016-07-05 11:51:49 -04:00
Joey Hess
6b0e475a92
move tumbleweed stuff to the openSUSE main page 2016-07-05 11:50:01 -04:00
Joey Hess
f3f6dfcf35
New url for git-remote-gcrypt, now maintained by spwhitton. 2016-07-05 11:30:58 -04:00
krazyjosh5@ab1e3964e59d02a093b27f93562012e47aa2b4c9
94a8fe23f5 2016-07-05 15:00:33 +00:00
Joey Hess
dbfe33e88b
comment 2016-07-05 09:40:14 -04:00
Joey Hess
7468ece416
Merge branch 'master' of ssh://git-annex.branchable.com 2016-07-05 08:58:46 -04:00
Joey Hess
ed8ecbea0c
get: Add --batch and --json options. 2016-07-05 08:57:45 -04:00
krazyjosh5@ab1e3964e59d02a093b27f93562012e47aa2b4c9
19fbc10360 2016-07-05 09:07:54 +00:00
asasdfu@6d994a3a5de417bed14940c21349d59f56e8922e
d81765cb73 2016-07-04 15:57:38 +00:00
asasdfu@6d994a3a5de417bed14940c21349d59f56e8922e
c2bd854677 2016-07-04 15:50:13 +00:00
asasdfu@6d994a3a5de417bed14940c21349d59f56e8922e
8656ee332b 2016-07-04 15:41:15 +00:00
liori@cfce7a5e6e71574f82591d8cfe689cf3ac8516a4
50661a6c66 2016-07-03 19:43:46 +00:00
Stan
41c6d1a4cf 2016-07-03 05:47:33 +00:00
Stan
92a401ae1e 2016-07-02 21:46:59 +00:00
jbc@de7e798914f9401f6187a9e3dce237ee4203fc22
c95b811cca 2016-07-01 12:44:24 +00:00
jbc@de7e798914f9401f6187a9e3dce237ee4203fc22
70403a4be9 Added a comment: Any idea? 2016-07-01 12:43:19 +00:00
Stan
102c58280c 2016-06-29 21:03:28 +00:00
Stan
037b9efde2 Added a comment 2016-06-28 23:10:07 +00:00
Stan
543cd33940 removed 2016-06-28 23:07:16 +00:00
Stan
700b7380ea Added a comment 2016-06-28 23:04:58 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e5b9169d98 fixed meta tag 2016-06-28 11:50:27 +00:00
mimi.vx
9664090e5d 2016-06-28 08:42:32 +00:00
mimi.vx
5b1bdfb7de 2016-06-28 08:39:53 +00:00
mimi.vx
95c41112a0 2016-06-28 08:38:46 +00:00
sts
105befc5e3 Added a comment 2016-06-27 19:36:58 +00:00
http://openid-provider.appspot.com/AlexKG.2012
e889d521a7 rename forum/Git_annex__44___buf__44___windows_and_remote_linux_issue..mdwn to forum/Git_annex__44___bup__44___windows_and_remote_linux_issue..mdwn 2016-06-25 05:44:21 +00:00
http://openid-provider.appspot.com/AlexKG.2012
3227a0536a 2016-06-25 05:40:37 +00:00
Don
df51d368ea Added a comment 2016-06-24 07:16:20 +00:00
Farhan
e5cdd89397 Added a comment: Thanks 2016-06-24 06:35:10 +00:00