summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules2
-rw-r--r--doc/git-annex.mdwn4
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.