anarcat
49f1ee9610
some issue i have come up with a few times and workarounds
2017-03-27 16:23:15 +00:00
ewen
ec35d57200
Added a comment: Tracking GUIDs
2017-03-21 21:46:27 +00:00
ewen
9e84c0210b
Add note about tracking guids since 2015
2017-03-21 21:36:36 +00:00
Joey Hess
297bcbcaad
comment
2017-03-21 13:34:52 -04:00
ewen
856e7a5f50
Added a comment: Track GUIDs to avoid duplicate downloads
2017-03-21 08:59:59 +00:00
ewen
12831ed724
removed
2017-03-21 08:49:19 +00:00
ewen
4652413766
Added a comment: Track GUIDs to avoid duplicate downloads
2017-03-21 08:48:05 +00:00
joern.mankiewicz@06fb5bc9b732f143dee3606866362f562531310d
9abed537f7
Added a comment: Beware global configurations!
2017-03-20 22:47:50 +00:00
Joey Hess
217cdbe6c8
comment
2017-03-20 17:19:33 -04:00
Joey Hess
a5ddef4ba3
response
2017-03-20 17:17:25 -04:00
joern.mankiewicz@06fb5bc9b732f143dee3606866362f562531310d
a88fa9f28a
Added a comment: Git-annex ignores annex.largefiles in .gitattributes
2017-03-20 20:58:12 +00:00
Joey Hess
8dd3470da0
comment
2017-03-14 19:45:28 -04:00
https://launchpad.net/~stephane-gourichon-lpad
96b6d21d52
Added a comment: Isn't this procedure assuming that lost+found contains only uncorrupted previously annexed files?
2017-03-14 19:15:40 +00:00
Joey Hess
eb2db2b176
comment
2017-03-03 13:59:49 -04:00
xloem
afc65319af
removed
2017-03-03 12:32:35 +00:00
xloem
52545b73be
Added a comment: Non-conforming blobs
2017-03-03 12:30:35 +00:00
xloem
b7eff4a34d
Added a comment: Non-conforming blobs
2017-03-03 12:29:52 +00:00
Joey Hess
701006bd83
clarification
2017-03-02 13:28:31 -04:00
dvicory
e4642a2452
Added a comment: Security of P2P repo is unclear
2017-02-28 20:30:31 +00:00
Joey Hess
2c281baf00
better headings
2017-02-27 16:18:20 -04:00
Joey Hess
3f876f72e3
larger headings
2017-02-27 16:17:19 -04:00
Joey Hess
e53070c1ff
inheritable annex.securehashesonly
...
* init: When annex.securehashesonly has been set with git-annex config,
copy that value to the annex.securehashesonly git config.
* config --set: As well as setting value in git-annex branch,
set local gitconfig. This is needed especially for
annex.securehashesonly, which is read only from local gitconfig and not
the git-annex branch.
doc/todo/sha1_collision_embedding_in_git-annex_keys.mdwn has the
rationalle for doing it this way. There's no perfect solution; this
seems to be the least-bad one.
This commit was supported by the NSF-funded DataLad project.
2017-02-27 16:08:23 -04:00
Joey Hess
942e0174b3
make fsck check annex.securehashesonly, and new tip for working around SHA1 collisions with git-annex
...
This commit was sponsored by andrea rota.
2017-02-27 13:55:15 -04:00
Joey Hess
32782ab324
linkify
2017-02-17 15:58:32 -04:00
Joey Hess
a700fdf5cf
documentation updates for new receive.denyCurrentBranch=updateInstead support
...
This commit was sponsored by andrea rota.
2017-02-17 15:43:16 -04:00
Edward Betts
0750913136
correct spelling mistakes
2017-02-12 17:30:23 -04:00
git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c00
670f9a5116
2017-01-31 16:53:58 +00:00
Joey Hess
809ddd9df8
reusing repository uuid cannot result in data loss AFAIK
...
Avoiding such problems is one reason why git-annex does active
verification of other copies of a file when dropping.
You could argue that reusing the uuid of a trusted repository leads to
data loss, but that data loss doesn't really involve reusing the uuid,
but instead is caused by deleting a trusted repository. Using trusted
repositories without a great deal of care is a good way to blow off your
foot, of which deleting them is only the most obvious;
added some sections about that.
If reusing a repository uuid could result in data loss then I'd be on
board with making reinit run a fast fsck to update the location log, but
since it can't, I feel that is not worth forcing. Not a bad idea to run
fsck afterwards. Updated language about that.
This commit was sponsored by Jake Vosloo on Patreon.
2017-01-30 13:18:50 -04:00
justin@561b4852d5c1d8db31dc571612954bde7bb325a1
9119b52e71
Fixes ToC
2017-01-17 19:49:18 +00:00
https://anarc.at/openid/
7855cb715b
backwards links again
2017-01-17 19:47:13 +00:00
https://anarc.at/openid/
7bbe262ff1
fix link
2017-01-17 19:46:25 +00:00
justin@561b4852d5c1d8db31dc571612954bde7bb325a1
c420cb0538
Page flow and antipattern separation
2017-01-17 19:44:12 +00:00
https://anarc.at/openid/
06296b0298
note an improvement on the reinit manpage
2017-01-17 19:35:24 +00:00
https://anarc.at/openid/
cdac57b5bd
a list of problems i had with git-annex
2017-01-17 19:22:49 +00:00
Joey Hess
30136bad93
fix link and clarify
2016-12-28 12:40:43 -04:00
Joey Hess
794babf35a
add back share_with_a_friend_walkthrough, adapted for tor pairing
...
and some other xmpp to tor related changes
2016-12-24 15:46:02 -04:00
Joey Hess
e08691b393
enable-tor: When run as a regular user, test a connection back to the hidden service over tor.
...
This way we know that after enable-tor, the tor hidden service is fully
published and working, and so there should be no problems with it at
pairing time.
It has to start up its own temporary listener on the hidden service. It
would be nice to have it start the remotedaemon running, so that extra
step is not needed afterwards. But, there may already be a remotedaemon
running, in communication with the assistant and we don't want to start
another one. I thought about trying to HUP any running remotedaemon, but
Windows does not make it easy to do that. In any case, having the user
start the remotedaemon themselves lets them know it needs to be running
to serve the hidden service.
This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
2016-12-24 12:50:23 -04:00
Joey Hess
f7ca2b92fb
enable-tor: No longer needs to be run as root.
...
When run by not root, su's to root automatically.
This commit was sponsored by Brock Spratlen on Patreon.
2016-12-20 17:40:36 -04:00
Joey Hess
dc7fda2ec5
section on safe pairing code exchange
2016-12-19 12:27:16 -04:00
Joey Hess
ccde0932a5
p2p --pair with magic wormhole (untested)
...
It builds. I have not tried to run it yet. :)
This commit was sponsored by Jake Vosloo on Patreon.
2016-12-18 16:51:41 -04:00
Joey Hess
38f9337e16
Revert "p2p --link now defaults to setting up a bi-directional link"
...
This reverts commit 3037feb1bf
.
On second thought, this was an overcomplication of what should be the
lowest-level primitive. Let's build bi-directional links at the pairing
level with eg magic wormhole.
2016-12-16 18:26:07 -04:00
Joey Hess
3037feb1bf
p2p --link now defaults to setting up a bi-directional link
...
Both the local and remote git repositories get remotes added
pointing at one-another.
Makes pairing twice as easy!
Security: The new LINK command in the protocol can be sent repeatedly,
but only by a peer who has authenticated with us. So, it's entirely safe to
add a link back to that peer, or to some other peer it knows about.
Anything we receive over such a link, the peer could send us over the
current connection.
There is some risk of being flooded with LINKs, and adding too many
remotes. To guard against that, there's a hard cap on the number of remotes
that can be set up this way. This will only be a problem if setting up
large p2p networks that have exceptional interconnectedness.
A new, dedicated authtoken is created when sending LINK.
This also allows, in theory, using a p2p network like tor, to learn about
links on other networks, like telehash.
This commit was sponsored by Bruno BEAUFILS on Patreon.
2016-12-16 16:38:06 -04:00
Joey Hess
e67a310da1
p2p: --link no longer takes a remote name, instead the --name option can be used.
2016-12-16 15:37:50 -04:00
Joey Hess
44c55e2441
fix links
2016-12-07 16:11:30 -04:00
Joey Hess
62043df289
git-annex-metadata-gui yay!
2016-12-07 16:00:12 -04:00
Joey Hess
76b46afed1
add section on tor speed
2016-12-07 15:21:38 -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
528c7bee24
fix up some commands
2016-12-07 12:00:27 -04:00
alpernebbi
3e0176054b
2016-12-05 19:34:55 +00:00
Joey Hess
3ab12ba923
implement p2p --link
...
This commit was sponsored by Riku Voipio.
2016-11-30 15:16:25 -04:00
Joey Hess
bfc8305814
implement p2p command
2016-11-30 14:35:24 -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
398345cb26
Merge branch 'master' into tor
2016-11-29 15:45:29 -04:00
StephaneGourichon
27585f7569
Added a comment: Walkthrough of a prudent retroactive annex.
2016-11-24 11:27:59 +00:00
Joey Hess
bfd19e0952
docs for stuff not fully implemented yet
2016-11-22 15:29:30 -04:00
scottgorlin@a32946b2aad278883c1690a0753241583a9855b9
3c1c3b96fa
Added a comment: Coldline
2016-11-21 00:49:23 +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
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
30e07dbd9b
prefer per-user, fix ExecStart syntax
2016-11-10 06:34:44 +00:00
Euxane
18eb318c57
2016-11-08 10:10:12 +00:00
stefan.huchler@5f110ab85a15aec7e2b38586eb7ec37b12e2e6aa
f9d7b951f7
Added a comment: workaround to my request
2016-11-05 14:53:36 +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
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
fiatjaf
9d2ff4df77
Added a comment: related work
2016-10-11 13:35:08 +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
08b7832d9d
comment
2016-09-21 15:39:32 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
c50dce1cc9
Added a comment: current status?
2016-09-06 14:11:25 +00:00
Joey Hess
bbfe82526a
comment
2016-09-05 14:25:41 -04:00
Joey Hess
5ddd35eea5
remove spam
2016-09-05 12:34:05 -04:00
rsdwatches87@9f71875ba253cd964a0afe4d2c72bbca4c42634e
36775b2d67
Added a comment: To control file name.
2016-09-03 06:55:58 +00:00
Dosenpfand
39f632b177
Added a comment
2016-09-01 18:40:32 +00:00
Dosenpfand
50d1435b3d
removed
2016-09-01 18:39:18 +00:00
Dosenpfand
7a66beceae
Added a comment
2016-09-01 18:38:47 +00:00
Gus
7d92f36ebf
Fixes markup error
2016-08-31 18:43:43 +00:00
edward
2ae56daacb
fix wording slightly
2016-08-31 10:09:14 +00:00
edward
187033c06a
fix typo
2016-08-28 21:19:12 +00:00
fiatjaf
4fa01fc3d0
added :ga_get and :ga_set
2016-08-11 03:12:04 +00:00
fiatjaf
398408e256
Added a comment: How I got it working
2016-08-06 23:51:48 +00:00
fiatjaf
988470271f
better formatting.
2016-08-06 22:48:08 +00:00
fiatjaf
4c291b39ce
initial page: git-annex for ranger.
2016-08-06 22:17:58 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
1490acd398
removed
2016-07-14 15:03:01 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
b3c58d7cf2
Added a comment: googledriveannex fails: No handlers could be found for logger "oauth2client.util"
2016-07-14 14:58:29 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
8d44d6b637
Added a comment: googledriveannex does not
2016-07-14 14:58:05 +00:00
Joey Hess
f3f6dfcf35
New url for git-remote-gcrypt, now maintained by spwhitton.
2016-07-05 11:30:58 -04:00
christophfischer@4706e95f48874dfd46092b278315693b92ea7d23
ae02c6a207
removed
2016-06-21 11:43:09 +00:00
christophfischer@4706e95f48874dfd46092b278315693b92ea7d23
bff93a7721
Added a comment: how to recursively exclude files from git-annex (.gitattributes)
2016-06-21 11:42:45 +00:00
christophfischer@4706e95f48874dfd46092b278315693b92ea7d23
addee68cec
Added a comment: how to recursively exclude files from git-annex (.gitattributes)
2016-06-21 11:42:37 +00:00
Dilyin
85b5f1e6a0
Added a comment
2016-06-02 18:10:33 +00:00
Dilyin
8f9e7f25b5
Added a comment: Retroactively annex
2016-06-01 18:36:40 +00:00
Joey Hess
6f8a2f08f9
response
2016-05-03 15:17:39 -04:00
fiatjaf
2561fcf699
Added a comment
2016-04-23 15:01:24 +00:00
Joey Hess
3c2e841d31
comment
2016-04-14 15:42:00 -04:00
Joey Hess
fe1628db11
comment
2016-04-13 14:06:01 -04:00
Joey Hess
402e5adab8
smudge: Print a warning when annex.thin is set, as git's smudge interface does not allow honoring that configuration.
2016-04-13 13:34:24 -04:00
Jan
a525b75320
Added a comment
2016-04-13 09:05:24 +00:00
Joey Hess
08625c5a89
comment
2016-04-12 15:29:01 -04:00
Jan
88afa9eb4e
Added a comment: git-annex on a PowerPC based synology?
2016-04-12 15:41:24 +00:00
Joey Hess
cf06dac2b8
hard links on windows
...
* annex.thin and annex.hardlink are now supported on Windows.
* unannex --fast now makes hard links on Windows.
2016-04-08 15:25:32 -04:00
Joey Hess
11d76f0c8e
Merge branch 'master' of ssh://git-annex.branchable.com
2016-03-31 19:07:03 -04:00
Antoine Beaupré
c82d6ba99e
explain a bit more
2016-03-31 10:55:20 -04:00
Antoine Beaupré
2819bab344
new script
2016-03-31 10:50:37 -04:00
Joey Hess
4c9ca98769
docs for git-annex adjust
2016-03-29 11:39:43 -04:00
torpidus
82f7582f8f
removed
2016-03-13 19:18:39 +00:00
Joey Hess
7125a1fb27
rename files containing :
...
This is mostly to let the repo check out on windows w/o using cygwin's git.
But, bash completion is also crap with : , so ..
2016-03-12 12:57:18 -04:00
Joey Hess
0cdd4f9f58
Merge branch 'master' of ssh://git-annex.branchable.com
2016-03-09 13:13:28 -04:00
Joey Hess
d3775e741e
followup
2016-03-07 13:24:11 -04:00
workspace
c2a0a900dd
Added a comment: same problem
2016-03-04 20:44:26 +00:00
acbg@8d58f794ce92f6be28b5dbd402059bc30262eb92
b1217e0a5a
Added a comment: Since which version does this apply?
2016-03-03 16:16:28 +00:00
Joey Hess
baa9954e06
Fix metadata hook behavior when multiple files are added at once. Thanks, Klaus Ethgen.
2016-03-02 12:25:41 -04:00
Joey Hess
36ba39c4f3
remove lower-casing of field names; metadata fields are case-insensative
2016-02-28 11:56:55 -04:00
Joey Hess
764e57f1f1
The pre-commit-annex hook script that automatically extracts metadata has been updated to also use exiftool. Thanks, Klaus Ethgen.
2016-02-28 11:10:55 -04:00
tom_clune
c6d0e3e62e
Added a comment: git annex using the "wrong" ssh socket
2016-02-24 19:23:13 +00:00
Joey Hess
15148ee9eb
annex.addunlocked
...
* add, addurl, import, importfeed: When in a v6 repository on a crippled
filesystem, add files unlocked.
* annex.addunlocked: New configuration setting, makes files always be
added unlocked. (v6 only)
2016-02-16 14:43:43 -04:00
Joey Hess
358e127a85
note
2016-02-03 19:00:23 -04:00
Joey Hess
5127cb59cc
annex.largefiles: Add support for mimetype=text/* etc, when git-annex is linked with libmagic.
2016-02-03 16:29:34 -04:00
Joey Hess
403b56fb91
Limit annex.largefiles parsing to the subset of preferred content expressions that make sense in its context.
...
So, not "standard" or "lackingcopies", etc.
2016-02-03 15:04:42 -04:00
Joey Hess
199c4f9508
Revert incorrect typo fix
2016-02-02 16:55:21 -04:00
Joey Hess
8cc6d39ad0
typo
2016-02-02 16:54:56 -04:00
Joey Hess
250c734f95
improve
2016-02-02 16:53:29 -04:00
Joey Hess
8764dc43ed
rework largefiles documentation
2016-02-02 16:50:58 -04:00
CandyAngel
70cfdefbb1
Added a comment
2016-02-02 10:08:06 +00:00
Joey Hess
8f4ffab1f2
comment
2016-01-20 14:56:09 -04:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
9ac7a9dce9
Added a comment
2016-01-16 13:03:26 +00:00
Joey Hess
95d43cf5ee
response
2016-01-15 15:12:50 -04:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
9c6a20771e
Added a comment: usage changes
2016-01-15 13:31:37 +00:00
CandyAngel
dcaccd910b
Added a comment
2016-01-15 09:34:40 +00:00
Joey Hess
6be9ee0d91
layout
2016-01-14 18:19:50 -04:00
Joey Hess
379004e3e7
move aside to better place
2016-01-14 18:19:00 -04:00
Joey Hess
a47480b0da
wording
2016-01-14 18:12:20 -04:00
Joey Hess
fb9727df8b
clarify
2016-01-14 18:11:09 -04:00
Joey Hess
3363339c69
v6 mode is no longer experimental, downgrade warning
2016-01-14 15:33:07 -04:00
rashi.k0306@46b3566bf776802cd7adb39707f018beec8b0f26
297a744548
Added a comment: Duplicate Files Deleter
2016-01-14 11:42:10 +00:00
emanuele.ruffaldi@56b9c9a5c1f873994b869248e9b53aa20f437d20
2245e1d940
Added a comment: Updated
2016-01-12 22:47:49 +00:00
emanuele.ruffaldi@56b9c9a5c1f873994b869248e9b53aa20f437d20
d003501fab
2016-01-12 00:32:31 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
e94ef9bcb7
2016-01-08 07:38:01 +00:00
mark@6b90344cdab3158eacb94a3944460d138afc9bef
bf2f942997
removed
2016-01-05 20:14:46 +00:00
CandyAngel
14c5c24c40
Added a comment
2016-01-05 11:41:13 +00:00
umeboshi
54c569ee2e
Added a comment
2016-01-04 21:26:05 +00:00
Joey Hess
7eed80b316
cleanup
2015-12-27 17:27:52 -04:00
Joey Hess
342259aa9d
devblog
2015-12-27 17:18:18 -04:00
Joey Hess
a46158240b
doc improvements
2015-12-27 16:06:11 -04:00
Joey Hess
121f5d5b0c
annex.thin
...
Decided it's too scary to make v6 unlocked files have 1 copy by default,
but that should be available to those who need it. This is consistent with
git-annex not dropping unused content without --force, etc.
* Added annex.thin setting, which makes unlocked files in v6 repositories
be hard linked to their content, instead of a copy. This saves disk
space but means any modification of an unlocked file will lose the local
(and possibly only) copy of the old version.
* Enable annex.thin by default on upgrade from direct mode to v6, since
direct mode made the same tradeoff.
* fix: Adjusts unlocked files as configured by annex.thin.
2015-12-27 15:59:59 -04:00
Joey Hess
bb6719678e
update walkthrough and add tip about using v6 unlocked files
...
The walkthrough should make sense now both for v5 and v6 repo users.
2015-12-26 16:47:23 -04:00
mark@6b90344cdab3158eacb94a3944460d138afc9bef
6b394a5b36
Added a comment: Centralized server with separate remote
2015-12-23 17:59:49 +00:00
Joey Hess
e276f4abb2
response
2015-12-08 11:13:55 -04:00
ben
4f3dd0b7b2
Added a comment: Problems initializing glacier remote
2015-12-08 10:39:30 +00:00
Joey Hess
e624ff9900
you need to file a bug report or something
2015-11-18 15:17:23 -04:00
atrent
232d372ab8
Added a comment
2015-11-16 09:06:34 +00:00
Joey Hess
c1d51a50f6
update
2015-11-13 13:46:11 -04:00
Joey Hess
4153507864
Fix failure to build with aws-0.13.0 and finish nearline support.
...
* Fix failure to build with aws-0.13.0.
* When built with aws-0.13.0, the S3 special remote can be used to create
google nearline buckets, by setting storageclass=NEARLINE.
2015-11-02 11:14:03 -04:00
jonas@1491caea7d71fcf350b6f200807141f1b59857b8
7bc85cb112
Added a comment: gcrypt and map
2015-10-27 10:14:17 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
923c5cdbf2
Added a comment: post-receive hook
2015-10-09 17:41:51 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
d5749e10dd
Added a comment
2015-10-03 21:29:29 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
81b454e9f6
Added a comment
2015-10-03 21:27:46 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
26d5525e8a
Added a comment: Need advice on using gitlab with the assistant
2015-10-03 21:03:46 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
ad77c8fc7b
Added a comment
2015-10-03 19:18:24 +00:00
Joey Hess
84f07eb947
split index mode
2015-09-22 12:52:46 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
bf60d58962
Added a comment: how to get access to urls needing authentication without private info in the url
2015-09-22 14:05:45 +00:00
Joey Hess
0e04920aa0
interlink
2015-09-17 09:39:20 -04:00
tanen
1f923de11d
Added a comment
2015-08-23 20:34:20 +00:00
Joey Hess
73dcfc28a5
followup
2015-08-11 13:24:20 -04:00
Joey Hess
d54c9c46da
remove my addition; I missed that bgilbert already said the same in a comment
2015-08-11 12:56:15 -04:00
Joey Hess
9286a7678e
Merge branch 'master' of ssh://git-annex.branchable.com
2015-08-11 12:14:08 -04:00
Joey Hess
c7b5e28d33
add link to gcsannex external special remote
2015-08-11 12:08:53 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
c53d8323df
Added a comment: any chance to get a native google drive annex support?
2015-08-11 04:12:10 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
6d6eb6e4a5
Added a comment: External special remote
2015-08-09 22:59:16 +00:00
Joey Hess
56c399e217
remove obsolete tip
2015-08-09 18:11:23 -04:00
Joey Hess
533ab7b9ad
tip for git-annex-shell PATH issues
2015-08-09 18:09:05 -04:00
Joey Hess
43a21035ce
clarify space provided by gitlab (10 gb)
2015-07-30 11:28:46 -04:00
Joey Hess
e66098a42a
caps
2015-07-22 18:07:31 -04:00
Joey Hess
4ff853d25a
reword
2015-07-22 18:06:59 -04:00
Joey Hess
728540e5e5
split centralized_git_repository_tutorial into 3
2015-07-22 17:16:42 -04:00
anarcat
58f45d807c
my NFS tricks for git-annex
2015-07-17 22:14:25 +00:00
sfowijowa
d3fff5c950
Added a comment: bup.bloom must be unlocked
2015-07-17 17:45:24 +00:00
ghen1
da61ec46f0
Added a comment
2015-07-08 04:08:28 +00:00
Joey Hess
47ece2c3c1
comment
2015-07-06 13:45:45 -04:00
james@2468840dc8f314e837e1fde99a5fb1b884fa993a
40e8b4c007
Added a comment: enable s3 remote on clone
2015-07-03 14:46:49 +00:00
CandyAngel
ea60ce4066
Initial writeup of tips for repos with large file count
2015-06-17 08:28:14 +00:00
Joey Hess
f62138b9c5
add basic progress
2015-06-15 15:27:17 -04:00
Joey Hess
78adb5a25a
mention whereis
2015-06-05 16:55:45 -04:00
Joey Hess
c2cdc9a7cf
update
2015-06-05 16:45:32 -04:00
Joey Hess
c6f41490a8
improve
2015-06-05 16:43:03 -04:00
Joey Hess
80967c415f
note on charges
2015-06-05 16:31:13 -04:00
Joey Hess
ca3e7e9d25
add new tip for public S3 remotes
2015-06-05 16:27:41 -04:00
Joey Hess
5f0f063a7a
S3: Publically accessible buckets can be used without creds.
2015-06-05 16:23:35 -04:00
Joey Hess
4acd28bf21
public=yes config to send AclPublicRead
...
In my tests, this has to be set when uploading a file to the bucket
and then the file can be accessed using the bucketname.s3.amazonaws.com
url.
Setting it when creating the bucket didn't seem to make the whole bucket
public, or allow accessing files stored in it. But I have gone ahead and
also sent it when creating the bucket just in case that is needed in some
case.
2015-06-05 14:38:01 -04:00
Antoine Beaupré
f1e477140e
turn my forum question into a tip, thanks joeyh!
2015-05-31 12:26:04 -04:00
https://id.koumbit.net/anarcat
d5b4bf57e5
follow the existing examples
2015-05-27 23:48:02 +00:00
https://id.koumbit.net/anarcat
0a15282a62
explain how to use registerurl
2015-05-27 23:46:23 +00:00
https://id.koumbit.net/anarcat
c167828f68
Added a comment
2015-05-27 21:50:10 +00:00
https://id.koumbit.net/anarcat
fc92f1323f
Added a comment
2015-05-27 21:05:24 +00:00
https://id.koumbit.net/anarcat
5a79e13ada
actually, i screwed up, it's actually the litteral "group"
2015-05-27 20:56:05 +00:00
https://id.koumbit.net/anarcat
7605de1b2a
fix typo and clarify
2015-05-27 20:53:39 +00:00
CandyAngel
712d261333
Added a comment
2015-05-21 15:39:07 +00:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
52d9a4089b
Its vs it's
2015-05-21 05:32:28 +00:00
Joey Hess
2fca1447b2
better document youtube playlists
2015-04-29 13:05:36 -04:00
Joey Hess
a7c35d6961
update to work better with git's change to not push matching branches by default
2015-04-21 15:11:59 -04:00
Joey Hess
611b0483ee
mention gitlab
2015-04-21 15:08:48 -04:00
Øyvind A. Holm
44c88af81f
Typo fixes in doc/tips/*.mdwn
...
Gotta do at least something when I don't have the faintest clue about
Haskell. :) Learning Haskell is on my agenda, though.
2015-04-17 18:35:23 +02:00
https://id.koumbit.net/anarcat
ff7fca1cf7
explicitely mention --force in tip body
2015-04-09 02:02:58 +00:00