Merge remote-tracking branch 'origin/master'

This commit is contained in:
Joey Hess 2012-05-30 17:06:48 -04:00
commit 7c962e76b4
6 changed files with 29 additions and 5 deletions

View file

@ -32,7 +32,7 @@ Not ideal.
#### implement git smudge filters #### implement git smudge filters
See [[smudge]]. See [[todo/smudge]].
Difficult. Would make git-annex generally better. Difficult. Would make git-annex generally better.

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawnoUOqs_lbuWyZBqyU6unHgUduJwDDgiKY"
nickname="Matt"
subject="comment 2"
date="2012-05-30T00:40:45Z"
content="""
It's strange. I've done some testing on another machine, and this one, and the issue seems to be with adding only certain sub-directories of the git-annex directory. Would it cause an issue with git-annex if a sub-directory was a git repo?
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.153.81.112"
subject="comment 3"
date="2012-05-30T00:54:38Z"
content="""
If the subdirectory has a .git, then it's a separate git repo, and inside the directory, all git (and git-annex) commands in it will operate on that nested repo and ignore the outside one.
"""]]

View file

@ -6,8 +6,8 @@ See [[tips/using_Amazon_S3]] and
## configuration ## configuration
The standard environment variables `AWS_S3_ACCESS_KEY_ID` and The standard environment variables `AWS_ACCESS_KEY_ID` and
`AWS_S3_SECRET_ACCESS_KEY` are used to supply login credentials `AWS_SECRET_ACCESS_KEY` are used to supply login credentials
for Amazon. When encryption is enabled, they are stored in encrypted form for Amazon. When encryption is enabled, they are stored in encrypted form
by `git annex initremote`, so you do not need to keep the environment by `git annex initremote`, so you do not need to keep the environment
variables set after the initial initalization of the remote. variables set after the initial initalization of the remote.

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawnoUOqs_lbuWyZBqyU6unHgUduJwDDgiKY"
nickname="Matt"
subject="comment 3"
date="2012-05-30T00:26:33Z"
content="""
Thanks! Being new here, I didn't want to overstep my boundaries. I've gone ahead and made a small edit and will do so elsewhere as needed.
"""]]

View file

@ -4,8 +4,8 @@ Amazon S3, and use git-annex to transfer files into the cloud.
First, export your S3 credentials: First, export your S3 credentials:
# export AWS_S3_ACCESS_KEY_ID="08TJMT99S3511WOZEP91" # export AWS_ACCESS_KEY_ID="08TJMT99S3511WOZEP91"
# export AWS_S3_SECRET_ACCESS_KEY="s3kr1t" # export AWS_SECRET_ACCESS_KEY="s3kr1t"
Now, create a gpg key, if you don't already have one. This will be used Now, create a gpg key, if you don't already have one. This will be used
to encrypt everything stored in S3, for your privacy. Once you have to encrypt everything stored in S3, for your privacy. Once you have