initremote: Automatically describe a remote when creating it.

This ensures that all special remotes show up in git annex status.
Before, a special remote that was not manually described, and was not
a current git remote, did not show up there, although initremote did list
it.
This commit is contained in:
Joey Hess 2012-06-07 11:16:48 -04:00
parent 8408a91082
commit 4d1c114e4d
3 changed files with 5 additions and 5 deletions

1
debian/changelog vendored
View file

@ -2,6 +2,7 @@ git-annex (3.20120606) UNRELEASED; urgency=low
* add: Prevent (most) modifications from being made to a file while it
is being added to the annex.
* initremote: Automatically describe a remote when creating it.
-- Joey Hess <joeyh@debian.org> Tue, 05 Jun 2012 20:25:51 -0400