diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-07 17:13:50 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-07 17:13:50 -0400 |
commit | 986b2eb33a8a973cc0690e4dfed0f5b50d0719f9 (patch) | |
tree | 519bb536f18287c8be890aaad6e6ef93639c8825 /debian | |
parent | cfb055f838da0c51a50224bf759b42fb263dcfec (diff) |
unused: --used-refspec can now be configured to look at refs in the reflog. This provides a way to not consider old versions of files to be unused after they have reached a specified age, when the old refs in the reflog expire.
May be slow.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 12af1736b..40ec4d300 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,10 @@ git-annex (5.20150618) UNRELEASED; urgency=medium link to annexed content. * sync: When annex.autocommit=false, avoid making any commit of local changes, while still merging with remote to the extent possible. + * unused: --used-refspec can now be configured to look at refs in the + reflog. This provides a way to not consider old versions of files to be + unused after they have reached a specified age, when the old refs in + the reflog expire. -- Joey Hess <id@joeyh.name> Thu, 02 Jul 2015 12:31:14 -0400 |