Commit graph

26986 commits

Author SHA1 Message Date
Joey Hess
ed01410354
close 2016-02-19 15:54:55 -04:00
Joey Hess
9b021c1e90
comment 2016-02-19 15:28:55 -04:00
Joey Hess
422b9c54a6
close 2016-02-19 15:18:02 -04:00
Joey Hess
8bb80748ef
info: Mention when run in a dead repository. 2016-02-19 15:16:52 -04:00
Joey Hess
ec198fec83
fsck: When the only copy of a file is in a dead repository, mention the repository. 2016-02-19 15:12:11 -04:00
Joey Hess
e092ff087c
comment 2016-02-19 14:56:07 -04:00
Joey Hess
c7fd2ac32c
comment 2016-02-19 14:50:54 -04:00
Joey Hess
09234eb42d
comment 2016-02-19 14:47:08 -04:00
Joey Hess
b0081598c7
Fix memory leak in last release, which affected commands like git-annex status when a large non-annexed file is present in the work tree.
The whole file was strictly read, and so buffered in memory, and remained
buffered for some time when running git-annex status.
2016-02-19 14:45:26 -04:00
Joey Hess
e1a858f87e
comment 2016-02-19 11:56:11 -04:00
Joey Hess
1c2563182f
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-19 11:53:04 -04:00
davho
ff2baf59b2 removed 2016-02-19 15:50:03 +00:00
davho
90fff21cb4 removed 2016-02-19 15:49:36 +00:00
davho
41fd9ab0b8 Added a comment: Why would it fail? 2016-02-19 15:49:01 +00:00
davho
2466284a23 Added a comment: Why would it fail? 2016-02-19 15:48:39 +00:00
davho
0ac5e41eef Added a comment: Why would it fail? 2016-02-19 15:48:15 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
0edacffc65 Added a comment: 'git-annex semitrust' seems to solve the issue 2016-02-18 21:51:00 +00:00
christoph.schober@b8a66d38d9dfeeb6d7cd83888079d5870014ad7a
8f03c5df12 Added a comment 2016-02-18 21:47:39 +00:00
Joey Hess
bcda35c6b4
Update perlmagick build dependency. Closes: #789225 2016-02-18 13:09:43 -04:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
7f965e5dba Added a comment: repository marked as dead (!) 2016-02-18 14:33:56 +00:00
Joey Hess
a0bf75a710
followup 2016-02-17 15:20:23 -04:00
Joey Hess
fcc8a60aaf
add news item for git-annex 6.20160217 2016-02-17 15:12:13 -04:00
Joey Hess
610632b9ad
prep release 2016-02-17 14:49:05 -04:00
Joey Hess
95bbdb8680
Revert "workaround try #3"
This reverts commit 3fe79c0d1b.

Didn't cause the overall build to fail either.
2016-02-17 14:07:54 -04:00
84.142.108.233
e7dc6b0211 poll vote (My phone (or MP3 player)) 2016-02-17 18:04:23 +00:00
Joey Hess
8eae137b2a
followup 2016-02-17 12:37:32 -04:00
Øyvind A. Holm
7f789c37be Add some more info to the bug report 2016-02-17 06:04:48 +00:00
sunny256
f900cfbd44 Add bug report about failing tests when annex.backends is defined 2016-02-17 05:38:35 +00:00
Joey Hess
3fe79c0d1b
workaround try #3 2016-02-16 17:07:17 -04:00
Joey Hess
99a17b337e
devblog 2016-02-16 16:43:02 -04:00
Joey Hess
3120b63560
don't assume git-annex is in path when calling itself from test suite 2016-02-16 16:29:04 -04:00
Joey Hess
3fba4f83ed
fix windows build 2016-02-16 16:15:32 -04:00
Joey Hess
7db739f6c4
100% pass on FAT 2016-02-16 16:02:54 -04:00
Joey Hess
aa569500d5
fix numerous problem with test suite on crippled filesystems etc 2016-02-16 15:30:59 -04:00
Joey Hess
15148ee9eb
annex.addunlocked
* add, addurl, import, importfeed: When in a v6 repository on a crippled
  filesystem, add files unlocked.
* annex.addunlocked: New configuration setting, makes files always be
  added unlocked. (v6 only)
2016-02-16 14:43:43 -04:00
Joey Hess
adc27f081a
escape slashes in annex pointer files
The problem with having the slashes unescaped is, it broke parsing, since
the parser takes the filename to get the part containing the key.
That particularly affected URL keys.

This makes the format be the same as symlinks point to, which keeps things
simple.

Existing pointer files will continue to work ok.
2016-02-16 14:10:08 -04:00
Joey Hess
32dcc1303a
devblog 2016-02-15 16:55:55 -04:00
Joey Hess
b46ba09343
avoid fromkey test when on crippled fs 2016-02-15 16:54:44 -04:00
Joey Hess
7899f7248a
force strict file read
Avoid possibly having the file open still when it gets deleted.

Needed on Windows, particularly.
2016-02-15 16:47:34 -04:00
Joey Hess
4d89a1ffd1
allow \r in pointer files
git-annex doesn't write \r, but it can be present due to line ending
conversions or perhaps user edits.
2016-02-15 16:37:40 -04:00
Joey Hess
cceff0e46c
wow, this windows sh is super busted. try another hack 2016-02-15 16:15:23 -04:00
Joey Hess
f9d79d194b
Windows: Fix v6 unlocked files to actually work.
Pointer files were not being treated as annex content, so "git annex get"
didn't replace them with the object.
2016-02-15 16:12:18 -04:00
Joey Hess
dcf42949cb
fix script 2016-02-15 16:05:52 -04:00
Joey Hess
46297817c6
add back caballog target
used by ghci wrapper script
2016-02-15 16:01:31 -04:00
Joey Hess
88718976c6
skip v6 locked tests on windows, not supported 2016-02-15 15:53:55 -04:00
Joey Hess
2e3b5e645f
When initializing a v6 repo on a crippled filesystem, don't force it into direct mode. 2016-02-15 15:41:49 -04:00
Joey Hess
6021538332
fix build w/o concurrent-output 2016-02-15 15:29:41 -04:00
Joey Hess
7d4b4a77b1
seems false didn't cause windows shell to propigate test suite failure 2016-02-15 15:23:17 -04:00
Joey Hess
8a20f4ed24
avoid warning on windows build 2016-02-15 15:11:06 -04:00
Joey Hess
4034de2be6
quiet warning on windows 2016-02-15 15:06:54 -04:00