Skip to content

Commit

Permalink
[REV] git packfile, avoid allocating in teeReader.ReadByte
Browse files Browse the repository at this point in the history
  • Loading branch information
barnett committed Apr 20, 2018
1 parent 7aac3a6 commit ca5a128
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/builder/sources/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestGitClone(t *testing.T) {
Branch: "master",
}
//logger := event.GetManager().GetLogger("system")
res, err := GitClone(csi, "/tmp/rainbonddoc", nil, 1)
res, err := GitClone(csi, "/tmp/rainbonddoc2", nil, 1)
if err != nil {
t.Fatal(err)
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca5a128

Please sign in to comment.