Commit graph

7334 commits

Author SHA1 Message Date
edward
8961f25f5b unlock should warn if file isn't in repo 2016-11-04 18:15:00 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
631c055330 Added a comment 2016-11-04 10:27:26 +00:00
EskildHustvedt
f651775e83 Added a comment 2016-11-04 07:34:30 +00:00
https://me.yahoo.com/a/n0FWjM0duI0IytxNwAsBBv1BvGd8rA--#a9eec
98e7900b49 2016-11-04 00:22:20 +00:00
davidriod@e75b369a4b1cced29c14354bce7493c61f00b1c7
567f49603f 2016-11-02 20:02:47 +00:00
justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91
cad4f0b395 2016-11-02 17:24:27 +00:00
Joey Hess
82a7a8828f
fixed 2016-11-02 11:07:37 -04:00
Joey Hess
340809e671
Merge branch 'master' of ssh://git-annex.branchable.com 2016-11-02 10:37:50 -04:00
CandyAngel
50e93f5cf8 Added a comment 2016-11-02 10:37:49 +00:00
CandyAngel
330c68b39e Added a comment 2016-11-02 10:03:46 +00:00
CandyAngel
116e0189ed 2016-11-02 09:58:25 +00:00
mx781
46ea2a354c 2016-11-02 05:32:43 +00:00
Joey Hess
4e305d1f98
update 2016-11-01 14:25:51 -04:00
Joey Hess
f08ad2f916
retitle 2016-11-01 13:50:09 -04:00
Joey Hess
5f3390336a
comment 2016-10-31 18:41:22 -04:00
Joey Hess
b530e43285
Fix reversion in 6.20161012 that prevented adding files with a space in their name. 2016-10-31 18:39:37 -04:00
Joey Hess
a986b12cf2
Merge branch 'master' of ssh://git-annex.branchable.com 2016-10-31 18:34:27 -04:00
aranea@650e41fad422f2a4d6f36ca1f20d41b7c0f18ab7
32feb186c6 Added a comment 2016-10-31 22:31:44 +00:00
Joey Hess
040b26b2f6
comments 2016-10-31 18:07:11 -04:00
aranea@650e41fad422f2a4d6f36ca1f20d41b7c0f18ab7
80ecf6496a 2016-10-31 21:40:06 +00:00
aranea@650e41fad422f2a4d6f36ca1f20d41b7c0f18ab7
bec8368911 Added a comment 2016-10-31 21:29:42 +00:00
Joey Hess
7ec02ad9e6
reproduce 2016-10-31 17:18:04 -04:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
cf3234391f Added a comment 2016-10-31 20:59:30 +00:00
Joey Hess
29f33155d6
comment 2016-10-31 16:56:40 -04:00
Joey Hess
d00a59b4c3
comment 2016-10-31 16:37:40 -04:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
54d0e9fb56 Added a comment 2016-10-31 19:50:23 +00:00
Joey Hess
fd5396bdab
response 2016-10-31 15:34:19 -04:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
c5a459bc81 Added a comment: SOLVED 2016-10-31 19:08:17 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
affaa85b7d Added a comment 2016-10-31 18:51:17 +00:00
Joey Hess
ec2e1569e6
Linux standalone: Fix location of locale files in the bundle.
The Makefile was putting them in git-annex.linux/i18n/i18n, and so I18NPATH
did not point to the files. I think that on close enough to Debian systems,
localedef then fell back to using the system-wide locale files, while on
other systems it would fail to generate locales.
2016-10-31 14:31:46 -04:00
Joey Hess
2ad7b00e29
Assistant, repair: Fix ignoring of git fsck errors due to duplicate file entries in tree objects. 2016-10-31 14:00:37 -04:00
Joey Hess
adaeba010f
comment 2016-10-31 13:03:12 -04:00
aranea@650e41fad422f2a4d6f36ca1f20d41b7c0f18ab7
3fc82fb4e2 Feature request: Support for skein512_256 hash 2016-10-30 15:09:53 +00:00
EskildHustvedt
f23452ff34 2016-10-29 08:06:00 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
cf168e1c6f Added a comment 2016-10-28 10:17:19 +00:00
Joey Hess
0ae08947ac
Run ssh with ServerAliveInterval 60
So that stalled transfers will be noticed within about 3 minutes,
even if TCPKeepAlive is disabled or doesn't work.

Rather than setting with -o, use -F with another config file,
so that any settings in ~/.ssh/config or /etc/ssh/ssh_config overrides this.
2016-10-26 16:41:34 -04:00
Joey Hess
075602b1df
comment 2016-10-26 16:18:52 -04:00
Joey Hess
8dcf79694d
enable forwardRetry for command-line transfers
If a transfer fails for some reason, but some data managed to be sent, the
transfer will be retried. (The assistant already did this.)

Possible impacts:

* More ssh prompts if ssh needs to prompt for a password to connect to a
  host, or is prompting about some other problem like a ssh key mismatch.

* More data transfer due to retrying, epecially when a remote does not
  support resuming a transfer.

  In the worst case, a lot of data will be transferred but it fails before
  the end, and then all that data gets transferred again plus one byte more;
  repeat until it manages to get the whole file.
2016-10-26 15:38:27 -04:00
Joey Hess
ca2435b21b
remove duplicate of top of page 2016-10-26 14:25:54 -04:00
Joey Hess
0e9224b2b4
comment 2016-10-26 14:24:13 -04:00
Joey Hess
3237976d76
comment 2016-10-26 14:13:00 -04:00
Joey Hess
8f2547ef89
comment 2016-10-26 14:04:59 -04:00
Joey Hess
c546e3a5c8
cose 2016-10-26 13:44:08 -04:00
Joey Hess
a7e9db48a7
comment 2016-10-26 13:27:18 -04:00
Joey Hess
55d4d51590
Merge branch 'master' of ssh://git-annex.branchable.com 2016-10-26 13:17:19 -04:00
Joey Hess
1a8ba7eab4
Improve ssh socket cleanup code to skip over the cruft that NFS sometimes puts in a directory when a file is being deleted. 2016-10-26 13:16:41 -04:00
jonan
80dac1cfdd 2016-10-25 10:51:29 +00:00
JohnKozak
c65cbaee99 2016-10-23 21:05:57 +00:00
JohnKozak
daa66dc8bd 2016-10-23 18:30:21 +00:00
ewen
ecb6ca5602 2016-10-21 06:12:49 +00:00