correct spelling mistakes
This commit is contained in:
parent
5e6ced7d0f
commit
0750913136
52 changed files with 69 additions and 69 deletions
|
@ -6,7 +6,7 @@
|
|||
content="""
|
||||
\"Checking out files\" is a message printed by git (not by git-annex) when it is updating the work tree.
|
||||
|
||||
It still seems that you have somehow committed large files directly to git. Perhaps you accidentially ran \"git add\" on a large file.
|
||||
It still seems that you have somehow committed large files directly to git. Perhaps you accidentally ran \"git add\" on a large file.
|
||||
|
||||
git annex sync is probably merging this commit from one of your other repositories.
|
||||
"""]]
|
||||
|
|
|
@ -9,7 +9,7 @@ A few likely reasons:
|
|||
* If a 4th client repository had popped up.
|
||||
* If you have configured a high number of copies, it might only be able to be met by keeping files on the transfer repository.
|
||||
* Similarly, if a repository that used to have the files has been marked as dead or deleted, more copies might be needed to make up for that.
|
||||
* For completeness, if the transfer repository accidentially had its type changed to some other kind of repository, like a full backup.
|
||||
* For completeness, if the transfer repository accidentally had its type changed to some other kind of repository, like a full backup.
|
||||
|
||||
You can enable debugging (start with --debug or go into the webapp's preferences) and it might say a little more, but the debugging info is not very good.
|
||||
|
||||
|
|
|
@ -16,5 +16,5 @@ too many files to look at.
|
|||
|
||||
Another approach is to look at the git log, find the commit that merged
|
||||
the unwanted changed (and created these variant files), and `git revert` that
|
||||
merge, and the earlier commit that was made accidentially.
|
||||
merge, and the earlier commit that was made accidentally.
|
||||
"""]]
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
subject="""comment 2"""
|
||||
date="2015-09-09T18:18:17Z"
|
||||
content="""
|
||||
I wish this incompatability didn't exist either, but the transition to use
|
||||
I wish this incompatibility didn't exist either, but the transition to use
|
||||
consistently 3 letter hash directories would be too much to ask of all the
|
||||
users. And there are ways to convert a bare to non-bare that don't have
|
||||
this problem, like making a clone and using `git annex move --all --from
|
||||
|
|
|
@ -26,5 +26,5 @@ And here for a binary file stored in git:
|
|||
|
||||
If you find the latter in the log, then the author and commit message of the commit adding it would be interesting.
|
||||
|
||||
Hypothesis: Perhaps this repository started off on a Linux or OSX system, and you were using a git-annex older than 5.20131118, when the direct mode guard was added. You might have added this file back then and accidentially committed it directly to git.
|
||||
Hypothesis: Perhaps this repository started off on a Linux or OSX system, and you were using a git-annex older than 5.20131118, when the direct mode guard was added. You might have added this file back then and accidentally committed it directly to git.
|
||||
"""]]
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
From the man page:
|
||||
|
||||
> Until a repository (**or one of its remotes**) has been initialized
|
||||
> git-annex will refuse to operate on it, to avoid accidentially
|
||||
> using it in a repository that was not intended tohave an annex.
|
||||
> git-annex will refuse to operate on it, to avoid accidentally
|
||||
> using it in a repository that was not intended to have an annex.
|
||||
|
||||
So, yes, it assumes that if a repository has a git-annex branch already, git-annex is being used, and no explicit init is necessary. You can still run `git annex init` after the fact if you like.
|
||||
"""]]
|
||||
|
|
|
@ -42,7 +42,7 @@ EDIT:
|
|||
Exception: .t/tmprepo9/.git/annex/journal: getDirectoryContents: permission denied (Access is denied.)
|
||||
|
||||
2 out of 83 tests failed
|
||||
(This could be due to a bug in git-annex, or an incompatability
|
||||
(This could be due to a bug in git-annex, or an incompatibility
|
||||
with utilities, such as git, installed on this system.)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue