Bugfix: Always correctly handle gitattributes when in a subdirectory of the repository.

This commit is contained in:
Joey Hess 2010-11-28 17:17:18 -04:00
parent 52ec6e748d
commit abf084f628
3 changed files with 31 additions and 17 deletions

2
debian/changelog vendored
View file

@ -3,6 +3,8 @@ git-annex (0.10) UNRELEASED; urgency=low
* precommit: Optimise to avoid calling git-check-attr more than once.
* In .gitattributes, the git-annex-numcopies attribute can be used
to control the number of copies to retain of different types of files.
* Bugfix: Always correctly handle gitattributes when in a subdirectory of
the repository.
-- Joey Hess <joeyh@debian.org> Sun, 28 Nov 2010 14:19:15 -0400