Konstantin Polyzois

Results 3 comments of Konstantin Polyzois

There might be a workaround that could work for "lighter" clones. That is the full history will not be available If possible start the clone after the initial "reused" branch...

No luck for my real project, that actually contains multiple renames. I think there are two issues at play here. One for renames as @Sterbsli points out and the other...

I would be very happy if someone explained the purpose of this (https://github.com/git-tfs/git-tfs/blob/9399d4dd08976a2f654fe3089ff9fb189c036058/GitTfs.VsCommon/TfsHelper.Common.cs#L316) ``` if (renameFromBranch != null) GetRootChangesetForBranch(rootBranches, renameFromBranch); ``` This is causing my problems for renaming (branches have...