|
config := Config{base.RepoRootPath, "git", true, true, func(rpc string, input []byte) {
|
|
config := Config{base.RepoRootPath, "git", true, true, func(rpc string, input []byte) {
|
|
- firstLine := bytes.IndexRune(input, '\n')
|
|
+ firstLine := bytes.IndexRune(input, '\000')
|