Joey Hess
99a1e6efe2
close as dup
2017-06-09 13:43:53 -04:00
Joey Hess
aa2ab14a83
followup
2017-06-09 13:34:08 -04:00
Joey Hess
233f13b1e5
followup
2017-06-09 13:31:34 -04:00
Joey Hess
5be8df01cb
followup
2017-06-09 13:11:25 -04:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
e1164ce23a
Added a comment
2017-06-09 01:48:15 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
e19752a653
Added a comment
2017-06-09 01:40:01 +00:00
Joey Hess
28b80599e2
Merge branch 'master' of ssh://git-annex.branchable.com
2017-06-07 16:19:45 -04:00
ano.nymous@12ebd53e5933cd1730c84027a7cb905e7c3fdd9c
6a19f79c4a
Added a comment: Workaround for switching repos from WebApp
2017-06-07 19:18:51 +00:00
Joey Hess
86e4ea00b2
analysis
...
Also, added a comment to Assistant/Threads/Merger.hs to explain
why it only merges from /synced/ branches.
2017-06-07 13:45:18 -04:00
Joey Hess
252f254349
more
2017-06-06 16:02:11 -04:00
Joey Hess
aff0ce86da
merge and followup window path length bugs
2017-06-06 15:57:35 -04:00
Joey Hess
7b5c00eea7
followup
2017-06-06 15:42:27 -04:00
Joey Hess
eb79584bfe
followup; close
2017-06-06 15:36:10 -04:00
Joey Hess
ed639c140d
Fix bug that prevented transfer locks from working when run on SMB or other filesystem that does not support fcntl locks and hard links.
...
This commit was sponsored by Ethan Aubin.
2017-06-06 14:22:03 -04:00
Joey Hess
1b89913db8
close
2017-06-06 13:37:18 -04:00
Joey Hess
e23839acf3
Avoid error about git-annex-shell not being found when syncing with -J with a git remote where git-annex-shell is not installed.
...
This commit was sponsored by andrea rota.
2017-06-06 12:57:27 -04:00
Joey Hess
954a24b5d1
comment
2017-06-06 12:20:51 -04:00
yibe
c8e8d36e85
Added a comment
2017-06-04 20:07:31 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
4d015cf1d2
2017-06-03 19:24:58 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
c9bef943c6
2017-06-03 18:43:04 +00:00
Tom
cbe91c4ae1
2017-06-03 13:47:26 +00:00
Joey Hess
bb060f000f
error when metadata set is used with file that does not exist
...
When setting metadata of a file that did not exist, no error message was
displayed, unlike getting metadata and most other git-annex commands. Fixed
this oversight.
Note that, if the file exists but is not annexed, there's no error.
This is the same behavior as other git-annex commands.
This commit was supported by the NSF-funded DataLad project.
2017-06-01 11:40:47 -04:00
zkaufman
421239d344
2017-05-31 20:18:36 +00:00
http://schnouki.net/
2124d5316f
Added a comment
2017-05-29 09:56:59 +00:00
ewen
e6d9c459e3
Added a comment: Standalone git-annex on Synology DS216+ NAS
2017-05-28 01:24:43 +00:00
yarikoptic
61131d87b0
Added a comment: woohoo
2017-05-26 02:03:57 +00:00
Joey Hess
e1cf095ae8
Avoid concurrent git-config setting problem when running concurrent threads.
...
See my comment. This only avoids the problem for -J; two git-annex
processes started at the same time could still both try to write to
.git/config and one fail. That would be very unlikely though, and it
doesn't really seem worth adding an additional layer of locking around
.git/config.
This commit was supported by the NSF-funded DataLad project.
2017-05-25 18:28:23 -04:00
Joey Hess
7db37ddde0
Fix transfer log file locking problem when running concurrent transfers.
...
orElse is great, but was not the right thing to use here because
waitTakeLock could retry for other reasons than the lock being held,
which made tryTakeLock fail when it shouldn't.
Instead, move the code to tryTakeLock and implement waitTakeLock using
tryTakeLock and retry.
(Also, in runTransfer, when checkSaneLock fails, dropLock to avoid leaking a
lock handle.)
This commit was supported by the NSF-funded DataLad project.
2017-05-25 17:40:23 -04:00
yarikoptic
df9ba3b5b4
Added a comment
2017-05-25 18:39:03 +00:00
Joey Hess
9bddc6d5ca
Improve progress display when watching file size, in cases where a transfer does not resume.
...
This commit was supported by the NSF-funded DataLad project.
2017-05-25 14:30:18 -04:00
Joey Hess
c204654fe5
response
2017-05-25 13:39:20 -04:00
yarikoptic
b9b25c13e0
original complaint
2017-05-25 14:35:44 +00:00
namsgorf@6b5ce57fbe9dc2a2c65d6817151f107dc22f438c
1f615d3b00
Added a comment
2017-05-21 13:40:08 +00:00
Joey Hess
1d45e47e3f
clear regions before ssh prompt
...
When built with concurrent-output 1.9, ssh password prompts will no longer
interfere with the -J display.
To avoid flicker, only done when ssh actually does need to prompt;
ssh is first run in batch mode and if that succeeds the connection is up
and no need to clear regions.
This commit was supported by the NSF-funded DataLad project.
2017-05-16 15:50:11 -04:00
Joey Hess
89f9be3230
workaround is in place
...
(and remove debug print)
2017-05-16 14:36:54 -04:00
Joey Hess
e858c959f7
glacier-cli python3 bug nearly for sure
2017-05-16 14:22:26 -04:00
Joey Hess
e0a8e3f414
forwardeed to git ML
2017-05-16 13:11:15 -04:00
Joey Hess
f32eef69e4
close dup
2017-05-16 12:20:40 -04:00
Joey Hess
0a92652d6b
Merge branch 'master' of ssh://git-annex.branchable.com
2017-05-16 12:20:01 -04:00
Joey Hess
67dd96c944
bisection
2017-05-16 12:19:02 -04:00
mail@4e627fd997ef5ca9f75e62ffc0aba5b27bd6aea1
23f79ee5d3
failing unit tests bug
2017-05-16 14:58:36 +00:00
http://id.clacke.se/
710071e49a
2017-05-16 00:13:36 +00:00
michal.anks@bff6982ee88f5bd889dd798be824cff38f2d8933
645e04368c
glacier-cli and git-annex doesn't seem to work together right
2017-05-15 20:04:11 +00:00
http://id.clacke.se/
acd825f5fd
2017-05-15 09:31:15 +00:00
leavingchicago@c04c893e78d1c4c76cb3e32b5c227cf42bbf7682
44a3f7207e
Added a comment: Related...
2017-05-15 04:43:44 +00:00
leavingchicago@c04c893e78d1c4c76cb3e32b5c227cf42bbf7682
7ee0e9d816
2017-05-15 04:40:17 +00:00
ewen
b8c6eb557c
Added a comment: dtruss OS X 10.11 git annex on SMB mount
2017-05-14 05:04:29 +00:00
t.z.mates
d7987ffc13
Added a comment
2017-05-13 20:59:34 +00:00
Joey Hess
1a0390e418
pointers
2017-05-12 16:29:53 -04:00
Joey Hess
e405b9bbe4
break out bug report
2017-05-12 10:57:58 -04:00