diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-28 17:34:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-28 17:34:31 -0400 |
commit | dabfc455c678b073dadda41a4029493716e29c84 (patch) | |
tree | 55c3c892715513a1c9044bb85819e156d116bebd /debian/changelog | |
parent | fe4f1aae4b6c5fe3527f3e2462efac6e337f4978 (diff) |
clarify
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 76ee103d0..3f66190e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,8 @@ git-annex (0.10) UNRELEASED; urgency=low * 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. + the repository. (Had worked ok for ones like "*.mp3", but failed for + ones like "dir/*".) * fsck: Fix warning about not enough copies of a file, when locations are known, but are not available in currently configured remotes. * precommit: Optimise to avoid calling git-check-attr more than once. |