Merge remote-tracking branch 'origin/master'

This commit is contained in:
Joey Hess 2016-04-22 12:30:36 -04:00
commit f9f2576203
Failed to extract signature
11 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://id.clacke.se/"
nickname="clacke"
subject="Case-sensitive on OSX"
date="2016-04-22T07:53:56Z"
content="""
> What I'd recommend you do is, move the repository back to OSX, and then make a clone of it on the linux system
Alternatively, create a case-sensitive FS on the Mac (just in a .dmg) and do the clone and copy to there, before rsync'ing to the remote Linux.
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://id.clacke.se/"
nickname="clacke"
subject="objecthashlower"
date="2016-04-22T07:55:40Z"
content="""
> It's actually possible to make brand-new git-annex repos use all lower case hash directories today, by setting git config annex.tune.objecthashlower true before you run git annex init for the first time.
Am I interpreting this correctly, that this sets some attribute in the git-annex branch, so that clones of this repo will use the same annex layout?
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://id.clacke.se/"
nickname="clacke"
subject="objecthashlower"
date="2016-04-22T07:58:33Z"
content="""
... i.e., can I just `git config --global annex.tune.objecthashlower true` and it will Just Work, managing old repos correctly and using the feature for new repos? And remote machines will handle things correctly just as long as they run a modern enough `git-annex`?
"""]]

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="zarel"
subject="comment 4"
date="2016-04-22T15:27:20Z"
content="""
git-annex updated to the last version. .git removed, repo recreated from scratch in v5 direct mode and it still happens. I'll try to export GIT_TRACE and understand why the \"cat-file\" is taking 50% of a cpu
"""]]

View file

@ -0,0 +1,7 @@
Just started looking at git-annex and it's very interesting to me as I manage a large tree of different types of projects, spread across two computers and some hard-drives (some backups, some offline resources and archives)
But one question that's bothering me. A lot of my projects are already git repos. Is it possible to use git-annex with this tree or will the gits fight unless I explicitly make them submodules?
cheers
Phil

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://id.clacke.se/"
nickname="clacke"
subject="git-annex is git"
date="2016-04-22T07:44:06Z"
content="""
git-annex is first git, then some additional very neat functionality. Being git, it refuses to handle git repositories as that would create all kinds of potential confusion and inefficiency.
Submodules would be a way to go, if you like how they work. Or you could just ignore the git repos, as you probably have them replicated somewhere else.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="interstar@551341a1dbca18391e90a3f719eae492868ceb7a"
nickname="interstar"
subject="comment 2"
date="2016-04-22T12:38:16Z"
content="""
OK. Thanks.
"""]]