diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-26 13:06:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-26 13:06:43 -0400 |
commit | 6cfae445899efcf58fb7ef10364123e1e4ef7ce9 (patch) | |
tree | 2a872b536bd57c895dc6d5b98655435450566209 /doc/assistant | |
parent | 55e00fb19be4ab6b52c51daadae6b1083780db68 (diff) |
webapp: When setting up a bare shared repository, enable non-fast-forward pushes.
Diffstat (limited to 'doc/assistant')
-rw-r--r-- | doc/assistant/release_notes.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/assistant/release_notes.mdwn b/doc/assistant/release_notes.mdwn index 1b1ece0a0..b7f61c373 100644 --- a/doc/assistant/release_notes.mdwn +++ b/doc/assistant/release_notes.mdwn @@ -1,3 +1,12 @@ +## 4.20131025 + +Note that all past versions of the assistant, when used to create a +git repository on a ssh server, set up the repository in a way that +prevents `git annex sync` from working (although the assistant can sync +with it). To fix this misconfiguration, you can ssh to the server +and run this command inside the bare git repository: +`git config receive.denyNonFastforwards false` + ## version 4.20131024 This version fixes several different bugs that could cause the webapp to |