Joey Hess
3a0842d9f8
fix bug introduced in direct mode conversion
...
oops, the code was "if direct && not present" and I removed the direct
which made the wrong path be taken.
2019-08-27 12:29:05 -04:00
Joey Hess
6b56c3ae11
close
2019-08-27 11:39:52 -04:00
Joey Hess
0b10d10753
add
2019-08-26 17:00:06 -04:00
Ilya_Shlyakhter
637ced91b9
Added a comment
2019-08-26 20:58:14 +00:00
Joey Hess
867f0b7442
Merge branch 'master' of ssh://git-annex.branchable.com
2019-08-26 16:46:32 -04:00
Joey Hess
99ac4c0cb8
devblog
2019-08-26 16:46:13 -04:00
Joey Hess
af8a73d539
noticed a problem
2019-08-26 16:41:24 -04:00
Joey Hess
20741b1eb4
Automatically convert direct mode repositories to v7 with adjusted unlocked branches
...
* Automatically convert direct mode repositories to v7 with adjusted
unlocked branches and set annex.thin.
* init: When run on a crippled filesystem with --version=5,
will error out, since version 7 is needed for adjusted unlocked branch.
* direct: This command always errors out as direct mode is no longer
supported.
* indirect: This command has become a deprecated noop.
* proxy: This command is deprecated because it was only needed in direct
mode. (But it continues to work.)
Also removed mentions of direct mode throughough the documentation.
I have not removed all the direct mode code yet.
2019-08-26 15:05:25 -04:00
Joey Hess
2fd27c6df5
assistant: When creating a new repository use v7 adjusted branches with annex.thin
...
Rather than direct mode, which this is a small step on the path to
removing.
Init on a crippled filesystem already used v7 adjusted branches,
and like that, this doesn't pose any interoperability issues with old
versions of git-annex that clone the same repo, because files are only
unlocked on the adjusted branch.
2019-08-26 12:54:14 -04:00
Joey Hess
0c718763fd
planning
...
several entangled things
2019-08-26 12:29:43 -04:00
Joey Hess
9bf3a5c405
close as probably fixed in recent test suite improvements
2019-08-26 12:27:27 -04:00
Joey Hess
b627c5b4d0
followup
2019-08-26 12:20:57 -04:00
ronald@bfae3dfd3105df06e4cc44c37b3e8dc430bd137a
04a928eccc
fix git:// url for repo
2019-08-25 19:12:58 +00:00
Joey Hess
8012d61874
Merge branch 'master' of ssh://git-annex.branchable.com
2019-08-23 16:52:23 -04:00
Joey Hess
cb318d4404
todo
2019-08-23 16:52:08 -04:00
giuly
1eb2a87147
Datalad/Git annex/unkown archive format
2019-08-23 19:40:04 +00:00
yarikoptic
9531f5b6d4
initial report about regression failing to detect need for pidlock
2019-08-23 14:16:11 +00:00
Joey Hess
246ec97338
update
2019-08-22 21:04:19 -04:00
https://christian.amsuess.com/chrysn
e4161b6ea5
Added a comment: workaround not working any more
2019-08-21 11:34:23 +00:00
Ilya_Shlyakhter
afe5be0463
Added a comment: another instance of git-annex-sync not being idempotent
2019-08-20 17:08:45 +00:00
Ilya_Shlyakhter
f0ca57a232
added a hyperlink to conda installation page
2019-08-20 02:45:43 +00:00
Ilya_Shlyakhter
908476a9b8
Added a comment: hourly windows autobuild seems to have stopped running
2019-08-19 19:47:06 +00:00
Joey Hess
0bb42aea9a
add news item for git-annex 7.20190819
2019-08-19 12:27:15 -04:00
Joey Hess
a6933e1629
Merge branch 'master' of ssh://git-annex.branchable.com
2019-08-16 14:09:27 -04:00
Joey Hess
7f97575941
Makefile: Changed default zsh completion location to zsh default fpath.
...
Systems such as Debian that have overridden the default fpath will need to
set ZSH_COMPLETIONS_PATH.
I feel that Debian is causing unncessary complexity by making this change,
and have filed a bug report about it.
This also means that when git-annex is installed with PREFIX=/usr/local
it will use /usr/local/share/zsh/site-functions which works with probably
all versions of zsh.
2019-08-16 14:08:56 -04:00
Ilya_Shlyakhter
09f79e5256
Added a comment: storing checksums for non-checksum keys in metadata
2019-08-16 16:06:29 +00:00
Ilya_Shlyakhter
41fee0b0fc
removed
2019-08-16 16:03:41 +00:00
Ilya_Shlyakhter
9f62583717
Added a comment: storing checksums for non-checksum keys in metadata
2019-08-16 16:02:41 +00:00
Joey Hess
b532d69498
add missing build dep of install-completions
...
Since it runs git-annex to generate the completions files.
2019-08-16 11:42:00 -04:00
Joey Hess
206f9ad7c0
add comment
2019-08-16 11:36:33 -04:00
Joey Hess
fa62c32233
Fix intermittent failure of the test suite
...
Its repeated opening and writing to the sqlite database somehow caused
inode cache information to occasionally be lost.
This loses code coverage, since running git-annex as a child process
prevents tracking what parts of the code are exercised. I have not looked
at the code coverage in a long time. It would probably be possible to
collect code coverage for the child procesess and merge it together.
2019-08-16 11:11:55 -04:00
Joey Hess
83cdc511da
use GHC not ghc
2019-08-16 11:00:28 -04:00
https://launchpad.net/~felixonmars
14b2a257fb
2019-08-16 07:25:29 +00:00
Joey Hess
b68198d7be
Merge branch 'master' of ssh://git-annex.branchable.com
2019-08-15 21:44:29 -04:00
Joey Hess
61bc26dc40
comment
2019-08-15 21:44:14 -04:00
eschwartz@5abb721e66990e478c7d1caf96beb4f9794eb168
c131c0f0c5
2019-08-15 22:46:53 +00:00
Joey Hess
7cd2120b23
Merge branch 'master' of ssh://git-annex.branchable.com
2019-08-15 17:45:05 -04:00
Joey Hess
be52546af6
update
2019-08-15 17:30:38 -04:00
Joey Hess
8e2396fcff
bug
2019-08-15 17:17:59 -04:00
eschwartz@5abb721e66990e478c7d1caf96beb4f9794eb168
7a0ed9dc75
Added a comment
2019-08-15 21:15:09 +00:00
Joey Hess
94e57a7fbc
comment
2019-08-15 15:19:57 -04:00
Joey Hess
c8cca57b3b
Merge branch 'master' of ssh://git-annex.branchable.com
2019-08-15 14:48:13 -04:00
Joey Hess
69cefe8190
followup and display rsync exit status
2019-08-15 14:47:22 -04:00
eschwartz@5abb721e66990e478c7d1caf96beb4f9794eb168
5e5d0e54ca
New bug for zsh-completion.
2019-08-15 18:09:47 +00:00
Joey Hess
708fc6567f
S3: Fix encoding when generating public urls of S3 objects.
...
This code feels worryingly stringily typed, but using URI does not help
because the uriPath still has to be constructed with the right
uri-encoding.
2019-08-15 12:56:46 -04:00
Joey Hess
83fc72653b
Merge branch 'master' of ssh://git-annex.branchable.com
2019-08-15 12:37:32 -04:00
Joey Hess
e6c7778345
bug
2019-08-15 12:37:12 -04:00
Ilya_Shlyakhter
cb60968660
Added a comment
2019-08-14 18:40:50 +00:00
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
Horus
e1e74ccd8d
Added a comment
2019-08-12 07:40:57 +00:00
hey@ccaff89baaef1ba51f67eb65fb5ded08528ccecd
f4ae100949
2019-08-12 03:16:52 +00:00
Joey Hess
5bd515960c
devblog
2019-08-09 15:41:10 -04:00
Joey Hess
2af9ad1808
comment
2019-08-09 15:40:23 -04:00
Joey Hess
696ab80d93
Merge branch 'master' of ssh://git-annex.branchable.com
2019-08-09 15:37:12 -04:00
Joey Hess
5798d063b0
make test_export_import work on adjusted branch
2019-08-09 14:00:22 -04:00
Joey Hess
b87ea12b6b
git-annex merge branch
...
* merge: When run with a branch parameter, merges from that branch.
This is especially useful when using an adjusted branch, because
it applies the same adjustment to the branch before merging it.
2019-08-09 13:21:15 -04:00
Horus
d174feeb0f
Added a comment
2019-08-09 07:51:07 +00:00
Lukey
aec95e48df
Added a comment: HOWTO
2019-08-08 20:21:11 +00: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
Ilya_Shlyakhter
5ceff99573
removed
2019-08-08 15:08:45 +00:00
Ilya_Shlyakhter
e1d97a92db
removed
2019-08-08 15:05:48 +00:00
Ilya_Shlyakhter
8ce06e4a8f
removed
2019-08-08 15:05:23 +00:00
Ilya_Shlyakhter
7421e214af
Added a comment: Git for Windows installation -- support for symlinks
2019-08-08 15:04:40 +00:00
Ilya_Shlyakhter
8bf7a44293
Added a comment: Git for Windows installation -- support for symlinks
2019-08-08 15:04:32 +00:00
Ilya_Shlyakhter
ae4eade74e
Added a comment: Git for Windows installation -- support for symlinks
2019-08-08 15:04:25 +00:00
Ilya_Shlyakhter
30c084f792
Added a comment: Git for Windows installation -- support for symlinks
2019-08-08 15:04:08 +00: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
ec64a08b2b
Merge branch 'master' of ssh://git-annex.branchable.com
2019-08-07 14:05:32 -04:00
Joey Hess
8042ae7eaa
comment
2019-08-07 14:05:20 -04:00
frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a
e3ef6db1a1
2019-08-07 11:03:10 +00:00
Horus
b20b4c3d4c
2019-08-07 08:33:41 +00: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
Joey Hess
8938102896
devblog
2019-08-05 13:52:07 -04:00
Joey Hess
0dd6ba302e
close
2019-08-05 13:44:24 -04:00
Joey Hess
3e0770e800
Merge branch 'git-lfs'
2019-08-05 13:44:04 -04:00
Joey Hess
fb7d92457f
support using gcrypt with git-lfs special remote
2019-08-05 13:43:45 -04:00
Joey Hess
c527ae5887
Merge branch 'master' into git-lfs
2019-08-05 11:48:45 -04:00
Joey Hess
3f450f0f4a
add encryption warning
2019-08-05 11:35:26 -04:00
Joey Hess
87e9ed38b8
expand encryption warning
2019-08-05 10:43:51 -04:00
Joey Hess
922434bccc
remove extra blank line
2019-08-05 10:37:19 -04:00
Joey Hess
bf7da09cf6
update
2019-08-05 10:36:46 -04:00
Joey Hess
f5eb28682a
expand
2019-08-04 13:59:24 -04:00
Joey Hess
8460bbcea9
note on git-lfs program
2019-08-04 13:16:59 -04:00
Joey Hess
c5ed11bc3f
documentation for git-lfs special remote
2019-08-04 13:15:47 -04:00