Skip to content

Commit 8678551

Browse files
committed
Keep information about version supported
1 parent 2973907 commit 8678551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/09-git-and-other-scms/sections/client-tfs.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Git-tfs (found at https://github.com/git-tfs/git-tfs[]) is a .NET project, and (
1818
To work with Git repositories, it uses the .NET bindings for libgit2, a library-oriented implementation of Git which is highly performant and allows a lot of flexibility with the guts of a Git repository.
1919
Libgit2 is not a complete implementation of Git, so to cover the difference git-tfs will actually call the command-line Git client for some operations, so there are no artificial limits on what it can do with Git repositories.
2020
Its support of TFVC features is very mature, since it uses the Visual Studio assemblies for operations with servers.
21-
This does mean you'll need access to those assemblies, which means you need to install a recent version of Visual Studio (any edition, including Express), or the Visual Studio SDK.
21+
This does mean you'll need access to those assemblies, which means you need to install a recent version of Visual Studio (any edition since version 2010, including Express since version 2012), or the Visual Studio SDK.
2222

2323
Git-tf (whose home is at https://gittf.codeplex.com[]) is a Java project, and as such runs on any computer with a Java runtime environment.
2424
It interfaces with Git repositories through JGit (a JVM implementation of Git), which means it has virtually no limitations in terms of Git functions.

0 commit comments

Comments
 (0)