convert git config reading to use hGetLineUntilExitOrEOF
authorJoey Hess <joeyh@joeyh.name>
Thu, 19 Nov 2020 19:34:26 +0000 (15:34 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 19 Nov 2020 19:38:43 +0000 (15:38 -0400)
commit66497d39b3bbbc564c8f521501dc6bf8b7ad2f68
tree05ab82024a865d47e6b4b6f20db173cd79d69d52
parent04dca96710d505783871b0a3a65891891bcfa761
convert git config reading to use hGetLineUntilExitOrEOF

Much nicer than the old hack of waiting for a few seconds for stderr to be read.
Git/Config.hs
Remote/GCrypt.hs