Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-04-27 11:22:30 -04:00
commit 767084af54
3 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://edheil.wordpress.com/"
ip="99.54.57.201"
subject="comment 2"
date="2013-04-27T05:45:53Z"
content="""
update -- compiled a fresh copy of git annex from master ( 1bdfec9 2013-04-24 ) -- same effect; archived content is pulled down to the client from one of the backups, despite numcopies being satisfied by the backups.
"""]]

View file

@ -0,0 +1,25 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 14"
date="2013-04-26T22:25:04Z"
content="""
Have now split out an enableremote command.
<pre>
joey@gnu:~/tmp/annex>git annex initremote foo
git-annex: There is already a special remote named \"foo\". (Use enableremote to enable an existing special remote.)
joey@gnu:~/tmp/annex>git annex enableremote
git-annex: Specify the name of the special remote to enable. Known special remotes: foo
</pre>
Also, I wrote something wrong before. It *is* possible to change the name used by initremote (now enableremote).
With the current release of git-annex:
`git annex initremote annex name=mys3`
With the next release:
`git annex enableremote annex name=mys3`
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="fmarier"
ip="121.98.93.240"
subject="My PPA (Ubuntu Precise) has git-annex 4.20130417"
date="2013-04-27T11:12:26Z"
content="""
I just went through the pain of backporting 90+ Haskell packages from Debian unstable: https://launchpad.net/~fmarier/+archive/ppa
"""]]