summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-12 13:22:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-12 13:22:16 -0400
commit3724344461d50a606419bd483a5513c0a139f43e (patch)
treec4193ef1d3715761a3b6ede1abe5f32a952923ff /debian
parent6e08bf96336a6beee233e0dfa60728e3f6983334 (diff)
SHA256E is new default backend
The default backend used when adding files to the annex is changed from SHA256 to SHA256E, to simplify interoperability with OSX, media players, and various programs that needlessly look at symlink targets. To get old behavior, add a .gitattributes containing: * annex.backend=SHA256
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b0dd0d24d..f35b0e05d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ git-annex (3.20120826) UNRELEASED; urgency=low
as well as automatically syncing file contents between repositories.
* webapp: New command (and FreeDesktop menu item) that allows managing
and configuring the assistant in a web browser.
+ * The default backend used when adding files to the annex is changed
+ from SHA256 to SHA256E, to simplify interoperability with OSX, media
+ players, and various programs that needlessly look at symlink targets.
+ To get old behavior, add a .gitattributes containing: * annex.backend=SHA256
* init: If no description is provided for a new repository, one will
automatically be generated, like "joey@gnu:~/foo"
* test: Set a lot of git environment variables so testing works in strange