| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| GitTfs-0.33.0.zip | 2024-03-01 | 45.0 MB | |
| README.md | 2024-03-01 | 1.7 kB | |
| v0.33.0 source code.tar.gz | 2024-03-01 | 480.0 kB | |
| v0.33.0 source code.zip | 2024-03-01 | 614.5 kB | |
| Totals: 4 Items | 46.1 MB | 1 | |
- Keep already committed files (e.g.
.gitignore) when cloning with--changeset(#1382 by @boogisha) - Correct WorkItem URL in the changeset metadata (#1396 by @siprbaum)
- Fix a rare error fetching the workitems associated to a changeset (#1395 @drolevar)
- Remove support for TFS 2008 (#1397 @siprbaum)
- Fix [#1398]: no automatic line ending conversion when git tfs clone was called with a
--gitignoreparameter (#1399 by @siprbaum) - Speed up git-tfs startup time by removing a useless
git rev-parse --show-prefixinvocation. In addition, make a lot of small internal cleanups eliminating dead code (#1400 by siprbaum) - Added support for TFS 2022 (#1406)
- Fix rare crash when checkin policy support as enabled (#1408 by @siprbaum)
- Add support for git-init's --initial-branch option and make git-tfs agnostic with respect to initial branch names (#1405 by @fineol)
- Fix issue [#1409]: cloning a TFS project whose first changeset is a rename quietly
fails if you specify the
--gitignoreoption (#1412 by @fineol) - Don't authenticate again if the TFS server hasn't changed between the TFS remotes (#1424 by @ckorn)
- Add support for reading the remotes to delete in
git-tfs branchfrom a file (#1425 by @ckorn) - Remove leftover
--no-metadataargument from documentation, as feature is gone since v0.17.0 (#1447 by @siprbaum) - Add logging of conflicts for merge operation (#1448 by @idealist1508)
- Fix rare issue when a TFS changeset shall be assigned to multiple commits (#1469 @cdrfun)
- Add PAT authentication support through
GIT_TFS_PATenvironment variable (#1476 by @ryancdotnet)