Documentation
¶
Index ¶
- func BranchRename(name string) error
- func BranchTime(name string) (int, error)
- func ConfigBranchRemote(branch string) string
- func Delivered(info *BranchInfo, remote string) (localBranches []string, remoteBranches []string)
- func Ready(info *BranchInfo, remote string, prefix string) (remoteBranches []string)
- type BranchInfo
- type Git
- func (os *Git) Add(argv ...string) (string, error)
- func (os *Git) Branch(argv ...string) (string, error)
- func (os *Git) CheckOut(argv ...string) (string, error)
- func (os *Git) Commit(argv ...string) (string, error)
- func (os *Git) Config(argv ...string) (string, error)
- func (os *Git) Fetch(argv ...string) (string, error)
- func (os *Git) LSRemote(argv ...string) (string, error)
- func (os *Git) Merge(argv ...string) (string, error)
- func (os *Git) Pull(argv ...string) (string, error)
- func (os *Git) Push(argv ...string) (string, error)
- func (os *Git) Status(argv ...string) (string, error)
- type RemoteInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BranchRename ¶
DEPRECETED SECTION - USE GIT BranchRename ...
func ConfigBranchRemote ¶
ConfigBranchRemote ... use setting.Project setting to get remote in stead Deprecated
Types ¶
type BranchInfo ¶
BranchInfo ...
type Git ¶
type Git struct {
Run executor.GitCommandRunner
}
Git ... Git object for execution operations on the local git installation
type RemoteInfo ¶
RemoteInfo ...
func OrgAndRepo ¶
func OrgAndRepo(url string) *RemoteInfo
OrgAndRepo ... Expects input from LSRemote
func Remote ¶
func Remote() (*RemoteInfo, error)
-------------------------------- DEPRECATED SECTION --------------------------------------------------- Remote Deprecated
Click to show internal directories.
Click to hide internal directories.