Fix inconsistent function call in Submodule. #167

Merged
calavera merged 4 commits from fix_git_submodules into master 2015-01-09 03:21:20 -06:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit ea7f567756 - Show all commits

View File

@ -15,7 +15,6 @@ import (
type SubmoduleUpdateOptions struct { type SubmoduleUpdateOptions struct {
*CheckoutOpts *CheckoutOpts
*RemoteCallbacks *RemoteCallbacks
Version uint64
CloneCheckoutStrategy CheckoutStrategy CloneCheckoutStrategy CheckoutStrategy
Signature *Signature Signature *Signature
} }