git-agent/src/main/java/jetbrains/buildServer/buildTriggers/vcs/git/agent/UpdaterWithAlternates.java [31:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                               @NotNull AgentPluginConfig pluginConfig,
                               @NotNull MirrorManager mirrorManager,
                               @NotNull SmartDirectoryCleaner directoryCleaner,
                               @NotNull GitFactory gitFactory,
                               @NotNull AgentRunningBuild build,
                               @NotNull VcsRoot root,
                               @NotNull String version,
                               @NotNull File targetDir,
                               @NotNull CheckoutRules rules,
                               @NotNull CheckoutMode mode,
                               @NotNull SubmoduleManager submoduleManager,
                               @NotNull AgentTokenStorage tokenStorage,
                               @NotNull LenientSystemReader systemReader) throws VcsException {
    super(fs, pluginConfig, mirrorManager, directoryCleaner, gitFactory, build, root, version, targetDir, rules, mode, submoduleManager, tokenStorage, systemReader);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



git-agent/src/main/java/jetbrains/buildServer/buildTriggers/vcs/git/agent/UpdaterWithMirror.java [50:63]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                           @NotNull AgentPluginConfig pluginConfig,
                           @NotNull MirrorManager mirrorManager,
                           @NotNull SmartDirectoryCleaner directoryCleaner,
                           @NotNull GitFactory gitFactory,
                           @NotNull AgentRunningBuild build,
                           @NotNull VcsRoot root,
                           @NotNull String version,
                           @NotNull File targetDir,
                           @NotNull CheckoutRules rules,
                           @NotNull CheckoutMode mode,
                           @NotNull SubmoduleManager submoduleManager,
                           @NotNull AgentTokenStorage tokenStorage,
                           @NotNull LenientSystemReader systemReader) throws VcsException {
    super(fs, pluginConfig, mirrorManager, directoryCleaner, gitFactory, build, root, version, targetDir, rules, mode, submoduleManager, tokenStorage, systemReader);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



