()
| 130 | } |
| 131 | |
| 132 | func currentRemoteRef() *git.Ref { |
| 133 | return git.NewRefUpdate(cfg.Git, cfg.PushRemote(), cfg.CurrentRef(), nil).RemoteRef() |
| 134 | } |
| 135 | |
| 136 | func buildFilepathFilter(config *config.Configuration, includeArg, excludeArg *string, useFetchOptions bool) *filepathfilter.Filter { |
| 137 | return buildFilepathFilterWithPatternType(config, includeArg, excludeArg, useFetchOptions, filepathfilter.GitIgnore) |
no test coverage detected