Direct download from the Microsoft Download center
http://download.microsoft.com/download/A/E/2/AE23B059-5727-445B-91CC-15B7A078A7F4/git-tf-2.0.2.20130214.zipNew Features:
- --mentions option - for Clone, Fetch and Pull. The --mentions option adds references in the commit comments for any work items linked to the corresponding TFVC changeset.
- Added the ability to opt-in/out (via config) on Git Meta Data being added to TFS Changeset comments, and defined --no-metadata as the default
- git.config - enable the saving of git-tf configuration parameters in the global git config file. With this change
- The 'git tf clone' command does not store in the local repository config file 'depth', 'tag', and 'include-metadata' parameters. The user has to configure them explicitly with 'git tf configure' or 'git config' commands.
- The 'git tf configure' command puts to the the local repository config file only the parameters explicitly specified by the user.
- The user has an ability to specify git-tf configuration parameters in a global .gitconfig file by using commands:
git config --global git-tf.depth {1|number} - where number is any positive number.
git config --global git-tf.tag {true|false}
git config --global git-tf.include-metadata {true|false}
In the similar way these parameters could be specified in the --system git configuration.
Major Bug Fixes:
- RenameEdit pending changes fixed
- Null exception in exception handler fixed
- The git-tf Bash script modified to fix the issue with spaces in TFS Team Project and target directory names when Git-TF is installed in the C:\Program Files... folder on Windows