diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-22 12:29:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-22 12:29:32 -0400 |
commit | 8ac4cd6904ca80a6d115f3ce2ade66495a77a45f (patch) | |
tree | 88610a8e4c8b5f71568f230d8e6303bc389c4a5e /debian | |
parent | e896c249fa876cbf6f281ce9e934bde6cb92e345 (diff) |
adjusted branches need git 2.2.0 or newer
When git-annex is used with a git version older than 2.2.0, disable support for
adjusted branches, since GIT_COMMON_DIR is needed to update them and was first
added in that version of git.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7dc48edee..accb890b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,11 +6,16 @@ git-annex (6.20160419) UNRELEASED; urgency=medium fixed to not hang when it cannot find locale files. * reinject: When src file's content cannot be verified, leave it alone, instead of deleting it. + * reinject: Added new mode which can reinject known files into the annex. + For example: git-annex reinject --known /mnt/backup/* * calckey: New plumbing command, calculates the key that would be used to refer to a file. * Fix bug that prevented annex.sshcaching=false configuration from taking effect when on a crippled filesystem. Thanks, divergentdave. * Isolate test suite from global git config settings. + * When git-annex is used with a git version older than 2.2.0, disable + support for adjusted branches, since GIT_COMMON_DIR is needed to update + them and was first added in that version of git. -- Joey Hess <id@joeyh.name> Tue, 19 Apr 2016 12:57:15 -0400 |