This commit is contained in:
Joey Hess 2010-10-27 15:08:46 -04:00
parent 46f9525351
commit e44c7d1136
2 changed files with 3 additions and 3 deletions

2
debian/rules vendored
View file

@ -4,4 +4,4 @@
# Not intended for use by anyone except the author.
announcedir:
@echo ${HOME}/src/joeywiki/code/git-annex/news
@echo ${HOME}/src/git-annex/doc/news

View file

@ -172,7 +172,7 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
Specifies a git repository that content will be sent to.
It should be specified using the name of a configured git remote.
## CONFIGURATION
# CONFIGURATION
Like other git commands, git-annex is configured via `.git/config`.
@ -188,7 +188,7 @@ Like other git commands, git-annex is configured via `.git/config`.
repositories. Note that other factors may be configured when pushing
files to repositories, in particular, whether the repository is on
a filesystem with sufficient free space.
* `remote.<name>.annex-ignore` -- If set to "true", prevents git-annex
* `remote.<name>.annex-ignore` -- If set to `true`, prevents git-annex
from ever using this remote.
* `remote.<name>.annex-uuid` -- git-annex caches UUIDs of repositories
here.