(r GitRepository)
| 25 | GetLastCommitMessage(r GitRepository) (msg string, err error) |
| 26 | GetLastCommitHash(r GitRepository) (hash string, err error) |
| 27 | GetLastRemoteCommitHash(r GitRepository) (hash string, err error) |
| 28 | GetRemoteBranches(r GitRepository) ([]string, error) |
| 29 | } |
| 30 |
no outgoing calls
no test coverage detected