Fix handing of autocorrection when running outside a git repository.
Old behavior was to take the first fuzzy match. Now, it checks the globa git config, and runs the normal fuzzy handling, including failing to run a semi-random command by default.
This commit is contained in:
parent
6f80bacbf5
commit
4405650828
3 changed files with 10 additions and 6 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -6,6 +6,7 @@ git-annex (5.20140818) UNRELEASED; urgency=medium
|
|||
* When accessing a local remote, shut down git-cat-file processes
|
||||
afterwards, to ensure that remotes on removable media can be unmounted.
|
||||
Closes: #758630
|
||||
* Fix handing of autocorrection when running outside a git repository.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 19 Aug 2014 12:52:41 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue