This commit is contained in:
Joey Hess 2017-05-11 12:35:34 -04:00
parent a2ee945522
commit d71af8f0be
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,19 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2017-05-11T16:28:32Z"
content="""
This is a simple way to split a repository, but the resulting split git
repository will be larger than is really necessary.
When you `dropunused` all the hard links that are not present in the
repository, git-annex will commit a log to the git-annex branch saying "I
don't have this content" for each of them. That seems unnecessary since
it probably does not have an earlier log saying it contained the content
that was hard linked into it, and perhaps could be improved in git-annex
to not record that unncessarily, but that's what it does currently.
So I suggest running `git annex forget` after the dropunused or at some
later point. That will delete all traces of those log files from
the git-annex branch.
"""]]