Commit graph

7472 commits

Author SHA1 Message Date
Joey Hess
d2527c421c
more analysis 2016-10-10 14:23:24 -04:00
Joey Hess
75c7215857
reproduce recipe 2016-10-10 12:56:21 -04:00
https://launchpad.net/~helpunclejackoff
f244d942ee 2016-10-09 18:42:14 +00:00
https://launchpad.net/~helpunclejackoff
dfd0e0290a Move the env description to the right place 2016-10-09 18:41:50 +00:00
https://launchpad.net/~helpunclejackoff
11f6bbaca8 2016-10-09 18:36:52 +00:00
xloem
16c0b372b0 Added a comment 2016-10-09 12:13:39 +00:00
https://launchpad.net/~stephane-gourichon-lpad
d1e21aad3a Reporting missing file in locally installed doc causing reduced reading comfort. 2016-10-09 07:16:25 +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
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
5416fd21a1
moreinfo 2016-10-05 15:51:42 -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
pot
2629850fdf 2016-10-01 11:41:01 +00: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
Joey Hess
76e5d8bf8a
comment 2016-09-26 16:53:27 -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
PaulK
8b2d5e194f Added a comment 2016-09-24 04:16:52 +00: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
Joey Hess
c910004d50
addurl, importfeed: Improve behavior when file being added is gitignored. 2016-09-21 17:21:48 -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
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
Joey Hess
8dae86eac2
bug 2016-09-21 14:57:20 -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
c2218b78c3
close 2016-09-21 13:06:34 -04:00
Joey Hess
1702505f60
comment 2016-09-21 13:06:12 -04:00
PaulK
13ed6c83bb Added a comment 2016-09-19 04:39:08 +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
ddc1b46fc2
comment 2016-09-14 12:28:18 -04: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
atrent
201a99f510 2016-09-10 07:23:07 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1f1b7adecf initial whining 2016-09-09 18:45:02 +00:00
https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd
16b2604a20 Added a comment 2016-09-09 06:51:45 +00: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
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
leni536
9065e994b4 2016-09-06 09:34:14 +00:00
Joey Hess
1b8d8faa3a
applied 2016-09-05 19:43:59 -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
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
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
778948eb24
comment 2016-09-05 12:33:22 -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
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
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
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
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
ilovezfs
d7ed4b5d1c Added a comment 2016-08-15 01:54:59 +00:00
adamboche@d77483462c747486c7a7341a9080d1341eeddfe6
e28ac21d2d 2016-08-15 00:49:09 +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
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
branchable@1f03006a73aeda463532c8138da071037870395b
04ba5cb4af Added a comment: Transcrypt? 2016-08-05 07:28:28 +00:00
dgray@c271d419d641bd22709a8e53c8b644231a99fa0c
43e5953e8e 2016-08-04 11:12:50 +00:00
Joey Hess
00a5e7475c
response 2016-07-30 12:18:35 -04:00
jk@3f2b4ce16bbac41470815333505aa47b91b7a9a6
5f3e6dcbeb 2016-07-29 10:50:17 +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
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
Richard Hartmann
96f295214b Update 2016-07-21 09:10:56 +02:00
Joey Hess
ceeef5495d
Merge branch 'master' of ssh://git-annex.branchable.com 2016-07-20 12:08:07 -04:00
Richard Hartmann
9f0428e771 Add comment 2016-07-20 07:48:07 +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
0fdbf639dc
followup; open bug 2016-07-19 15:04:41 -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
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
06642951fb 2016-07-17 18:25:41 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
4b91715ed2 2016-07-14 14:18:31 +00:00
Joey Hess
1fb0881a66
Merge branch 'master' of ssh://git-annex.branchable.com 2016-07-12 16:47:07 -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
quisquous
d9c12bd86b Added a comment 2016-07-12 18:59:55 +00: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
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
quisquous
6127954073 Added a comment 2016-07-11 17:59:56 +00: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
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
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
4e9dc6ddb2
response 2016-07-06 14:49:24 -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
dbfe33e88b
comment 2016-07-05 09:40:14 -04: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
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
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
Don
7f02efd682 Added a comment 2016-06-24 05:40:23 +00:00
Farhan
886f47acae Added a comment: Interested 2016-06-24 03:22:38 +00:00
jgoerzen
5403818b47 Added a comment: A caution on this 2016-06-23 21:24:50 +00:00
Farhan
a0c7ed789a Added a comment: More Info 2016-06-23 12:15:28 +00:00
sts
7cf56e63c4 Added a comment 2016-06-23 12:07:11 +00:00
Don
a59c585511 2016-06-21 09:35:34 +00:00
mail@4e627fd997ef5ca9f75e62ffc0aba5b27bd6aea1
df27a55792 Added a comment 2016-06-19 16:27:15 +00:00
speredenn
94b4416c69 2016-06-19 15:43:42 +00:00
mail@4e627fd997ef5ca9f75e62ffc0aba5b27bd6aea1
07e050b496 2016-06-18 14:07:05 +00:00
DanODonovan
161af3116d 2016-06-17 15:33:12 +00:00
DanODonovan
b3371df96c 2016-06-17 15:31:52 +00:00
Joey Hess
6fffc92a6d
Merge branch 'master' of ssh://git-annex.branchable.com 2016-06-15 13:09:33 -04:00
hpd
a950a978af 2016-06-15 09:54:38 +00:00
jgoerzen
b245e8aeb0 Added a comment: Version 2016-06-14 22:35:59 +00:00
jgoerzen
079d05eb17 Added a comment: Experienced this 2016-06-14 22:08:44 +00:00
Joey Hess
a0f8e9360b
comment 2016-06-13 21:55:53 -04:00
Joey Hess
486c355cc1
merged patch
closes https://github.com/joeyh/git-annex/pull/54
2016-06-13 21:53:43 -04:00
Joey Hess
8657a5a3db
close 2016-06-13 14:20:28 -04:00
Joey Hess
b66e517b28
reproduced 2016-06-13 12:38:11 -04:00
Joey Hess
bfe90e6a8c
comment 2016-06-10 15:42:54 -04:00
jgoerzen
89d3f6ca07 2016-06-10 18:31:12 +00:00
jgoerzen
8da64bb15b Added a comment: Seeing this everywhere 2016-06-10 16:59:46 +00:00
Maurice_Moss
047ec64c46 2016-06-10 13:42:57 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
de165cf08d Added a comment 2016-06-09 20:49:53 +00:00
Joey Hess
1fed64db26
filter out NoUUID remotes from syncDataRemotes 2016-06-09 16:38:47 -04:00
Joey Hess
7f5df6993c
add comment 2016-06-09 15:49:40 -04:00
Joey Hess
b6b5a11601
Make git clean filter preserve the backend that was used for a file. 2016-06-09 15:17:08 -04:00
Joey Hess
78952c1fcf
close 2016-06-09 14:47:07 -04:00
Joey Hess
0bc7fee660
Make lock and unlock work in v6 repos on files whose content is not present. 2016-06-09 14:40:44 -04:00
jgoerzen
8fb9d925ba Added a comment: Still seeing this 2016-06-08 18:03:51 +00:00
chris@f4ea67aa5ae4709d79959f782fcebb5edae9a79b
d25b67a09c Added a comment 2016-06-07 13:40:24 +00:00
xloem
3af83b945d Added a comment 2016-06-05 02:57:42 +00:00
xloem
17a169841b 2016-06-05 02:45:42 +00:00
Joey Hess
b271a417e6
Merge branch 'master' of ssh://git-annex.branchable.com 2016-06-02 14:10:39 -04:00
Joey Hess
fbf5045d4f
sync --content: Fix bug that caused transfers of files to be made to a git remote that does not have a UUID. This particularly impacted clones from gcrypt repositories.
Added guard in Annex.Transfer to prevent this problem at a deeper level.

I'm unhappy ith NoUUID, but having Maybe UUID instead wouldn't help either
if nothing checked that there was a UUID. Since there legitimately need to
be Remotes that do not have a UUID, I can't see a way to fix it at the type
level, short making there be two separate types of Remotes.
2016-06-02 13:50:43 -04:00
Joey Hess
eff6e8b1f7
analysis 2016-06-02 13:20:14 -04:00
chris@f4ea67aa5ae4709d79959f782fcebb5edae9a79b
7dfcfe3708 Added a comment: similar problem 2016-06-02 16:28:18 +00:00
Yaroslav Halchenko
64e844e1fe
minor typo fixes throughout
problematic
flexibility
2016-06-02 11:22:18 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
842f8da6b7 fixed typo and commented about replication 2016-06-02 13:02:42 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
67aea97b7d 2016-06-02 03:49:26 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
b9c4468596 2016-06-01 10:03:52 +00:00
Joey Hess
f4489cc415
Remove Makefile from cabal tarball; man page building is now handled by a small haskell program.
This actually runs faster than building the man pages from the makefile
did. But the main purpose is to let Setup.hs import Build.Mans and so not
need the makefile.
2016-05-31 13:58:13 -04:00
felixonmars@643c7c1f0bf9bace16d293d69b51419f012234d1
056a7f67a8 Added a comment 2016-05-31 16:36:05 +00:00
Joey Hess
2a7df4f6d9
response 2016-05-31 12:01:45 -04:00
Joey Hess
2b9281164f
response 2016-05-31 11:58:38 -04:00
xloem
25b92a1597 Added a comment 2016-05-29 02:02:38 +00:00
NhanHo
c1f4b9fab8 2016-05-28 06:02:16 +00:00
felixonmars@643c7c1f0bf9bace16d293d69b51419f012234d1
177376dc79 2016-05-28 03:23:10 +00:00
Joey Hess
84f20c9f69
Windows: Avoid terminating git-annex branch lines with \r\n when union merging. 2016-05-27 15:22:52 -04:00
Joey Hess
45308ec78b
Improve SHA*E extension extraction code.
Filter out over-long "extensions" before stripping out non-alphanumerics
from them, so that eg "foo.ba__________r" is not considered a .bar
extension.
2016-05-27 13:14:51 -04:00
Joey Hess
b7d47741c9
comment 2016-05-27 13:09:46 -04:00
Joey Hess
eba68572dc
Split lines in the git-annex branch on \r as well as \n, to deal with \r\n terminated lines written by some versions of git-annex on Windows.
This fixes strange displays in some cases, including whereis showing
many duplicate locations, and showing more total copies than actually
exist.

It's unknown if that lead to data loss when eg, dropping. At the moment,
it seems unlikely it could, since the UUID with \r's appended is not the
same as a UUID without, and so no remote matches it.

It's also unknown if \r's can leak in on windows, perhaps when merging the
git-annex branch.
2016-05-27 11:45:13 -04:00
Joey Hess
4e0af0e3e8
followup 2016-05-27 11:05:53 -04:00
Joey Hess
0c2c9202d7
followup 2016-05-27 11:01:33 -04:00
Joey Hess
0e33730b5a
analysis 2016-05-27 10:39:55 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ae9f6b5dd4 2016-05-25 18:30:34 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
f2327ef7b0 closing 2016-05-25 00:28:36 +00:00
Joey Hess
d815bb8635
close 2016-05-24 16:06:24 -04:00
Joey Hess
a533cc3b35
close 2016-05-24 16:00:39 -04:00
NhanHo
bd8e8ebd07 2016-05-24 13:15:56 +00:00
NhanHo
eab26c79c3 2016-05-24 10:39:34 +00:00
ilovezfs
c4cd0c8730 Added a comment 2016-05-24 09:32:31 +00:00
NhanHo
f6cded63e9 2016-05-24 09:08:35 +00:00
NhanHo
b18f0f55b6 2016-05-24 09:07:18 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
91f8800721 Added a comment: what would be the "best" command to run? 2016-05-24 00:10:23 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e1247977b3 added that reconfirmed with 6.20160523+gitg33c00ab-1~ndall+1 2016-05-23 23:58:15 +00:00
Joey Hess
737d4a5ba1
deja vu all over again 2016-05-23 18:25:39 -04:00
Joey Hess
4d4fb65da2
Merge branch 'master' of ssh://git-annex.branchable.com 2016-05-23 18:15:17 -04:00
Joey Hess
70ecc00f31
re-close 2016-05-23 17:52:08 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
065a8c3030 fixed meta tag 2016-05-23 20:48:35 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
072d7938f0 2016-05-23 20:47:30 +00:00
Joey Hess
9e81a39a01
comment, reopen 2016-05-23 14:36:59 -04:00
Joey Hess
f348634df0
comment 2016-05-23 14:14:51 -04:00
Joey Hess
53d9b0fc5f
initial pass 2016-05-23 13:59:31 -04:00
Joey Hess
4f88bc87a5
Merge branch 'master' of ssh://git-annex.branchable.com 2016-05-23 13:03:48 -04:00
Joey Hess
fda1175d32
comment 2016-05-23 13:00:49 -04:00
ilovezfs
b425c4ee62 Added a comment 2016-05-23 16:26:36 +00:00
Joey Hess
e394315b67
comment 2016-05-23 11:13:51 -04:00
xloem
304c5ef17d 2016-05-23 11:01:25 +00:00
xloem
fbb955c7f2 2016-05-23 10:55:54 +00:00
ilovezfs
07383ae9ea 2016-05-23 06:31:12 +00:00
ilovezfs
724fe1a3d2 2016-05-23 06:27:46 +00:00
ilovezfs
da4d667940 Patches for GHC 8 and for cabal configure 2016-05-23 06:26:59 +00:00
rustikus@9db90d0c115a1825e2f1e5f15257ec1298a6c7b6
f499d6f052 Added a comment: Arrived in homebrew - Fix not working? 2016-05-22 19:58:33 +00:00
xloem
a207886237 2016-05-22 17:09:49 +00:00
xloem
8a95bb14bc removed 2016-05-22 16:26:56 +00:00
xloem
79d335c806 Added a comment: This could be detected 2016-05-22 16:26:30 +00:00
Joey Hess
da0bfb9829
rename 2016-05-21 09:51:32 -04:00
ilovezfs@25b1c2e6e4c5194d062624bafc4507b8398d6588
bc87b2d9f9 S3 support lacking in a stock cabal install build in a sandbox on OS X 2016-05-20 10:33:02 +00:00
EskildHustvedt
41a5155b09 Added a comment 2016-05-20 07:45:52 +00:00
EskildHustvedt
f317ecb77b 2016-05-20 07:37:38 +00:00
xloem
e86688651c Added a comment 2016-05-18 09:43:13 +00:00
Joey Hess
8006ac923b
followup 2016-05-17 14:01:32 -04:00
adament@c0981cf9fb3a2c013811bae9af9bada8f0fa0886
b00ea72aec 2016-05-17 16:25:08 +00:00
adament@c0981cf9fb3a2c013811bae9af9bada8f0fa0886
9d2bb5bf5e 2016-05-17 16:23:54 +00:00
Joey Hess
eda5d9cc74
adjust: Add --fix adjustment, which is useful when the git directory is in a nonstandard place. 2016-05-16 17:18:33 -04:00
Joey Hess
fb8ab2469d
assistant: Fix bug that caused v6 pointer files to be annexed by the assistant. 2016-05-16 13:36:36 -04:00
Joey Hess
d881850fe3
comment 2016-05-12 15:23:43 -04:00
Joey Hess
9fd09a657a
open bug from forum post 2016-05-12 15:14:30 -04:00
paulK
34670bc816 2016-05-11 21:51:41 +00:00
paulK
9c03a649c8 Bug report. 2016-05-11 00:52:34 +00:00
Joey Hess
3f1aaa84c5
Added annex.gnupg-decrypt-options and remote.<name>.annex-gnupg-decrypt-options, which are passed to gpg when it's decrypting data.
The naming is unofrtunately not consistent, but the gnupg-options
were only used for encrypting, and it's too late to change that.

It would be nice to have a third setting that is always passed to gnupg,
but ~/.gnupg/options can be used to specify such global options when really
needed.
2016-05-10 13:03:56 -04:00
xloem
2f84557979 removed 2016-05-07 12:34:59 +00:00
xloem
d187f771b9 2016-05-07 12:26:13 +00:00
Joey Hess
c456833179
Windows: Fix an over-long temp directory name. 2016-05-06 12:49:41 -04:00
slowbyte@142ac4d0d3edb8ed7be2fa944db64ee067115f0e
56d3d31918 2016-05-06 05:37:55 +00:00
Joey Hess
3e79a2f114
enable explicit-setup-deps 2016-05-05 15:37:42 -04:00
rustikus@9db90d0c115a1825e2f1e5f15257ec1298a6c7b6
a5bec6c70b 2016-05-05 13:41:53 +00:00
abdo.roig@4afedf09b5d9a0a6a9f44fc16a778e10cc3e89dc
5385ed813f Added a comment: Problem fixed 2016-05-05 08:32:37 +00:00
Joey Hess
23c2cfa488
Merge branch 'master' of ssh://git-annex.branchable.com 2016-05-04 13:06:30 -04:00
Joey Hess
4d88c7193b
Windows: Fix several bugs in propigation of changes from the adjusted branch back to the master branch. 2016-05-04 13:06:09 -04:00