Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
255637ffa2
7 changed files with 86 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.227"
|
||||
subject="comment 3"
|
||||
date="2014-01-01T20:45:19Z"
|
||||
content="""
|
||||
Note that I have installed the backports and autobuilds on systems and run the assistant without seeing this problem, so it may be particular to the system's configuration in some way.
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.227"
|
||||
subject="comment 2"
|
||||
date="2014-01-01T21:03:31Z"
|
||||
content="""
|
||||
Did you say you're using cygwin? That would suggest that you have a ~/.ssh/config that might have been set up before you started using git-annex.
|
||||
|
||||
When I run the git-annex webapp at the DOS prompt, it sets up a .ssh/config with permissions that ssh doesn't dislike.
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.227"
|
||||
subject="comment 3"
|
||||
date="2014-01-01T21:05:20Z"
|
||||
content="""
|
||||
Adapting an example from the man page:
|
||||
|
||||
`git annex fsck --incremental-schedule 30d --time-limit 1h --from S3`
|
||||
"""]]
|
|
@ -0,0 +1,32 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.227"
|
||||
subject="comment 6"
|
||||
date="2014-01-01T20:59:32Z"
|
||||
content="""
|
||||
The ` T ` in your `git show --raw` indicates that what was a symlink has been replaced with a regular file, and this has been committed to git.
|
||||
|
||||
It's certainly possible to do that when using git-annex, but you have to go a bit out of your way to so shoot yourself in the foot, because normally the pre-commit hook will detect that, and fix up your commit to not change the type of the file. Something like this:
|
||||
|
||||
[[!format sh \"\"\"
|
||||
joey@darkstar:~/tmp/r>git annex unlock foo
|
||||
unlock foo (copying...) ok
|
||||
joey@darkstar:~/tmp/r>git commit -a --no-verify -m oops
|
||||
[master 9b63e4e] oops
|
||||
1 file changed, 1 deletion(-)
|
||||
rewrite foo (100%)
|
||||
mode change 120000 => 100644
|
||||
joey@darkstar:~/tmp/r>git show --raw
|
||||
commit 9b63e4efad1f229ae7713749e9ac2d0f9c286008
|
||||
Author: Joey Hess <joey@kitenet.net>
|
||||
Date: Wed Jan 1 16:55:19 2014 -0400
|
||||
|
||||
oops
|
||||
|
||||
:120000 100644 ea46194... e69de29... T foo
|
||||
\"\"\"]]
|
||||
|
||||
The fact that you seem to have made 2 commits that did this, on the 21st and 30th, makes me wonder if your .git/hooks/pre-commit does not exist, or perhaps you are making some other mistake repeatedly.
|
||||
|
||||
The synced/* branches never have any data that is not stored somewhere else (another branch, possibly in the remote repository), so it should always be ok to delete them.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.227"
|
||||
subject="comment 3"
|
||||
date="2014-01-01T20:46:18Z"
|
||||
content="""
|
||||
And it had nothing to do with special characters in filenames. (And is fixed.)
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.227"
|
||||
subject="comment 1"
|
||||
date="2014-01-01T20:43:05Z"
|
||||
content="""
|
||||
Pulling location tracking data out of git is unlikely to be faster than statting a single file on the drive, unless the drive is dead slow.
|
||||
|
||||
If you really want to force it to use the location tracking information, use `--not --in backup`
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U"
|
||||
nickname="Richard"
|
||||
subject="comment 1"
|
||||
date="2014-01-01T21:32:56Z"
|
||||
content="""
|
||||
.
|
||||
"""]]
|
Loading…
Reference in a new issue