| 35 | ) |
| 36 | |
| 37 | type gitRef struct { |
| 38 | format string |
| 39 | path string |
| 40 | gitScheme GitScheme |
| 41 | gitName git.Name |
| 42 | depth uint32 |
| 43 | recurseSubmodules bool |
| 44 | subDirPath string |
| 45 | filter string |
| 46 | } |
| 47 | |
| 48 | func newGitRef( |
| 49 | format string, |
nothing calls this directly
no outgoing calls
no test coverage detected