git-tfs icon indicating copy to clipboard operation
git-tfs copied to clipboard

A Git/TFS bridge, similar to git-svn

Results 153 git-tfs issues
Sort by recently updated
recently updated
newest added

When cloning a (very old, 178k + changesets) repo, we use "-c" to not include changesets older than about 18 months. In this case, should a file be last changed...

bug :bug:

Hi there, I am facing an issue while trying to clone a TFVC repo from a TFS server using git-tfs, and was hoping to get some help in debugging/fixing it....

I am migrating a repo with [git-tfs v.29.0](https://github.com/git-tfs/git-tfs/tree/v0.29.0) and the process always hangs in the following call: https://github.com/git-tfs/git-tfs/blob/57a37c2a39b2e774419c36059cb82267a4d1c051/src/GitTfs/Core/GitTfsRemote.cs#L828 Do you have a clue what might be the cause and/or can...

When i try to clone the branch that was once deleted, but recreated sometime later, my git repo contains history up untill the first deletion. Git-Tfs does not fetch more...

I'm running v0.28 with TFS client library 14.0.0.0 (64-bit) and encountered the following. Assume i'm trying to clone $/myproduct/Trunk. This is actually a rename of an older $/myproduct/Core/BranchMain (which has...

git tfs info: git version 2.16.0.windows.2 git-tfs version 0.28.15.0 (TFS client library 14.0.0.0 (MS)) (64-bit) C:\Tool\GitTfs\git-tfs.exe Note: If you want to force git-tfs to use another version of the tfs...

Right now, especially when trying to clone a TFVC source-tree which has lots of re-parented branches, Git-TFS trips out quite a few times, needing help to identify last common commit:...

wishlist :gift:

Git notes have a nice feature of having one-way relationship with objects they are attached to. In the context of git-tfs, this means that: - checkins will not affect Git...

wishlist :gift:

Version 0.25.1.0 A couple of months ago, we've merged our Dev branch to P2. We worked on both P2 and Dev. Then, we merged P2 back to Dev, and then...

I'm currently trying to convert a lot of TFVC repository to Git. While it works for all "classic" repositories, repositories with renamed branches doesn't work. I have issues with a...