correct spelling mistakes
A few spelling fixes for the git-annex devblog.
This commit is contained in:
parent
50c0fb7336
commit
3a927a0345
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ suites should not do. So, I took a detour..
|
||||||
|
|
||||||
Support for `GIT_SSH` and `GIT_SSH_COMMAND` has been requested before for
|
Support for `GIT_SSH` and `GIT_SSH_COMMAND` has been requested before for
|
||||||
various reasons. So I implemented that, which took 4 hours. (With one
|
various reasons. So I implemented that, which took 4 hours. (With one
|
||||||
little possible compatability caveat, since git-annex needs to pass the -n
|
little possible compatibility caveat, since git-annex needs to pass the -n
|
||||||
parameter to ssh sometimes, and git's interface doesn't allow for such a
|
parameter to ssh sometimes, and git's interface doesn't allow for such a
|
||||||
parameter.)
|
parameter.)
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ So, I decided to add a remote method to delete a directory, and make
|
||||||
git-annex keep track of when a directory in an export is empty, and delete
|
git-annex keep track of when a directory in an export is empty, and delete
|
||||||
it. While it does complicate the design some to need to do this, that seems
|
it. While it does complicate the design some to need to do this, that seems
|
||||||
better than complicating the implementation of remotes like webdav. And
|
better than complicating the implementation of remotes like webdav. And
|
||||||
some remotes may not have a `rmdir(2)` equivilant or a way to check if a
|
some remotes may not have a `rmdir(2)` equivalent or a way to check if a
|
||||||
directory is empty.
|
directory is empty.
|
||||||
|
|
||||||
Spent most of today implementing that, including some rather hairy
|
Spent most of today implementing that, including some rather hairy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue