Joey Hess
37f5f00923
fixed
2019-08-13 16:45:24 -04:00
Joey Hess
96a5d7c4fc
comment
2019-08-13 15:15:55 -04:00
Joey Hess
d8a0b09506
Merge branch 'master' of ssh://git-annex.branchable.com
2019-08-13 15:14:22 -04:00
Joey Hess
dc672863c3
init: Install working hook scripts when run on a crippled filesystem and on Windows
2019-08-13 15:14:17 -04:00
yarikoptic
05d85c757a
Added a comment
2019-08-13 18:15:36 +00:00
Joey Hess
4a4a5dd5f9
comment
2019-08-13 13:36:33 -04:00
Joey Hess
386c0ce90a
close handle so windows can stat the file
...
windows cannot stat a file that another process has open, which caused
this to crash with an exception
2019-08-13 13:26:25 -04:00
Joey Hess
a95de6bcc7
reply
2019-08-13 12:54:46 -04:00
yarikoptic
0e856fd3c2
Original report
2019-08-13 15:53:37 +00:00
Ilya_Shlyakhter
070fbd693e
added bug report where git-annex-sync seems not idempotent
2019-08-12 20:50:07 +00:00
yarikoptic
88a78b7d90
Added a comment
2019-08-12 20:15:02 +00:00
Joey Hess
5798d063b0
make test_export_import work on adjusted branch
2019-08-09 14:00:22 -04:00
Joey Hess
69a5b5a27f
bug report
2019-08-08 15:11:56 -04:00
Joey Hess
298812a353
use separate main repo dir for each test suite pass
...
This way a failure to clean up the main repo dir from a previous pass
can't result in reusing that repo, which won't be configured right for the
current pass.
2019-08-08 14:29:28 -04:00
Joey Hess
70b71bf660
have init --version fail when repo is already initialized with other version
...
init: When the repo is already initialized, and --version requests a
different version, error out rather than silently not changing the version.
2019-08-08 14:13:02 -04:00
Joey Hess
022875274a
bug
2019-08-08 13:34:58 -04:00
Joey Hess
9e230cd448
work around adjusted unlocked branch problem in test suite
2019-08-08 13:28:04 -04:00
Joey Hess
7598cc6362
fixed
2019-08-07 18:00:49 -04:00
Joey Hess
3adc251f9d
Build with silently-1.2.5.1 on Windows; the old one used "NUL" which is not supported with recent versions of ghc.
2019-08-07 17:42:16 -04:00
Joey Hess
8042ae7eaa
comment
2019-08-07 14:05:20 -04:00
Ilya_Shlyakhter
890a51485e
Added a comment: similar bug report
2019-08-05 17:55:21 +00:00
Ilya_Shlyakhter
5e6a143740
Added a comment: issues with concurrent copy
2019-08-05 17:53:38 +00:00
david@8424c56b088b73b1f9bd7d0497ca9b5752776099
9108927b86
2019-08-03 22:42:50 +00:00
yarikoptic
fba7da498b
2019-08-03 13:42:18 +00:00
leej
be31ef910f
Added a comment: Thank you, CFBundleShortVersionString is present and matches the internal git-annex version
2019-08-02 15:57:10 +00:00
leej
3731e511ab
removed
2019-08-02 15:49:58 +00:00
leej
bc38bca5ed
removed
2019-08-02 15:49:36 +00:00
leej
51e99b1502
Added a comment: Currently, 7.20190730 is expected but 7.20190709-gee3885d15 present on OSX/current
2019-08-02 15:49:20 +00:00
leej
6ee7a5f3c1
Added a comment: Currently, 7.20190730 is expected but 7.20190709-gee3885d15 present on OSX/current
2019-08-02 15:49:11 +00:00
leej
7e03cfd0ea
Added a comment: Currently, 7.20190730 is expected but 7.20190709-gee3885d15 present on OSX/current
2019-08-02 15:48:52 +00:00
Ilya_Shlyakhter
922778004d
added bug report about test suite failures on Windows
2019-07-31 17:59:22 +00:00
yarikoptic
8106da9df8
Added a comment
2019-07-30 15:18:57 +00:00
felix.hagemann@b76e9ea0928cf33dacffc37ec3dbecf33171a8a5
4b6a893b4c
2019-07-29 06:05:05 +00:00
felix.hagemann@b76e9ea0928cf33dacffc37ec3dbecf33171a8a5
66de7ebe6d
2019-07-28 21:29:00 +00:00
Ilya_Shlyakhter
f257282cdc
Added a comment
2019-07-23 20:57:11 +00:00
Ilya_Shlyakhter
924e89f932
added bug report about fsck flagging dead keys as errors
2019-07-23 20:56:19 +00:00
Ilya_Shlyakhter
bd30c428ee
added bug report re: git-annex-fsck failing with "thread blocked indefinitely"
2019-07-23 16:03:27 +00:00
Joey Hess
05e3b93b89
comment
2019-07-19 13:22:09 -04:00
Joey Hess
21ff5e1e5a
CoW probing
...
Improved probing when CoW copies can be made between files on the same
drive. Now supports CoW between BTRFS subvolumes. And, falls back to rsync
instead of using cp when CoW won't work, eg copies between repos on the
same EXT4 filesystem.
Rather than trying cp --reflink=always for each file copied to a remote,
it's tried once and if it fails it falls back to using rsync thereafter
for the lifetime of the Remote object. That avoids overhead of calling cp
which while small, will add up over a large number of files.
This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
2019-07-17 14:19:08 -04:00
Joey Hess
dabbaa53f5
comment
2019-07-17 12:15:39 -04:00
Joey Hess
7be690f326
check headRef not Branch.current
...
Support running v7 upgrade in a repo where there is no branch checked out,
but HEAD is set directly to some other ref.
This commit was sponsored by Jack Hill on Patreon.
2019-07-16 12:36:29 -04:00
kyle
47d1d8df34
Added a comment: a reduced script
2019-07-11 20:19:23 +00:00
yarikoptic
9a52d2364e
Added a comment
2019-07-11 20:15:45 +00:00
yarikoptic
e7fbfe7b70
original report: get fails to place v7 unlocked file content into the file tree in v7 in repo with detached HEAD
2019-07-11 20:12:40 +00:00
yarikoptic
9d43570ed6
initial summary on an old issue of absent benefit from CoW across subvolumes of BTRFS filesystem
2019-07-08 19:00:46 +00:00
kyle
fa3524b953
Added a comment
2019-07-08 16:37:50 +00:00
Joey Hess
e7423e4204
close
2019-07-08 09:02:01 -04:00
ply
831e6746f0
2019-07-06 09:50:27 +00:00
ply
0717bfd3e3
2019-07-06 09:34:51 +00:00
Joey Hess
b8ef1bf3be
Fix find --json to output json once more.
...
Reversion from commit 436f10771
, CustomOutput was forcing quiet output
which overrode the json setting.
find happened to be the only command that uses CustomOutput and also
outputs json. (metadata --get does also use CustomOutput and --json does not
enable json output for that, which may be an oversight, but was already the
behavior before this regression.)
2019-07-05 09:58:37 -04:00