Fix bug that caused bad information to be written to the git-annex branch when running describe or other commands with a remote that has no uuid.

Still need to fix crash caused by the bad info.
This commit is contained in:
Joey Hess 2013-11-09 13:37:30 -04:00
parent f3c714293a
commit 46cf00ffd8
2 changed files with 15 additions and 7 deletions

2
debian/changelog vendored
View file

@ -22,6 +22,8 @@ git-annex (5.20131102) UNRELEASED; urgency=low
* Include ssh-keygen in standalone bundle.
* Allow optionally configuring git-annex with -fEKG to enable awesome
remote monitoring interfaceat http://localhost:4242/
* Fix bug that caused bad information to be written to the git-annex branch
when running describe or other commands with a remote that has no uuid.
-- Joey Hess <joeyh@debian.org> Wed, 06 Nov 2013 16:14:14 -0400