Commit graph

21513 commits

Author SHA1 Message Date
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