Joey Hess
2c907fff51
remotedaemon: git change detection over tor hidden service
2016-12-09 16:02:43 -04:00
Joey Hess
596e1685a6
update
2016-12-09 13:38:50 -04:00
Joey Hess
71e8cd408e
content removal is supposed to succed if the content was already not present
2016-12-09 12:48:22 -04:00
Joey Hess
9c5c24aa0a
todo
2016-12-08 20:55:46 -04:00
Joey Hess
e84165dc5e
more todo
2016-12-08 20:15:12 -04:00
Joey Hess
38516b2fca
update progress logs in remotedaemon send/receive
2016-12-08 19:56:02 -04:00
Joey Hess
0f4ee4f298
fix memory leak
...
I'm unsure why this fixed it, but it did. Seems to suggest that the
memory leak is not due to a bug in my code, but that ghc didn't manage
to take full advantage of laziness, or was failing to gc something it
could have.
2016-12-08 18:42:52 -04:00
Joey Hess
095593a9af
correction
2016-12-08 18:25:51 -04:00
Joey Hess
3b9f6c1b2b
analysis
2016-12-08 17:50:59 -04:00
Joey Hess
5654085e7a
profiling
2016-12-08 17:34:26 -04:00
Joey Hess
da8c65601f
comment
2016-12-08 17:12:02 -04:00
Joey Hess
43e7044b43
comment
2016-12-08 17:10:24 -04:00
Joey Hess
0288e934cc
update instructions to work better
2016-12-08 16:55:40 -04:00
Joey Hess
b8fea9f08d
we have a memory leak
2016-12-08 16:35:33 -04:00
Joey Hess
39b7eb7350
update
2016-12-08 16:00:29 -04:00
Joey Hess
af41519126
convert P2P runners from Maybe to Either String
...
So we get some useful error messages when things fail.
This commit was sponsored by Peter Hogg on Patreon.
2016-12-08 15:47:49 -04:00
Joey Hess
b613ccf7a3
update
2016-12-08 13:58:11 -04:00
Joey Hess
44c55e2441
fix links
2016-12-07 16:11:30 -04:00
Joey Hess
0766d032bf
link to git-annex-metadata-gui
2016-12-07 16:09:30 -04:00
Joey Hess
8e5f8d91c5
add git-annex-adaptor
2016-12-07 16:06:56 -04:00
Joey Hess
62043df289
git-annex-metadata-gui yay!
2016-12-07 16:00:12 -04:00
Joey Hess
ed6a5bc271
devblog
2016-12-07 15:50:54 -04:00
Joey Hess
138f618002
todo
2016-12-07 15:49:15 -04:00
Joey Hess
46cbd65808
add page for tor special remote
2016-12-07 15:44:52 -04:00
Joey Hess
e5476d42ce
update
2016-12-07 15:38:37 -04:00
Joey Hess
0541f19bea
fix math error that caused resumes to always fail
2016-12-07 15:36:39 -04:00
Joey Hess
76b46afed1
add section on tor speed
2016-12-07 15:21:38 -04:00
Joey Hess
b55399e3ac
offset meters when resuming
2016-12-07 14:52:10 -04:00
Joey Hess
5ff85c8515
todo
2016-12-07 14:46:27 -04:00
Joey Hess
2fb6fd7434
Merge branch 'master' into tor
2016-12-07 14:32:25 -04:00
Joey Hess
f3a3dc14ec
add section on security
2016-12-07 13:58:10 -04:00
Joey Hess
7c245b2180
update
2016-12-07 12:48:24 -04:00
Joey Hess
0d9a11625c
remote uuid discovery in p2p --link
...
This also tests that we can connect to the peer.
This commit was sponsored by Jeff Goeke-Smith on Patreon.
2016-12-07 12:38:21 -04:00
Joey Hess
729e864ad0
add todo list for remaining tor stuff
2016-12-07 12:11:38 -04:00
Joey Hess
528c7bee24
fix up some commands
2016-12-07 12:00:27 -04:00
Joey Hess
f2354ddef5
devbog
2016-12-06 17:08:39 -04:00
Joey Hess
60f4b1cf36
PAKE
2016-12-06 16:55:53 -04:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
7a91c4952b
2016-12-06 14:59:40 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
3dc64fe867
2016-12-06 13:56:13 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
89ff5bece0
2016-12-06 13:03:51 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
b8e27383fd
2016-12-06 13:01:51 +00:00
alpernebbi
7222ed2b20
2016-12-05 21:55:55 +00:00
alpernebbi
0e1c2ff1a4
Added a comment: UTF-8 problems in some other commands
2016-12-05 20:46:07 +00:00
alpernebbi
3e0176054b
2016-12-05 19:34:55 +00:00
Joey Hess
e9c44536b2
fix formatting
...
mdwn2man gets confused as `command` spanning multiple lines..
2016-12-05 13:52:40 -04:00
Joey Hess
82d01f5619
rekey: Added --batch mode.
...
Would have liked to make the Parser parse the file and key pairs, but it
seems that optparse-applicative is unable to handle eg:
many ((,) <$> argument <*> argument)
This commit was sponsored by Thomas Hochstein on Patreon.
2016-12-05 12:55:50 -04:00
Joey Hess
b0978b0196
Merge kite:tmp/git-annex
2016-12-05 12:15:48 -04:00
Joey Hess
702c671c92
cleanup
2016-12-05 12:13:25 -04:00
Joey Hess
93852dd7e8
rmurl: --batch
...
* rmurl: Multiple pairs of files and urls can be provided on the
command line.
* rmurl: Added --batch mode.
This commit was sponsored by Trenton Cronholm on Patreon.
2016-12-05 12:10:07 -04:00
Daniel Brooks
24317be646
git-annex fromkey now takes multiple pairs of keys and filenames
...
It also still reads from stdin when none are specified.
2016-12-05 09:59:20 -05:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e0be5b354a
"fixed" by reading --help
2016-12-04 16:20:00 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
8cb409150c
added forgotten author tag
2016-12-04 15:54:32 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
3b7a51ea0e
initial report
2016-12-04 15:52:29 +00:00
marek@33e8ba4fbc201af14a2badcc0656024401f5c916
19b1c5bf59
2016-12-04 15:28:41 +00:00
justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91
f69a79fc70
Added a comment
2016-12-04 04:30:38 +00:00
Joey Hess
6d39a30d79
use list
2016-12-03 16:52:18 -04:00
Joey Hess
1a4f9660c8
update
2016-12-03 16:51:16 -04:00
Joey Hess
4866dd33c7
Merge branch 'master' of ssh://git-annex.branchable.com
2016-12-03 16:32:42 -04:00
Joey Hess
ae0f60b628
break out curent list of names into its own file so I can auto-add from patreon
...
and some misc updates
2016-12-03 16:30:48 -04:00
lorenzo@a77fdbe826df1c175cbd30ed050312ccf7b7fc7b
67bc5c2e35
2016-12-03 09:04:45 +00:00
https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd
1a1bbeb659
2016-12-01 18:54:57 +00:00
https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd
1f26a94cb9
2016-12-01 18:54:24 +00:00
Joey Hess
4677a88fe5
Merge branch 'master' of ssh://git-annex.branchable.com
2016-12-01 12:08:20 -04:00
Joey Hess
020d5ecbfc
change link to windows autobuild page
2016-12-01 12:07:21 -04:00
Yury V. Zaytsev
ddaea54191
Remove obsolete link to Windows build logs
2016-12-01 12:05:28 -04:00
https://anarc.at/openid/
7731f0d9af
Added a comment: magic wormhole
2016-11-30 22:16:19 +00:00
spiffytech
d0da89d56d
2016-11-30 21:58:01 +00:00
Joey Hess
591cdf5578
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-30 17:06:26 -04:00
Joey Hess
9a0f2d1926
devblog
2016-11-30 17:04:15 -04:00
Joey Hess
b88e44ea9a
use P2P auth for git-remote-tor-annex
...
This changes the environment variable name to the more generic
GIT_ANNEX_P2P_AUTHTOKEN.
This commit was sponsored by andrea rota.
2016-11-30 15:26:55 -04:00
Joey Hess
3ab12ba923
implement p2p --link
...
This commit was sponsored by Riku Voipio.
2016-11-30 15:16:25 -04:00
pablo@4f5b00d7b40f0a52e51761da420d6ff8e7c9aca7
a26a0eb618
2016-11-30 18:56:32 +00:00
Joey Hess
bfc8305814
implement p2p command
2016-11-30 14:35:24 -04:00
Joey Hess
24593aaa32
Merge branch 'master' into tor
2016-11-30 14:16:36 -04:00
Joey Hess
8354612131
prefer xdot over dot
...
* map: Run xdot if it's available in PATH. On OSX, the dot command
does not support graphical display, while xdot does.
* Debian: xdot is a better interactive viewer than dot, so Suggest
xdot, rather than graphviz.
2016-11-30 12:50:49 -04:00
Joey Hess
b039e5cc35
Merge branch 'master' into tor
2016-11-29 23:45:25 -04:00
Joey Hess
2d42690394
devblog
2016-11-29 17:36:03 -04:00
Joey Hess
a173f85578
update docs for git-annex p2p command
...
It is not yet implemented.
2016-11-29 17:31:10 -04:00
Joey Hess
38425fdc39
finish git-annex enable-tor
...
Make it stash the address away for git-annex p2p to use later, rather
than outputting it. And, look up the UUID itself.
2016-11-29 17:30:27 -04:00
Joey Hess
398345cb26
Merge branch 'master' into tor
2016-11-29 15:45:29 -04:00
Joey Hess
84358624c6
tighten added language
...
Removed part about neeing to install git-annex and git in the same
location. The installer checks if the location given exists, and if not,
tells the user that git is not installed there. And the default should
work if the user just picks it in both installers.
2016-11-29 13:37:16 -04:00
Joey Hess
87bd25fd51
Revert "Added link to Windows installation instructions. The page was not easy to find."
...
This reverts commit c68d4305eb
.
With all due respect, the link to the instructions for each OS is in the
"detailed instructions" column. Adding a second link to the same thing
is unlikely to help.
2016-11-29 13:32:20 -04:00
Joey Hess
bccf7638a3
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-29 13:32:10 -04:00
Joey Hess
c8d2595758
Windows autobuilder is going to be hosted at Dartmouth now
2016-11-29 12:05:37 -04:00
senatorzergling@c1d78877a6120a80f0f4005210eda262c1586555
fe310d1c35
Added more explanations of my experience with the Windows install process.
2016-11-29 15:13:16 +00:00
senatorzergling@c1d78877a6120a80f0f4005210eda262c1586555
c68d4305eb
Added link to Windows installation instructions. The page was not easy to find.
2016-11-29 15:02:47 +00:00
db48x
91e33d6c95
2016-11-29 12:24:43 +00:00
palday@91f366b5178879146d2b6e1e53bfa21389ee89a8
5b9615d361
Added a comment: Temporary workaround until the brew formula is updated
2016-11-29 02:17:52 +00:00
https://launchpad.net/~felixonmars
7982826f89
Added a comment
2016-11-28 04:17:13 +00:00
https://launchpad.net/~felixonmars
02dd09a25d
removed
2016-11-28 04:16:22 +00:00
https://launchpad.net/~felixonmars
f4d6c34f65
Added a comment
2016-11-28 04:12:18 +00:00
annexuser
36409ab5cf
2016-11-27 20:39:26 +00:00
boh
07504166ed
Added a comment
2016-11-27 12:23:20 +00:00
CandyAngel
52ce3939b7
Added a comment
2016-11-25 20:27:07 +00:00
edaneault@c9ac084da568ceb4d4566371a2da53f847258e7e
afbc832eb8
2016-11-25 18:12:39 +00:00
edaneault@c9ac084da568ceb4d4566371a2da53f847258e7e
1b4bce0b0c
2016-11-25 18:10:54 +00:00
davidriod@e75b369a4b1cced29c14354bce7493c61f00b1c7
d1ad4f1c00
Added a comment: Sharing rsync special remote between repository
2016-11-24 19:23:43 +00:00
StephaneGourichon
27585f7569
Added a comment: Walkthrough of a prudent retroactive annex.
2016-11-24 11:27:59 +00:00
scottgorlin@a32946b2aad278883c1690a0753241583a9855b9
5c848b7225
Added a comment: IgnoreUnknown Include considered harmful?
2016-11-23 20:07:46 +00:00
https://launchpad.net/~stephane-gourichon-lpad
ff4b93906d
Added a comment: Known bug, fixed.
2016-11-23 18:04:27 +00:00
binx
18c4674550
2016-11-23 18:01:06 +00:00
whlabratz@d10941ab2681deb87122fd8f6da51f3dcdb8dbe5
be2f708039
2016-11-23 03:26:37 +00:00
neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd
4d436d8ea0
2016-11-22 21:12:51 +00:00
Joey Hess
bfd19e0952
docs for stuff not fully implemented yet
2016-11-22 15:29:30 -04:00
Joey Hess
6f11c75d39
cleanup
2016-11-22 01:04:17 -04:00
Joey Hess
72659f3762
devblog
2016-11-21 22:36:34 -04:00
neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd
8ffda5f39f
Added a comment
2016-11-21 22:26:52 +00:00
binx
4f43da1bcd
2016-11-21 22:16:04 +00:00
Joey Hess
070fb9e624
Added git-remote-tor-annex, which allows git pull and push to the tor hidden service.
...
Almost working, but there's a bug in the relaying.
Also, made tor hidden service setup pick a random port, to make it harder
to port scan.
This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
2016-11-21 17:27:38 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
28e61898b8
added meta field for myself
2016-11-21 16:36:34 +00:00
Joey Hess
d98f071319
todo
2016-11-21 12:30:15 -04:00
Joey Hess
6e6d1a8c15
addurl: Fix bug in checking annex.largefiles expressions using largerthan, mimetype, and smallerthan; the first two always failed to match, and the latter always matched.
2016-11-21 11:30:53 -04:00
scottgorlin@a32946b2aad278883c1690a0753241583a9855b9
3c1c3b96fa
Added a comment: Coldline
2016-11-21 00:49:23 +00:00
Joey Hess
a101b8de37
remotedaemon: Fork to background by default. Added --foreground switch to enable old behavior.
...
Groundwork for tor hidden services, which the remotedaemon will serve.
2016-11-20 14:50:36 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
d42f5889ef
initial whining
2016-11-20 04:26:59 +00:00
justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91
b0c190002c
Added a comment
2016-11-20 03:47:23 +00:00
ilovezfs
fc304a8ab9
2016-11-19 16:00:50 +00:00
t.z.mates
ddfb320664
Added a comment
2016-11-19 04:42:25 +00:00
Joey Hess
9d9d1fdcd4
Merge branch 'master' into tor
2016-11-18 20:05:34 -04:00
Joey Hess
c45ec7b819
add news item for git-annex 6.20161118
2016-11-18 12:00:20 -04:00
Joey Hess
50ad13b809
comment
2016-11-18 11:40:52 -04:00
yomguy
0a34f08ad9
Added a comment
2016-11-18 14:00:51 +00:00
openmedi
fe556ced50
2016-11-18 13:57:49 +00:00
openmedi
4baae17fa4
Added a comment
2016-11-18 12:03:44 +00:00
Joey Hess
776b13c3c4
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-17 17:20:25 -04:00
Joey Hess
f3ea75a74c
devblog
2016-11-17 17:19:53 -04:00
andrew
9cc869e583
Added a comment: git annex copy --auto --to cloud works
2016-11-17 17:49:28 +00:00
Joey Hess
95916b2ecf
Merge branch 'master' into tor
2016-11-17 12:56:27 -04:00
andrew
50836695b7
Added a comment: RESOLVED
2016-11-17 14:59:15 +00:00
db48x
95b5afb706
2016-11-17 04:00:18 +00:00
luckcolorsgoo@ab4f3c1c44a7dbcbcb9d9a29315b59ad524ceaaa
8ac3b30ca0
Added a comment
2016-11-16 22:56:46 +00:00
Joey Hess
9cc9bd8a10
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-16 18:06:44 -04:00
Joey Hess
aedec5d08d
arm build uses 32kb page size
...
(Change was made in gitannexbuilder scripts not here.)
2016-11-16 18:05:42 -04:00
https://anarc.at/openid/
c9d51f6064
Added a comment: how about reusing the special remote protocol?
2016-11-16 21:58:08 +00:00
Joey Hess
2e4edee607
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-16 16:18:11 -04:00
Joey Hess
c8a0eb03a5
devblog
2016-11-16 16:17:09 -04:00
Joey Hess
2577f1c0a2
fsck --all --from was checking the content of files in the local repository, rather than on the special remote.
...
Straight up forgot to handle this case!
This commit was sponsored by Fernando Jimenez on Patreon.
2016-11-16 15:33:57 -04:00
Joey Hess
b4b970d5f2
moreinfo needed
2016-11-16 15:12:46 -04:00
Joey Hess
bd4cf0f663
comment
2016-11-16 15:01:49 -04:00
Joey Hess
2f192583ba
comment
2016-11-16 14:49:47 -04:00
Joey Hess
b868e931a6
moreinfo
2016-11-16 14:43:45 -04:00
Joey Hess
1b71d920e4
comment
2016-11-16 14:43:33 -04:00
Joey Hess
d7b8be75a4
comment
2016-11-16 14:40:28 -04:00
Joey Hess
6d1039822e
already fixed
2016-11-16 14:35:22 -04:00
Joey Hess
681a4e5a58
comment
2016-11-16 14:33:33 -04:00
andrew
887e167937
2016-11-16 15:55:44 +00:00
andrew
4276e713be
Added a comment: how to investigate
2016-11-16 15:37:01 +00:00
David_K
057ee30429
removed
2016-11-16 01:28:32 +00:00
David_K
08ca407e67
Added a comment
2016-11-16 01:28:14 +00:00
David_K
6c1f0c6b02
Added a comment
2016-11-16 01:28:04 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
501c29a2ad
Added a comment
2016-11-15 18:01:18 +00:00
Joey Hess
aa0da3663a
close
2016-11-15 11:02:21 -04:00
Joey Hess
852c4700f3
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-15 11:00:04 -04:00
christopher@5845ecd3cef9edadd4dc084df00e1fa60ce311eb
23a8134e0d
Added a comment
2016-11-15 12:15:37 +00:00
https://launchpad.net/~stephane-gourichon-lpad
eaf86f4ff5
Added a comment: "Hmm, guyz? Are you serious with these scripts?" Well, what's the matter?
2016-11-15 10:58:32 +00:00
thowz
4805b6e31d
2016-11-15 02:27:52 +00:00
Joey Hess
67c1e87f05
local lan detection
2016-11-14 18:37:56 -04:00
Joey Hess
b9a68957cc
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-14 16:50:14 -04:00
Joey Hess
35116c5d04
devblog
2016-11-14 16:49:18 -04:00
Joey Hess
57d33f7923
use socket for tor hidden service
...
This avoids needing to bind to the right port before something else
does.
The socket is in /var/run/user/$uid/ which ought to be writable by only
that uid. At least it is on linux systems using systemd.
For Windows, may need to revisit this and use ports or something.
The first version of tor to support sockets for hidden services
was 0.2.6.3. That is not in Debian stable, but is available in
backports.
This commit was sponsored by andrea rota.
2016-11-14 16:47:56 -04:00
Joey Hess
61fe128bbc
no-xmpp branch
2016-11-14 15:04:16 -04:00
Joey Hess
d58148031b
remove xmpp support
...
I've long considered the XMPP support in git-annex a wart.
It's nice to remove it.
(This also removes the NetMessager, which was only used for XMPP, and the
daemonstatus's desynced list (likewise).)
Existing XMPP remotes should be ignored by git-annex.
This commit was sponsored by Brock Spratlen on Patreon.
2016-11-14 14:53:08 -04:00
Joey Hess
07ad19f421
git-annex enable-tor command
...
Tor unfortunately does not come out of the box configured to let hidden
services register themselves on the fly via the ControlPort.
And, changing the config to enable the ControlPort and a particular type
of auth for it may break something already using the ControlPort, or
lessen the security of the system.
So, this leaves only one option to us: Add a hidden service to the
torrc. git-annex enable-tor does so, and picks an unused high port for
tor to listen on for connections to the hidden service.
It's up to the caller to somehow pick a local port to listen on
that won't be used by something else. That may be difficult to do..
This commit was sponsored by Jochen Bartl on Patreon.
2016-11-14 13:48:35 -04:00
Joey Hess
a7fd200440
updated design
...
more details on using tor and pairing
2016-11-14 12:10:09 -04:00
gfa@1e86118cd41fbfea50004af221471ad97b55af18
c20505f02a
Added a comment: same on Debian
2016-11-14 09:13:20 +00:00
neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd
7876298ee2
2016-11-14 00:46:04 +00:00
neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd
2e57f97a67
Added a comment
2016-11-13 22:39:44 +00:00
mail@de3e4e58ccb420b8d9b78ef262ee0c80e021f199
b634e006c4
Added additional comment about it working if I build from source
2016-11-13 02:40:02 +00:00
mail@de3e4e58ccb420b8d9b78ef262ee0c80e021f199
1e88c12576
2016-11-13 01:23:15 +00:00
mail@4e627fd997ef5ca9f75e62ffc0aba5b27bd6aea1
0718de2026
2016-11-12 18:17:28 +00:00
https://tribut.de/
2f52d8a28c
2016-11-12 13:15:29 +00:00
Joey Hess
62cd2f10aa
add news item for git-annex 6.20161111
2016-11-11 14:47:46 -04:00
Joey Hess
d48f4caaef
Linux standalone: Avoid using hard links in the tarball so it can be untarred on eg, afs which does not support them.
2016-11-10 15:12:30 -04:00
Joey Hess
c0d93f678e
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-10 14:21:16 -04:00
Joey Hess
37780d9fd2
comment
2016-11-10 14:19:09 -04:00
luckcolorsgoo@ab4f3c1c44a7dbcbcb9d9a29315b59ad524ceaaa
3e521b7334
2016-11-10 18:03:23 +00:00
luckcolorsgoo@ab4f3c1c44a7dbcbcb9d9a29315b59ad524ceaaa
42ef371845
2016-11-10 18:02:40 +00:00
Joey Hess
4643470537
webapp: Explicitly avoid checking for auth in static subsite requests.
...
Yesod didn't used to do auth checks for that, but this may have changed.
I don't have a way to reproduce the reported problem yet, but this change
certianly won't hurt anything.
This commit was sponsored by Thom May on Patreon.
2016-11-10 13:48:54 -04:00
openmedi
6bcddd244e
Added a comment
2016-11-10 12:53:34 +00:00
christopher@5845ecd3cef9edadd4dc084df00e1fa60ce311eb
f9cacdd140
Added a comment
2016-11-10 09:50:40 +00:00
christopher@5845ecd3cef9edadd4dc084df00e1fa60ce311eb
5cae09562b
2016-11-10 09:46:14 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
30e07dbd9b
prefer per-user, fix ExecStart syntax
2016-11-10 06:34:44 +00:00
jesrui@51c25da8d6f34e6df8e3e7ed0277335ed7ddf6a6
ed742953f2
2016-11-10 00:36:05 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
36d0cb5e50
Added a comment: Android 6/7?
2016-11-09 21:44:26 +00:00
public@881708f3cb16d1f967ca9f517a310dd211474013
06eb521ed3
Added a comment: not specific to cloud repo
2016-11-09 21:25:00 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
14a1b2b4e4
Added a comment
2016-11-08 19:18:40 +00:00
Joey Hess
ee8231f982
meh
2016-11-08 14:55:53 -04:00
Joey Hess
9751e6f0c4
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-08 14:53:09 -04:00
Joey Hess
a924c99535
close
2016-11-08 14:52:29 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
96faccdbc6
initial whining
2016-11-08 15:08:32 +00:00
public@881708f3cb16d1f967ca9f517a310dd211474013
013802ea8d
Added a comment: joey's test build fixes issue
2016-11-08 14:53:48 +00:00
Euxane
04519cbe48
Added a comment
2016-11-08 10:12:05 +00:00
Euxane
18eb318c57
2016-11-08 10:10:12 +00:00
public@881708f3cb16d1f967ca9f517a310dd211474013
23649fd921
2016-11-08 01:14:43 +00:00
ddenis
deb11e82aa
2016-11-07 21:32:11 +00:00
ddenis
f8a955a395
2016-11-07 21:30:07 +00:00
Joey Hess
d76891570c
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-07 14:23:01 -04:00
Joey Hess
c44ac268be
OSX: Remove RPATHs from git-annex binary, which are not needed, slow down startup, and break the OSX Sierra linker.
...
ghc 8.0.2 may make this unncessary, but it's not in a stackage version yet,
so put in a workaround.
Note that the linux builds already delete the RPATHs for similar reasons.
This commit was sponsored by Josh Taylor on Patreon.
2016-11-07 14:22:14 -04:00
edward
386065bf92
Added a comment
2016-11-07 17:43:31 +00:00
Joey Hess
2f15753cd3
response
2016-11-07 13:41:21 -04:00
Joey Hess
5ee09df821
edit
2016-11-07 13:40:02 -04:00
Joey Hess
11cea4547b
comment
2016-11-07 13:38:13 -04:00
Joey Hess
844d4a7435
comment
2016-11-07 13:32:15 -04:00
Joey Hess
5afc2eaa54
reinject --known: Avoid second, unncessary checksum of file.
2016-11-07 12:07:36 -04:00
Joey Hess
5343544822
S3: Support the special case endpoint needed for the cn-north-1 region.
...
* S3: Support the special case endpoint needed for the cn-north-1 region.
* Webapp: Don't list the Frankfurt region, as this (and some other new
regions) need V4 authorization which the aws library does not yet use.
This commit was sponsored by Nick Daly on Patreon.
2016-11-07 11:49:34 -04:00
Joey Hess
c8a0e79fb5
response
2016-11-07 10:56:45 -04:00
Joey Hess
1a11ae9da0
comment
2016-11-07 10:43:23 -04:00
Joey Hess
37d6bd0658
comment
2016-11-07 10:38:25 -04:00
Joey Hess
7ed96a2405
Make .git/annex/ssh.config file work with versions of ssh older than 7.3, which don't support Include.
...
When used with an older version of ssh, any ServerAliveInterval in
~/.ssh/config will be overridden by .git/annex/ssh.config.
This commit was sponsored by Josh Taylor on Patreon.
2016-11-07 10:32:57 -04:00
Joey Hess
1864128141
analysis
2016-11-07 10:16:09 -04:00
Euxane
a19975a42f
Added a comment
2016-11-07 11:07:33 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
e79d1332b8
Added a comment
2016-11-06 11:42:48 +00:00
spiderbit
91ba3b804e
Added a comment: update
2016-11-05 17:38:26 +00:00
spiderbit
91c7f61961
Added a comment: dont have success with other download commands
2016-11-05 17:00:54 +00:00
stefan.huchler@5f110ab85a15aec7e2b38586eb7ec37b12e2e6aa
f9d7b951f7
Added a comment: workaround to my request
2016-11-05 14:53:36 +00:00
https://launchpad.net/~stephane-gourichon-lpad
9a850fcc92
Which operations are safe to interrupt? What will be the result? No change? Partial but valid result? Messy result? With what consequences?
2016-11-05 11:10:42 +00:00
bec.watson@8b5998670cf3d60f88e6297923d1391706e0d15b
a1e3cf83f7
Added a comment
2016-11-05 01:04:47 +00:00
bec.watson@8b5998670cf3d60f88e6297923d1391706e0d15b
1d7beaefbb
removed
2016-11-05 00:56:48 +00:00
bec.watson@8b5998670cf3d60f88e6297923d1391706e0d15b
4b2ff58996
Added a comment: china cn-north-1 s3 remote issue
2016-11-05 00:55:31 +00:00
stefan.huchler@5f110ab85a15aec7e2b38586eb7ec37b12e2e6aa
cf20d16526
Added a comment: how to use normal rm to files directly?
2016-11-04 21:04:56 +00:00
edward
8961f25f5b
unlock should warn if file isn't in repo
2016-11-04 18:15:00 +00:00
https://launchpad.net/~stephane-gourichon-lpad
409228f624
What happens in 7 minutes before "checksum..." appears?
2016-11-04 12:54:02 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
0de64beadb
Added a comment: should annex merge autoenable newly added autoenable'ed special remotes
2016-11-04 12:43:55 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
631c055330
Added a comment
2016-11-04 10:27:26 +00:00
https://launchpad.net/~stephane-gourichon-lpad
fbcc0da2ce
Added a comment: git-annex+git consumes lots of inodes. They are cheap, don't limit their amount when creating a filesystem.
2016-11-04 09:56:45 +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
Gus
2b7dd0beeb
Added a comment: Why overwrite the files?
2016-11-03 18:13:54 +00:00
CandyAngel
da98d8ab1c
Added a comment
2016-11-03 10:17:50 +00:00
caleb@2b0d6f0eabf955cc8fd04c634b09f0ca4aad9233
dcab1ecbb5
Added a comment: Arch packages
2016-11-03 09:54:34 +00:00
CandyAngel
ca7e3921ef
Added a comment
2016-11-03 09:44:23 +00:00
davidriod@e75b369a4b1cced29c14354bce7493c61f00b1c7
102a143bb8
Added a comment: ssh and encryption
2016-11-03 06:50:26 +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
https://launchpad.net/~stephane-gourichon-lpad
3be624cef6
Which leaves us to choose the filesystem based on safety and performance of reading a git repository with 100k to 1M symlinks.
2016-11-02 16:55:04 +00:00
Joey Hess
82a7a8828f
fixed
2016-11-02 11:07:37 -04:00
Joey Hess
5aedde76ab
expand haskell section of contribute page
2016-11-02 11:04:26 -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
2adf273976
response
2016-11-01 14:31:10 -04:00
Joey Hess
a35ebb72ca
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-01 14:25:58 -04: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
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
6e467b3e4d
2016-11-01 11:21:55 +00:00
justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91
cb762820ef
Added a comment
2016-11-01 04:11:20 +00:00
justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91
ef3ca02fc3
Added a comment
2016-11-01 04:10:25 +00:00
Joey Hess
0a58e9408e
add news item for git-annex 6.20161031
2016-10-31 18:56:57 -04:00
Joey Hess
0cdee6c63f
devblog
2016-10-31 18:42:32 -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
Paolopost
6c900cabb5
2016-10-31 21:28:56 +00:00
Paolopost
bdd9c2d06b
2016-10-31 21:26:36 +00:00
Joey Hess
7ec02ad9e6
reproduce
2016-10-31 17:18:04 -04:00
Paolopost
314638d6e3
2016-10-31 21:09:23 +00:00
Paolopost
e72ce36a77
2016-10-31 21:05:48 +00: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
Joey Hess
161efbff03
fix transcript
2016-10-31 16:15:22 -04:00
Joey Hess
cd3ce2a444
Merge branch 'master' of ssh://git-annex.branchable.com
2016-10-31 16:13:36 -04:00
Joey Hess
7ff0139b69
response
2016-10-31 16:12:15 -04:00
Joey Hess
c5fd2775b1
comment
2016-10-31 16:06:26 -04:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
54d0e9fb56
Added a comment
2016-10-31 19:50:23 +00:00
Joey Hess
63f97b37bd
despam
2016-10-31 15:34:49 -04:00
Joey Hess
fd5396bdab
response
2016-10-31 15:34:19 -04:00
Joey Hess
85a27529b2
Merge branch 'master' of ssh://git-annex.branchable.com
2016-10-31 15:26:31 -04:00
Joey Hess
5a1fd1b686
comments
2016-10-31 15:25:28 -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
86b64e6acf
comment
2016-10-31 14:46:40 -04: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
752a7e765f
comment
2016-10-31 14:14:42 -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
632e9c93f0
comment
2016-10-31 13:07:22 -04:00
Joey Hess
adaeba010f
comment
2016-10-31 13:03:12 -04:00
https://anarc.at/openid/
093d45878a
didn't notice the similar posts in the forums, views solution is introduced, interesting...
2016-10-31 02:59:58 +00:00
https://launchpad.net/~stephane-gourichon-lpad
b5e7bb35a3
Added a comment: Bitten again by "E" backend, wish "e" backend.
2016-10-30 19:19:22 +00:00
aranea@650e41fad422f2a4d6f36ca1f20d41b7c0f18ab7
3fc82fb4e2
Feature request: Support for skein512_256 hash
2016-10-30 15:09:53 +00:00
andy
857b98e4d8
2016-10-29 22:57:53 +00:00
andy
6bd436f5ea
2016-10-29 22:31:02 +00:00
https://launchpad.net/~stephane-gourichon-lpad
fdf4723587
Added a comment: Ok, v6 not mature yet (as of 2016-10).
2016-10-29 10:02:06 +00:00
EskildHustvedt
f23452ff34
2016-10-29 08:06:00 +00:00
https://launchpad.net/~stephane-gourichon-lpad
15022f2422
Added a comment: Like it's written: annex only
2016-10-28 20:40:54 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
a00d16f562
2016-10-28 19:56:07 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
cf168e1c6f
Added a comment
2016-10-28 10:17:19 +00:00
Joey Hess
628d1e6845
add news item for git-annex 6.20161027
2016-10-27 15:45:37 -04:00
Joey Hess
cb422e9243
link
2016-10-27 15:24:55 -04:00
Joey Hess
d7b1652d8b
response
2016-10-27 15:24:41 -04:00
Gus
27d824e21d
Added a comment: Add more information
2016-10-27 12:05:39 +00:00
rasmus
4a42c00413
Added a comment: support
2016-10-27 10:45:06 +00:00
Gus
3d48d2730a
Added a comment: Yes
2016-10-27 10:28:23 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
8a9a10a09b
Added a comment: how to get ahold of the filename?
2016-10-27 10:10:25 +00:00
uldhjjr@93cfe672bbbdd7277ecac9e6da1d9730a3f017ef
d71c4458d7
Added a comment: Нейминг
2016-10-27 09:03:19 +00:00
Joey Hess
262cac7205
devblog
2016-10-26 16:48:35 -04: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
61ae58da5e
comment
2016-10-26 14:20:26 -04:00
Joey Hess
b5fb2f5ba0
comment
2016-10-26 14:17:47 -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
bd6e026e1c
comment
2016-10-26 13:57:20 -04:00
Joey Hess
e818494f57
comment
2016-10-26 13:49:32 -04:00
Joey Hess
c546e3a5c8
cose
2016-10-26 13:44:08 -04:00
Joey Hess
ee6e57367d
response
2016-10-26 13:35:36 -04:00
Joey Hess
6449192f92
Merge branch 'master' of ssh://git-annex.branchable.com
2016-10-26 13:28:16 -04:00
Joey Hess
a7e9db48a7
comment
2016-10-26 13:27:18 -04:00
Gus
0b8b092c53
Question asked
2016-10-26 17:19:52 +00: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
https://launchpad.net/~stephane-gourichon-lpad
3c354ffa83
Added a comment: Not a priority in itself, still feels like a missing piece.
2016-10-26 12:29:50 +00:00
openmedi
d8f3864644
Added a comment
2016-10-25 18:02:56 +00:00
jonan
80dac1cfdd
2016-10-25 10:51:29 +00:00
https://launchpad.net/~stephane-gourichon-lpad
7a03195cbd
Added a comment: This needs to commit first. Any alternative?
2016-10-25 07:25:47 +00:00
IgorGanapolsky
664376b2d5
Added a comment: Assistant doesn't launch in Android N
2016-10-25 01:43:58 +00:00
IgorGanapolsky
b56c221bbf
Added a comment: Cannot install c2hs
2016-10-24 18:05:51 +00:00
IgorGanapolsky
da44eb22ba
removed
2016-10-24 18:05:25 +00:00
IgorGanapolsky
b2de1e265f
Added a comment: Cannot install c2hs
2016-10-24 18:04:50 +00:00
http://christian.amsuess.com/chrysn
ce5f407b4c
Added a comment
2016-10-24 13:00:56 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
bc0efcf200
initial desire
2016-10-24 10:58:04 +00:00
JohnKozak
c65cbaee99
2016-10-23 21:05:57 +00:00
JohnKozak
daa66dc8bd
2016-10-23 18:30:21 +00:00
https://launchpad.net/~stephane-gourichon-lpad
4b9e4255e0
Added a comment: Dead project, or just working smoothly? Also, which hat color?
2016-10-23 18:23:34 +00:00
JohnKozak
82afe81ad2
removed
2016-10-23 18:17:01 +00:00
JohnKozak
35e6188431
Added a comment: It would be nice to be able to specify multiple --to options
2016-10-23 18:16:27 +00:00
https://launchpad.net/~stephane-gourichon-lpad
d24eec5e1c
Added a comment: Lower-case extension backends: +1
2016-10-22 17:55:13 +00:00
https://launchpad.net/~stephane-gourichon-lpad
5a0636309b
Added a comment: git-annex-undo: 3 issues and fix suggestions
2016-10-21 09:21:16 +00:00
ewen
ecb6ca5602
2016-10-21 06:12:49 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
38e76f27b9
Added a comment
2016-10-19 10:28:13 +00:00
Marco
b9f51cc4a2
Added a comment: 1und1 Online Speicher
2016-10-19 03:42:42 +00:00
scottgorlin@a32946b2aad278883c1690a0753241583a9855b9
3ef86642dc
Added a comment: synced/* branches necessary on bare repo?
2016-10-18 21:17:40 +00:00
openmedi
21779676c7
Added a comment
2016-10-18 17:38:53 +00:00
openmedi
2051a4e8b8
Added a comment
2016-10-18 17:37:38 +00:00
Joey Hess
5fcd8e8693
followup
2016-10-18 11:28:28 -04:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
6d4f446a06
2016-10-18 10:09:44 +00:00
ryan@d4f0c2d3daacb5ec3a2945bca06f66decad4bfb5
c9de2489b4
Added a comment: fsck filename
2016-10-18 04:05:51 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
54d8fbcf19
Added a comment: why option vs manual chmod
2016-10-17 23:11:10 +00:00
Joey Hess
7d6e805d28
hmm
2016-10-17 17:12:31 -04:00
Joey Hess
0869340c70
devblog
2016-10-17 16:50:00 -04:00
Joey Hess
96e9f84d6c
response
2016-10-17 16:39:42 -04:00
Joey Hess
d83859c20f
Merge branch 'master' of ssh://git-annex.branchable.com
2016-10-17 16:37:59 -04:00
Joey Hess
3a3f126956
close
2016-10-17 16:36:35 -04:00
Joey Hess
f07e2ce87c
comment
2016-10-17 16:30:43 -04:00
Joey Hess
0b1c061382
importfeed: Drop URL parameters from file extension.
...
Thanks, James MacMahon.
2016-10-17 16:02:05 -04:00
Joey Hess
10ca4b9788
Improve style of offline html build of website.
2016-10-17 15:55:49 -04:00
ryan@d4f0c2d3daacb5ec3a2945bca06f66decad4bfb5
ec5b15f910
Added a comment: re: comment 1
2016-10-17 19:54:45 +00:00
Joey Hess
c5d39e6543
followup
2016-10-17 15:45:01 -04:00
Joey Hess
71d5e5d272
response
2016-10-17 15:40:21 -04:00
Joey Hess
ac3880ea8f
response
2016-10-17 15:38:52 -04:00
Joey Hess
cc5de0a94b
close
2016-10-17 15:30:33 -04:00
Joey Hess
77cdc406c7
response
2016-10-17 15:29:49 -04:00
Joey Hess
8e22114735
upgrade: Handle upgrade to v6 when the repository already contains v6 unlocked files whose content is already present.
...
Closes https://github.com/datalad/datalad/issues/1020
The use of runWriter in scanUnlockedFiles broke due to this change;
it failed with blocked indefinitely in mvar, because the database write
handle was taken while linkFromAnnex needed to also write to it (to update
the inode cache). So, switched to using a separate runWriter for each call
to addAssociatedFileFast. A little less efficient, but not greatly; the
writes should all still be cached.
2016-10-17 15:19:47 -04:00
Joey Hess
93425dd575
note
2016-10-17 14:21:55 -04:00
Joey Hess
9d48f2666d
comment
2016-10-17 14:17:27 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
17cce14d19
original whining
2016-10-17 16:17:59 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
82fac4f0b7
added meta for myself
2016-10-17 15:59:32 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
7877c8d58f
initial suggestion
2016-10-17 15:58:54 +00:00
ryan@d4f0c2d3daacb5ec3a2945bca06f66decad4bfb5
7adc7d5068
Git Annex Assistant occasionally replaces files with dangling symlinks.
2016-10-15 18:42:07 +00:00
https://launchpad.net/~helpunclejackoff
867a4ac4e8
Added a comment: Dumb old me....
2016-10-15 10:12:17 +00:00
https://launchpad.net/~stephane-gourichon-lpad
63d02ae1d9
Added a comment
2016-10-14 07:23:51 +00:00
https://launchpad.net/~stephane-gourichon-lpad
f622e866e1
Added a comment: git-annex-undo removes files, possibly destroying information? Please explain.
2016-10-14 07:02:42 +00:00
edward
aa5d3edd97
fix typo
2016-10-13 21:16:59 +00:00
Joey Hess
7baa96224f
Merge branch 'master' of ssh://git-annex.branchable.com
2016-10-13 14:04:51 -04:00
Joey Hess
0302bbff6d
comment
2016-10-13 14:02:15 -04:00
https://anarc.at/openid/
6958b8a3fb
Added a comment: real happy about optimisations!
2016-10-12 15:38:14 +00:00
Joey Hess
e9e05bfc2d
add news item for git-annex 6.20161012
2016-10-12 09:38:41 -04:00
barthalion@8758f91921f1def00205716519c57234f128c328
e2dcbe656d
Added a comment
2016-10-11 21:00:53 +00:00
Joey Hess
3135d35094
Merge branch 'master' of ssh://git-annex.branchable.com
2016-10-11 16:03:07 -04:00
Joey Hess
af8842475e
devblog
2016-10-11 16:01:32 -04:00
Joey Hess
3f25317ad5
fix tree graft-in bug
...
When adding a tree like a/b/c/d when a/b already exists, fixes the bug that
the tree that got created was a/b/a/b/c/d
Just need to flatten out the top N directories of the tree that's being
grafted in, so we get the c/d part. This was complicated by the Tree
data type being a rose tree rather than a regular tree.
This commit was sponsored by Nick Daly on Patreon.
2016-10-11 15:36:40 -04:00
Joey Hess
66ebf1a8f9
add test case for sync_in_adjusted_branch_deleted_recently_added_files
...
This commit was sponsored by Denis Dzyubenko on Patreon.
2016-10-11 14:22:49 -04:00
fiatjaf
9d2ff4df77
Added a comment: related work
2016-10-11 13:35:08 +00:00
Joey Hess
d7a88e3510
devblog
2016-10-10 15:03:27 -04:00
Joey Hess
b82c3e0783
sync: Fix bug in adjusted branch merging that could cause recently added files to be lost when updating the adjusted branch.
...
The modification flag was not being set when making modifications deep
in a tree, so parent trees were not updated to contain the modified tree.
Seems to have exposed another bug where the wrong filename gets grafted in.
This commit was sponsored by Brock Spratlen on Patreon.
2016-10-10 15:00:45 -04:00
Joey Hess
d2527c421c
more analysis
2016-10-10 14:23:24 -04:00
Joey Hess
75c7215857
reproduce recipe
2016-10-10 12:56:21 -04:00
https://launchpad.net/~stephane-gourichon-lpad
81737b5277
Added a comment: Build on Debian 7.11 AMD64
2016-10-10 06:43:49 +00:00
https://launchpad.net/~helpunclejackoff
f244d942ee
2016-10-09 18:42:14 +00:00
https://launchpad.net/~helpunclejackoff
dfd0e0290a
Move the env description to the right place
2016-10-09 18:41:50 +00:00
https://launchpad.net/~helpunclejackoff
11f6bbaca8
2016-10-09 18:36:52 +00:00
xloem
44d23db888
Added a comment: Workflow Summary
2016-10-09 13:39:38 +00:00
xloem
16c0b372b0
Added a comment
2016-10-09 12:13:39 +00:00
https://launchpad.net/~stephane-gourichon-lpad
d1e21aad3a
Reporting missing file in locally installed doc causing reduced reading comfort.
2016-10-09 07:16:25 +00:00
barthalion@8758f91921f1def00205716519c57234f128c328
846e5a100e
Added a comment: Compression level
2016-10-08 18:31:00 +00:00
Tafnzart
930f27c1d5
Added a comment
2016-10-08 16:43:54 +00:00
jwm@affa977977673476597d5d5c7bda464959a9bd9b
d50710be8b
2016-10-08 05:25:28 +00:00
Tafnzart
679656b849
2016-10-07 19:34:17 +00:00
http://christian.amsuess.com/chrysn
eb0f0e5327
rename forum/bittorrent__58___support_offline_operation_and_verification.mdwn to todo/bittorrent__58___support_offline_operation_and_verification.mdwn
2016-10-07 13:47:53 +00:00
http://christian.amsuess.com/chrysn
42a097ea95
suggest bittorrent enhancements
2016-10-07 10:23:26 +00:00
yomguy
7dba1bc81f
Added a comment
2016-10-07 09:15:07 +00:00
http://christian.amsuess.com/chrysn
36d68a8f0a
Added a comment: Re: attaching a torrent file to a downloaded and annexed directory
2016-10-07 09:11:56 +00:00
pot
31509c3796
2016-10-06 20:13:07 +00:00
pot
48b97cb3f0
Added a comment: 780 source files....
2016-10-06 20:05:41 +00:00
ddenis
6cdcda6e32
Added a comment
2016-10-06 16:59:03 +00:00
jk@3f2b4ce16bbac41470815333505aa47b91b7a9a6
4338251817
Added a comment
2016-10-06 10:42:53 +00:00
Joey Hess
903a7e212c
devblog
2016-10-05 17:10:43 -04:00
Joey Hess
a6fa700ecd
response
2016-10-05 17:02:31 -04:00
Joey Hess
74db77886f
comment
2016-10-05 16:57:10 -04:00
Joey Hess
933bc5c917
Support using v3 repositories without upgrading them to v5.
...
An easy change now that supportedVersions is a list. Since v3 and v5 are
identical other than version number, just add v3 to the list.
This commit was sponsored by andrea rota.
2016-10-05 16:53:09 -04:00
Joey Hess
f23446b60e
verified fix on OSX
2016-10-05 16:08:49 -04:00
Joey Hess
658b6ce835
comment
2016-10-05 16:02:29 -04:00
Joey Hess
5416fd21a1
moreinfo
2016-10-05 15:51:42 -04:00
Joey Hess
3a019c5050
response
2016-10-05 15:50:50 -04:00
Joey Hess
34530e59d9
Avoid using a lot of memory when large objects are present in the git repository
...
.. and have to be checked to see if they are a pointed to an annexed file.
Cases where such memory use could occur included, but were not limited to:
- git commit -a of a large unlocked file (in v5 mode)
- git-annex adjust when a large file was checked into git directly
Generally, any use of catKey was a potential problem.
Fix by using git cat-file --batch-check to check size before catting.
This adds another git batch process, which is included in the CatFileHandle
for simplicity.
There could be performance impact, anywhere catKey is used. Particularly
likely to affect adjusted branch generation speed, and operations on
unlocked files in v6 mode. Hopefully since the --batch-check and
--batch read the same data, disk buffering will avoid most overhead.
Leaving only the overhead of talking to the process over the pipe and
whatever computation --batch-check needs to do.
This commit was sponsored by Bruno BEAUFILS on Patreon.
2016-10-05 15:24:13 -04:00
Joey Hess
a747373b40
comment
2016-10-05 13:30:46 -04:00
Joey Hess
90eec318bf
moreinfo
2016-10-05 13:01:35 -04:00
Joey Hess
43c45ac5fc
comments
2016-10-05 11:33:08 -04:00
evilmoo@0c9697a666c2853b3b3229b6646d3a4e849f7ec8
301b852fd7
Added a comment: bittorrent
2016-10-05 03:53:05 +00:00
Adam
686907ea2f
Added a comment
2016-10-04 21:24:50 +00:00
Joey Hess
c079811226
Linux standalone: Add back the LOCPATH=/dev/null hack to avoid the system locale-archive being read.
...
Version mismatches between the system locale-archive and the glibc in the
bundle have been observed to cause git crashes.
Unfortunately, this causes locales to not be used in the linux standalone
bundle, as was the case until version 6.20160419.
glibc hardcodes the path to /usr/lib/locale/locale-archive and does not
let an environment variable cause a different locale-archive file to be used.
The only other option to include locales in the bundle would be to include
exploded locale definition directories in the bundle for a number of
locales, generated by localedef. But these take at least 300 kb per locale,
and there are a great many locales; it would be hundreds of megabytes to
include them all.
(Hmm, we could include localdef in the bundle, and check LANG in runshell
and compile the locale directories on the fly. This would need
/usr/share/i18n/ and /usr/lib/locale-archive to be included in the bundle.
It's.. doable.)
I know this is going to once again cause users of the bundle to complain
that eg, ls doesn't show their unicode filenames right. Better than strange
crashes though.
2016-10-04 12:53:09 -04:00
Joey Hess
9c35905bbe
comment
2016-10-04 11:30:41 -04:00
Joey Hess
4d491f514d
response
2016-10-04 11:16:39 -04:00
2a01:cb04:422:dd00:75bc:9129:cb49:31be
39a7045a81
poll vote (OpenStack SWIFT)
2016-10-04 11:57:43 +00:00
Adam
9ea55def4c
Added a comment: Question
2016-10-04 05:27:31 +00:00
https://launchpad.net/~stephane-gourichon-lpad
ade6ab4037
Added a comment: Sketch of implementation, request for comment
2016-10-01 17:25:47 +00:00
https://launchpad.net/~stephane-gourichon-lpad
745e58167e
How to deal with files that change status from "precious, please keep n copies" to "junk, please delete it from everywhere you find it, now and forever".
2016-10-01 13:36:52 +00:00
pot
2629850fdf
2016-10-01 11:41:01 +00:00
Joey Hess
c075b58d40
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-30 19:52:14 -04:00
ddenis
455de2fb1b
2016-09-30 22:06:49 +00:00
pot
5a076dcf04
Added a comment: inodes....
2016-09-30 22:00:31 +00:00
ztl8702
dac65af9a9
Added a comment: Bash on Windows
2016-09-30 19:14:34 +00:00
Joey Hess
b025500352
devblog
2016-09-30 15:02:27 -04:00
Joey Hess
5bf4623a1d
allow multiple concurrent external special remote processes
...
Multiple external special remote processes for the same remote will be
started as needed when using -J.
This should not beak any existing external special remotes, because running
multiple git-annex commands at the same time could already start multiple
processes for the same external special remotes.
2016-09-30 14:29:02 -04:00
Joey Hess
7373866968
devblog
2016-09-29 17:17:14 -04:00
Joey Hess
28c6209f55
Make --json-progress output be shown even when the size of a object is not known.
2016-09-29 16:59:48 -04:00
Joey Hess
7cd6a6a39c
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-29 16:58:09 -04:00
Joey Hess
5ed050c152
summary of progress
2016-09-29 16:52:35 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
69e41f3943
Added a comment
2016-09-29 20:45:48 +00:00
Joey Hess
161d891508
Add "total-size" field to --json-progress output.
2016-09-29 16:29:54 -04:00
Joey Hess
3e7218b220
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-29 13:37:11 -04:00
Joey Hess
35446d3c3a
followup
2016-09-29 11:33:42 -04:00
yomguy
f22edfebab
2016-09-29 14:29:24 +00:00
yomguy
a962f341bd
2016-09-29 14:26:12 +00:00
yomguy
942095d7ca
2016-09-29 14:24:49 +00:00
git-annex@5b470e1f6ed6d30997d729f0a8b1c841dea886f1
2f91b3677c
Added a comment: Using gitolite 3.6.6 mirror not working with annex
2016-09-28 18:12:56 +00:00
Joey Hess
3416cd8148
remove incorrect bit about multiple concurrent transfers, and improve description of protocol flow
2016-09-26 19:19:32 -04:00
Joey Hess
410b1c2b1f
todo
2016-09-26 19:06:56 -04:00
Joey Hess
6bdb6d4570
devblog
2016-09-26 16:53:42 -04:00
Joey Hess
76e5d8bf8a
comment
2016-09-26 16:53:27 -04:00
Joey Hess
f3b84f4603
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-26 16:49:21 -04:00
Joey Hess
a8734698eb
more profiling
2016-09-26 16:39:18 -04:00
Joey Hess
a197cf743d
profiling
2016-09-26 15:49:42 -04:00
sven.rieke@2bfe1de15de1bb402f962e41f9e5bfc1be1cf8d1
a1c7b514e7
2016-09-25 15:01:28 +00:00
sven.rieke@2bfe1de15de1bb402f962e41f9e5bfc1be1cf8d1
d8a714a881
2016-09-25 15:00:18 +00:00
madduck
40f41c3c4d
2016-09-25 13:25:03 +00:00
PaulK
ad5c60414e
Added a comment
2016-09-25 03:08:41 +00:00
erics
348be33161
2016-09-25 02:28:19 +00:00
erics
a11c700aea
Added a comment
2016-09-25 00:33:57 +00:00
PaulK
8b2d5e194f
Added a comment
2016-09-24 04:16:52 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
9c651b9608
Added a comment: +may be "byte-target" field? ;)
2016-09-24 02:43:22 +00:00
Joey Hess
a59148c3a7
cleanup
2016-09-23 09:47:48 -04:00
Joey Hess
d1dabb3327
add news item for git-annex 6.20160923
2016-09-23 09:46:19 -04:00
https://anarc.at/openid/
184153ba98
Added a comment: thanks for considering this!
2016-09-22 12:43:12 +00:00
JasonWoof
b1bdb2b898
Added a comment: simpler use case
2016-09-22 00:40:08 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
8510652dd4
Added a comment
2016-09-21 22:49:56 +00:00
Joey Hess
a862e10f7c
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-21 18:02:53 -04:00
Joey Hess
d9a0f26560
devblog
2016-09-21 17:56:50 -04:00
Joey Hess
c8edd22aee
update
2016-09-21 17:56:40 -04:00
Joey Hess
ef681321a9
comment
2016-09-21 17:53:59 -04:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
29b29a81fa
Added a comment: re: regular ssh remote
2016-09-21 21:30:25 +00:00
Joey Hess
c910004d50
addurl, importfeed: Improve behavior when file being added is gitignored.
2016-09-21 17:21:48 -04:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
04ac96e232
Added a comment: re: mangling is normal
2016-09-21 21:12:16 +00:00
Joey Hess
f7ac2bc868
comment
2016-09-21 16:46:45 -04:00
Joey Hess
db2eba442a
comment
2016-09-21 16:38:02 -04:00
Joey Hess
44acb145e0
comment
2016-09-21 16:23:41 -04:00
Joey Hess
ca5902e14f
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-21 16:15:13 -04:00
Joey Hess
bd2cfe008c
response
2016-09-21 16:14:11 -04:00
Joey Hess
0de88a9b68
response
2016-09-21 16:05:50 -04:00
Joey Hess
10b22a2548
comment
2016-09-21 15:58:02 -04:00
Joey Hess
3b2222d753
update
2016-09-21 15:53:34 -04:00
Joey Hess
181d027ace
merge
2016-09-21 15:47:37 -04:00
Joey Hess
08b7832d9d
comment
2016-09-21 15:39:32 -04:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
3ed30143a7
Added a comment
2016-09-21 19:32:07 +00:00
Joey Hess
5057234dec
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-21 15:24:53 -04:00
Joey Hess
a569f195b7
fix bugs in handing of deep branches with sync and adjusted branches
...
* sync: Previously, when run in a branch with a slash in its name,
such as "foo/bar", the sync branch was "synced/bar". That conflicted
with the sync branch used for branch "bar", so has been changed to
"synced/foo/bar".
* adjust: Previously, when adjusting a branch with a slash in its name,
such as "foo/bar", the adjusted branch was "adjusted/bar(unlocked)".
That conflicted with the adjusted branch used for branch "bar",
so has been changed to "adjusted/foo/bar(unlocked)"
* Also, running sync in an adjusted branch did not correctly sync
changes back to the parent branch when it had a slash in its name.
This bug has been fixed.
Eliminate use of Git.Ref.under and Git.Ref.basename; using
Git.Ref.underBase and Git.Ref.base make everything handle deep branches
correctly.
Probably noone was adjusting deep branches, and v6 is still experimental
anyway, so I'm not going to worry about the mess that was left by that bug.
In the case of git-annex sync, using a fixed git-annex with an old unfixed
one will mean they use different sync branches for a deep branch, and so
they may stop syncing until the old one is upgraded. However, that's only
a problem when syncing between repositories without going via a central
bare repository. Added a warning about this to the CHANGELOG, but it's
probably not going to affect many people at all.
This commit was sponsored by Riku Voipio.
2016-09-21 15:23:47 -04:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
8abcc4c282
Added a comment: Pre Commit Hook
2016-09-21 19:20:05 +00:00
Joey Hess
8dae86eac2
bug
2016-09-21 14:57:20 -04:00
Joey Hess
489b9c8869
comments
2016-09-21 14:29:17 -04:00
Joey Hess
f6fc40456d
comment, retitle
2016-09-21 13:42:42 -04:00
Joey Hess
ce03779e8c
comment and close
2016-09-21 13:32:45 -04:00
Joey Hess
460f7c09b7
response
2016-09-21 13:22:47 -04:00
Joey Hess
74c6d5a8ff
comment
2016-09-21 13:19:02 -04:00
Joey Hess
154a501b76
comment
2016-09-21 13:17:03 -04:00
Joey Hess
886ef2d005
lacking problem description
2016-09-21 13:09:35 -04:00
Joey Hess
c2218b78c3
close
2016-09-21 13:06:34 -04:00
Joey Hess
1702505f60
comment
2016-09-21 13:06:12 -04:00
Joey Hess
bfc8d649b8
comment
2016-09-21 12:56:35 -04:00
Joey Hess
6c6304b2f2
comment
2016-09-21 12:53:29 -04:00
Joey Hess
d905d418d3
comment
2016-09-21 12:51:40 -04:00
Joey Hess
9ed7246a60
answer
2016-09-21 12:49:38 -04:00