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

This commit is contained in:
Joey Hess 2014-05-16 15:14:12 -04:00
commit cd1141e8b0
6 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog"
nickname="Michael"
subject="comment 2"
date="2014-05-16T18:58:13Z"
content="""
Hmm, I don't understand the double disk space issue.
If direct mode is used, files are stored once, right?
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="108.236.230.124"
subject="comment 3"
date="2014-05-16T19:07:10Z"
content="""
Sounds to me like some GUI thing that is confused in some way. Which is, in my experience not unusual when it comes to GUI things and the actual size of files on disk. I'd trust `du`.
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="108.236.230.124"
subject="comment 15"
date="2014-05-16T18:59:47Z"
content="""
@Jeff, why did you post that comment here? Please use the [[forum]] for questions.
(You may find it useful to use direct mode, or `git annex import --skip-duplicates` or something.)
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="108.236.230.124"
subject="comment 23"
date="2014-05-16T19:11:00Z"
content="""
@donkeyicydragon one way to accomplish that would be to just tar up `.git` -- excluding `.git/annex/objects` and add that to git-annex like any other file. You could make a git post-commit hook that does that, but that seems overboard.
Or, you could just make a git clone of your repo to a local removable drive, and use that as a local backup.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="108.236.230.124"
subject="comment 5"
date="2014-05-16T19:03:34Z"
content="""
You have to run git-annex init before you can use other git-annex commands. I think if you run git annex initremote now, it will work.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="108.236.230.124"
subject="comment 3"
date="2014-05-16T19:02:08Z"
content="""
Well, you could: git fetch --all; git annex merge; git push origin
"""]]