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 | |
parent | 46f9525351e51f3cc3069181fae5f2ba22f869c1 (diff) |
update
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | doc/git-annex.mdwn | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index e0a209a72..9079120a8 100755 --- a/debian/rules +++ b/debian/rules @@ -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 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. |