diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-27 15:08:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-27 15:08:46 -0400 |
commit | e44c7d113605941285015f0953d1e8be562a848b (patch) | |
tree | d8b94fc1584b369199b45838a03aa3d945086d32 /doc/git-annex.mdwn | |
parent | 46f9525351e51f3cc3069181fae5f2ba22f869c1 (diff) |
update
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 03e6ce444..3c48e9dc3 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -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. |