Commit graph

6481 commits

Author SHA1 Message Date
Joey Hess
324bd88b8a comment 2015-10-06 13:30:58 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
c1f37d0817 Added a comment: account information was emailed 2015-10-05 23:13:29 +00:00
jirib@503223f0610c6c66f4e6dc738a5a0b2648c290b1
cd18c674f6 Added a comment: statfs64 2015-10-05 09:58:10 +00:00
Joey Hess
933fef6ae0 Merge branch 'winprocfix' 2015-10-04 15:46:25 -04:00
Joey Hess
72b6d3e4f8 comment 2015-10-04 15:28:12 -04:00
Joey Hess
549e23188a review 2015-10-04 15:26:20 -04:00
dah
02dd57e6bd Added a comment 2015-10-04 18:25:29 +00:00
jirib@503223f0610c6c66f4e6dc738a5a0b2648c290b1
39bc6ddfbb Added a comment: no statfs64 on OpenBSD 2015-10-04 13:47:30 +00:00
jirib@503223f0610c6c66f4e6dc738a5a0b2648c290b1
2ae347a8e8 2015-10-04 13:37:53 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
cd11fad53a Added a comment 2015-10-03 19:03:18 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
273182ffc7 2015-10-03 18:36:49 +00:00
Joey Hess
16d7035ef7 Allow building with S3 disabled again. 2015-10-02 12:12:02 -04:00
jirib@503223f0610c6c66f4e6dc738a5a0b2648c290b1
fa2fbf91a3 Added a comment: iiuc assistant depends on s3 2015-10-02 11:11:13 +00:00
jirib@503223f0610c6c66f4e6dc738a5a0b2648c290b1
8093ac1494 2015-10-02 10:20:48 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
a40f8fe098 2015-10-01 09:51:03 +00:00
Joey Hess
40fdbe9be1 comment 2015-09-30 13:14:40 -04:00
Joey Hess
7010007a9f comment 2015-09-29 12:39:40 -04:00
Joey Hess
6f63659c4f comment 2015-09-29 11:31:16 -04:00
dah
4b156395a2 2015-09-28 18:01:58 +00:00
vanicat@12ca772398c03a22a5388f1cf15799a90cdfecfe
1218f25615 i18n bug with assistant 2015-09-27 15:39:29 +00:00
vanicat@12ca772398c03a22a5388f1cf15799a90cdfecfe
76426a4d2b 2015-09-27 12:36:38 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
b506fb207f Added a comment 2015-09-27 01:00:46 +00:00
graboluk@f6de53961ab0f884e203f602f65eb5cdc0fb7513
e381d2e7fc Added a comment: very annoying for new users 2015-09-25 17:06:45 +00:00
https://mathstuf.id.fedoraproject.org/
dc3a538531 Added a comment 2015-09-25 05:42:22 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
0eb8ab386d Added a comment 2015-09-24 20:33:51 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
30e9aaecf3 Added a comment 2015-09-23 17:57:43 +00:00
Joey Hess
1c98029bb0 add i386-ancient build 2015-09-23 13:36:45 -04:00
Joey Hess
ffab5a8252 comment 2015-09-23 13:18:50 -04:00
Joey Hess
595bdfe3c5 Merge branch 'master' of ssh://git-annex.branchable.com 2015-09-23 13:09:48 -04:00
Joey Hess
fd7fea7316 comment 2015-09-23 13:06:35 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
cfbd29c296 Added a comment 2015-09-23 16:36:08 +00:00
Joey Hess
31a3957e7c comment 2015-09-23 12:16:51 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
d2b8b957bb whining about standalone builds and older systems 2015-09-23 13:33:48 +00:00
Joey Hess
c9acb6b89d new todo 2015-09-22 15:31:08 -04:00
Joey Hess
4fa58ab019 comment 2015-09-22 15:07:23 -04:00
Joey Hess
dc2f1f09b7 Improve robustness of direct mode merge, avoiding a crash if the index file is missing.
I couldn't find a good way to make an *empty* index file (zero byte file
won't do), so I punted and just don't make index.lock when there's no index
yet. This means some other git process could race and write an index file
at the same time as the merge is ongoing, in theory. Only happens in new
repos though.
2015-09-22 13:00:18 -04:00
Joey Hess
ad0df9bf25 impossible to implement this w/o breaking desired behavior 2015-09-22 12:10:34 -04:00
Joey Hess
1dcb86498e Improve ~/.ssh/config modification code to not add trailing spaces to lines it cannot parse.
"Host\n" is a valid line, and actually gets parsed ok, but this also holds
for other lines that it fails to parse for some reason.
2015-09-22 12:06:10 -04:00
Joey Hess
927498a1e4 Merge branch 'master' of ssh://git-annex.branchable.com 2015-09-22 11:59:06 -04:00
Joey Hess
367a79b82c comment 2015-09-22 11:58:39 -04:00
Joey Hess
ae0cb34795 no reproduce 2015-09-22 11:57:45 -04:00
Joey Hess
f33e760aab Merge branch 's3-classes' 2015-09-22 11:05:53 -04:00
https://mathstuf.id.fedoraproject.org/
58706afb58 Added a comment 2015-09-21 21:24:26 +00:00
spwhitton
7d3eb6d47d Added a comment 2015-09-21 21:22:22 +00:00
Joey Hess
c8747b1607 followup 2015-09-21 16:49:10 -04:00
Joey Hess
69b856a38a Merge branch 'master' of ssh://git-annex.branchable.com 2015-09-21 16:22:32 -04:00
Joey Hess
399f8cf649 response 2015-09-21 15:35:13 -04:00
Joey Hess
b4cdd8fdb5 followup more 2015-09-21 15:27:36 -04:00
Joey Hess
fe10b876cd cannot reproduce 2015-09-21 15:17:47 -04:00
https://mathstuf.id.fedoraproject.org/
0f62c68000 Added a comment 2015-09-21 18:27:07 +00:00