remove note about git-daemon bug
authorJoey Hess <joey@kitenet.net>
Mon, 30 Aug 2010 21:23:13 +0000 (17:23 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 30 Aug 2010 21:24:00 +0000 (17:24 -0400)
Seems to be fixed with git 1.7.1

doc/tips/untrusted_git_push.mdwn

index 3573a0ddf9be1f23455a112a482132f57db9256c..b74e0e9d9fecbfaec663602851efd80847da30bd 100644 (file)
@@ -112,11 +112,3 @@ abort the push before refs are updated. However, the changeset will still
 be present in your repository, wasting space. Since nothing refers to it,
 it will be expired eventually. You can speed up the expiry by running `git
 prune`.
-
-When aborting a push, ikiwiki displays an error message about why it didn't
-accept it. If using git over ssh, the user will see this error message,
-which is probably useful to them. But `git-daemon` is buggy, and hides this
-message from the user. This can make it hard for users to figure out why
-their push was rejected. (If this happens to you, look at "'git log --stat
-origin/master..`" and think about whether your changes would be accepted
-over the web interface.)