doc: perl -p -i -e s/certianly/certainly/

This commit is contained in:
Richard Hartmann 2013-11-25 21:40:19 +01:00
parent 95221c7252
commit be43bb8f70
48 changed files with 48 additions and 48 deletions

View file

@ -4,7 +4,7 @@
subject="comment 8"
date="2011-12-19T18:29:01Z"
content="""
I don't mind changing the behavior of git-annex sync, certianly..
I don't mind changing the behavior of git-annex sync, certainly..
Looking thru git's documentation, I found some existing configuration that could be reused following your idea.
There is a remote.name.skipDefaultUpdate and a remote.name.skipFetchAll. Though both have to do with fetches, not pushes.