diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-20 18:53:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-20 18:53:04 -0400 |
commit | 640a888d370ea6950d5f5236463d8e76a0002b0c (patch) | |
tree | 9a8ca50fe16c301cbfd9b9650a659460b1a90a8a /debian | |
parent | 5e12578835fe7079bead8ec6bea02ded5f405eb1 (diff) |
webapp: Don't default to making repository in cwd when started from within a directory containing a git-annex file (eg, standalone tarball directory).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2d8785f25..e11d5ab88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,10 @@ git-annex (4.20130418) UNRELEASED; urgency=low * assistant: Work around misfeature in git 1.8.2 that makes `git commit --alow-empty -m ""` run an editor. - * Install FDO desktop menu file when webapp is started in standalone mode. + * webapp: Install FDO desktop menu file when started in standalone mode. + * webapp: Don't default to making repository in cwd when started + from within a directory containing a git-annex file (eg, standalone + tarball directory). -- Joey Hess <joeyh@debian.org> Thu, 18 Apr 2013 16:22:48 -0400 |