Catch up with current git behavior when both repo and repo.git exist; it seems it now prefers repo in this case, although historically it may have preferred repo.git.

This commit is contained in:
Joey Hess 2015-10-26 15:35:55 -04:00
parent 6e7eddb5d6
commit ef5496b8de
Failed to extract signature
2 changed files with 14 additions and 6 deletions

3
debian/changelog vendored
View file

@ -6,6 +6,9 @@ git-annex (5.20151020) UNRELEASED; urgency=medium
* enableremote: List uuids and descriptions of remotes that can be
enabled, and accept either the uuid or the description in leu if the
name.
* Catch up with current git behavior when both repo and repo.git exist;
it seems it now prefers repo in this case, although historically it may
have preferred repo.git.
-- Joey Hess <id@joeyh.name> Mon, 19 Oct 2015 17:00:21 -0400