diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-06 14:09:24 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-06 14:09:54 -0400 |
commit | 2ea34c47dd9819111f3cbaa2ce848581d286c05c (patch) | |
tree | b3cc25b3b1c4e8d591394fa0d14817d4cae4424b /debian/changelog | |
parent | 83d0d7b74894be4ef8a655478deb106177839b1c (diff) |
bugfix: Pass --full-tree when using git ls-files to get a list of files on the git-annex branch, so it works when run in a subdirectory. This bug affected git-annex unused, and potentially also transitions running code and other things.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 795921a9e..51ff7fe14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,10 @@ git-annex (5.20150618) UNRELEASED; urgency=medium * Brought back the setkey plumbing command that was removed in 2011, since we found a use case for it. Note that the command's syntax was changed for consistency. + * bugfix: Pass --full-tree when using git ls-files to get a list of files + on the git-annex branch, so it works when run in a subdirectory. + This bug affected git-annex unused, and potentially also transitions + running code and other things. -- Joey Hess <id@joeyh.name> Thu, 02 Jul 2015 12:31:14 -0400 |