From f8bc2d159eb00c273d7b967c096589d3b62b2161 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Jul 2015 13:20:57 -0400 Subject: [PATCH] clarify --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c4b2539499..5ffbcf4de5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,7 +17,8 @@ git-annex (5.20150618) UNRELEASED; urgency=medium This bug affected git-annex unused, and potentially also transitions running code and other things. * Support git's undocumented core.sharedRepository=2 value, which - is equivilant to "world". + is equivilant to "world", and is set when a repo was created using + git init --shared=world. * On linux, pass --as-needed to linker to avoid linking with unused shared libraries including libyaml.