Cloning with rb-gateway is now done through a method.
Review Request #9369 — Created Nov. 18, 2017 and updated — Latest diff uploaded
I removed the cloning section of
util.go
and implemented it as
agit_repository.go
method instead.
A tester repository hosted on github was successfully cloned with
a call toClone
.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
git_repository.go |
---|
repository.go |
---|
util.go |
---|