protocol is one line response, not multiline

The privdata is shown, so contains no literal newlines, so that's ok.
This commit is contained in:
Joey Hess 2014-11-18 15:13:37 -04:00
parent dccdf0c0f0
commit 781e35a333
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ gitPushMarker :: String
gitPushMarker = "GITPUSH"
toMarked :: Marker -> String -> String
toMarked marker = intercalate "\n" . map (marker ++) . lines
toMarked marker = ++
fromMarked :: Marker -> Marked -> Maybe String
fromMarked marker s