diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-08 16:14:23 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-08 16:14:23 -0400 |
commit | 723246afab6fb3a9f2b4a0847111c2ed3f586fd2 (patch) | |
tree | c4e2c8b48a66add512b3b71954c5dc16fcc0bfa5 /debian | |
parent | d8394ede7b16d9aafcc19885f31d7935250a9bb6 (diff) |
add: If annex.largefiles is set and does not match a file that's being added, the file will be checked into git rather than being added to the annex. Previously, git annex add skipped over such files; this new behavior is more useful in direct mode.
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 624b8a413..519628d1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,10 @@ git-annex (5.20150406.2) UNRELEASED; urgency=medium (Second time's the charm..) * fromkey, registerurl: When reading from stdin, allow the filename and url, respectively, to contain whitespace. + * add: If annex.largefiles is set and does not match a file that's being + added, the file will be checked into git rather than being added to the + annex. Previously, git annex add skipped over such files; this new + behavior is more useful in direct mode. -- Joey Hess <id@joeyh.name> Mon, 06 Apr 2015 20:14:20 -0400 |