8000 Fix [CAUTION] usage format and warning during build by Morganov · Pull Request #1361 · progit/progit2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix [CAUTION] usage format and warning during build #1361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/09-git-and-other-scms/sections/client-tfs.asc
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Its support of TFVC features is very mature, since it uses the Visual Studio ass
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.

[CAUTION]
----
====
Git-tf is End-of-Life (EOL), it will not get any updates.
It is also no longer supported by Microsoft.
----
====

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