summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--doc/bugs/network_remotes.mdwn2
-rw-r--r--doc/git-annex.mdwn2
3 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3d791ffe5..68f9f02cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ git-annex (0.02) UNRELEASED; urgency=low
* New fromkey subcommand, for registering urls, etc.
* Can scp annexed files from remote hosts, and check remote hosts for
file content when dropping files.
+ * Add remote.annex-ignore git config setting to allow completly disabling
+ a given remote.
-- Joey Hess <joeyh@debian.org> Thu, 21 Oct 2010 16:38:00 -0400
diff --git a/doc/bugs/network_remotes.mdwn b/doc/bugs/network_remotes.mdwn
index be43ee20b..42efa832f 100644
--- a/doc/bugs/network_remotes.mdwn
+++ b/doc/bugs/network_remotes.mdwn
@@ -1,3 +1,5 @@
Support for remote git repositories (ssh:// specifically can be made to
work, although the other end probably needs to have git-annex
installed..)
+
+[[done]], at least get and put work..
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index a7c6b9e48..37100fcee 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -92,7 +92,7 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
* init description
- Initializes git-annex with a descripotion of the git repository.
+ Initializes git-annex with a description of the git repository.
This is an optional, but recommended step.
* unannex [path ...]