diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-05 14:24:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-05 14:24:28 -0400 |
commit | 83c6fbde28cb25f377bd37d0eedde52c87874052 (patch) | |
tree | 5227c2e22bcf95dd6ca97833772ae1e8df042930 /debian | |
parent | e96c613c026c2d0bd6cce7210b058533d3ce972c (diff) |
support direct mode repositories with core.bare=true (not yet default)
Direct mode repositories can now have core.bare=true set, to prevent
accidentally running git commands that try to operate on the work tree,
and so do the wrong thing.
This is not yet the default, and it causes known problems for git-annex sync
due to receive.denyCurrentBranch not working in bare repositories.
This commit was sponsored by Richard Hartmann.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3d5e9a394..aba80a344 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,10 @@ git-annex (4.20131102) UNRELEASED; urgency=low + * Direct mode repositories can now have core.bare=true set, to prevent + accidentally running git commands that try to operate on the work tree, + and so do the wrong thing. + * The -c option now not only modifies the git configuration seen by + git-annex, but it is passed along to every git command git-annex runs. * Improve local pairing behavior when two computers both try to start the pairing process separately. * sync: Work even when the local git repository is new and empty, @@ -12,8 +17,6 @@ git-annex (4.20131102) UNRELEASED; urgency=low * Fix zombie process that occurred when switching between repository views in the webapp. * map: Work when there are gcrypt remotes. - * The -c option now not only modifies the git configuration seen by - git-annex, but it is passed along to every git command git-annex runs. -- Joey Hess <joeyh@debian.org> Sat, 02 Nov 2013 14:54:36 -0400 |