Skip to content

Commit 3c5f211

Browse files
authored
Merge pull request #21 from rande/fix_githttp_zombie_process
fix(git): remove zombie git subprocess (temporary fork)
2 parents 77d927d + c6bbdfe commit 3c5f211

File tree

2 files changed

+38
-35
lines changed

2 files changed

+38
-35
lines changed

glide.lock

Lines changed: 35 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ import:
3131
subpackages:
3232
- context
3333
- package: github.com/AaronO/go-git-http
34-
testImport:
34+
version: fix_remaining_git_process
35+
repo: https://github.com/rande/go-git-http.git
36+
vcs: git
3537
- package: github.com/stretchr/testify
3638
version: ^1.1.3
3739
subpackages:

0 commit comments

Comments
 (0)