correct spelling mistakes
This commit is contained in:
parent
5e6ced7d0f
commit
0750913136
52 changed files with 69 additions and 69 deletions
|
@ -13,7 +13,7 @@ at debugging output to find:
|
|||
messages.
|
||||
2. The git-receive-pack side waited on the wrong thread, so didn't
|
||||
notice when the program was done.
|
||||
3. I accidentially used the wrong attribute name when sending a ReceivePackDone
|
||||
3. I accidentally used the wrong attribute name when sending a ReceivePackDone
|
||||
message.
|
||||
|
||||
But all in all, it just worked.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Only one bug fix today, but it was a doozie. It seems that gpg2 has an
|
||||
incompatability with the gpg 1.x that git-annex was written for, that
|
||||
incompatibility with the gpg 1.x that git-annex was written for, that
|
||||
causes large numbers of excess passphrase prompts, when it's supposed to be
|
||||
using a remote's symmetric encryption key. Adding the --batch parameter
|
||||
fixed this.
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
content="""
|
||||
@Karsten does KBOX work on this version of Android? <http://kevinboone.net/Term-debug.apk>
|
||||
|
||||
It may well be that this is just too old and incompatable for the terminal to work.
|
||||
It may well be that this is just too old and incompatible for the terminal to work.
|
||||
"""]]
|
||||
|
|
|
@ -21,7 +21,7 @@ restarts itself.
|
|||
|
||||
To clean up the old installation, a git-annex.MANIFEST file is looked for
|
||||
in it, and the files listed, as well as empty directories, are deleted.
|
||||
I don't want to accidentially delete something I didn't ship!
|
||||
I don't want to accidentally delete something I didn't ship!
|
||||
|
||||
## restart on upgrade
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ MVars.)
|
|||
|
||||
(Note that if the database is a cache, there is no need to perform migrations
|
||||
when querying it. My benchmarks skip `runMigration`. Instead, if the query
|
||||
fails, the database doesn't exist, or uses an incompatable schema, and the
|
||||
fails, the database doesn't exist, or uses an incompatible schema, and the
|
||||
cache can be rebuilt then. This avoids the problem that persistent's migrations
|
||||
can sometimes fail.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue