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

This commit is contained in:
Joey Hess 2014-01-07 13:50:55 -04:00
commit 281cde87b5
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="rtwolf"
ip="69.165.155.234"
subject="comment 1"
date="2014-01-07T17:38:19Z"
content="""
Seems windows version of git-annex only runs in direct mode so I got the dreaded \"fatal: this operation must be run in a work tree\" error. Ran \"git config core.bare false\" which fixed it.
More info on direct mode: <http://git-annex.branchable.com/direct_mode/>
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="rtwolf"
ip="69.165.155.234"
subject="comment 2"
date="2014-01-07T17:41:25Z"
content="""
Correction to above. Don't run that command, just use git annex sync instead.
Also, git annex drop gives just a blank line. Maybe it doesn't work in direct mode either?
"""]]