forked from git-tfs/git-tfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Change history
pmiossec edited this page Apr 5, 2013
·
5 revisions
- Fixed
git tfs clone
broken in some cases in 0.17 (#330)
- branch
- labels (#256)
- git tfs pull --rebase (#254)
- git tfs clone --with-branches (#255)
- unicode support (#204)
- Use a custom workspace (#266)
- Clean workspaces directory (#269)
- Add a note on the commit to keep trace of the workitems (#276)
- Remove orphan folders (except in specific cases) (#323)
- Fixed
git tfs unshelve
(broken in 0.16.0) (#253).
- init-branch!! (#232)
- Faster clone (#226) and quick-clone.
- Add
git tfs info
(#219) - Better metadata processing during rcheckin: remove the flags (#237), ignore whitespace (#238), add
git-tfs-force:
reason (#219). - Always use CRLF in TFS checkin comments (#239)
- Checkin notes (#245)
- Use authors file more, and save it so you don't have to tell git-tfs about it every time you need it. (#252)
- Use libgit2sharp.
- Add default comment for shelves (#187)
- Add support for files with international characters (#200)
- Fix the mixed case problem (once and for all?) (#213)
- Add support for authors file
- Set up CI with travis and teamcity
- Fixed a bug in shelve (#133).
- Fixed rename problem in checkintool (#148).
- Fixed shelve -f (#157).
- Fixed (or unfixed) case sensitivity (#159).
- When a git subprocess exits with error, show the return/error code (#151).
- Add support for VS11.
...
- Fixed: 'TF14045: The identity MYDOMAIN\John Doe is not a recognized identity' (#76, #81)
- Fixed: exception on unshelve if some items was renamed (#77)
- Fixed: rare problem when TFS' mixed mode assemblies cannot be loaded correctly (#93)
- Some fixes for Unicode filenames and TFS usernames (#80)
- git-tfs exit codes are now positive
- git-tfs cleans up files if clone command resulted in exception (#94)
- Restored VS2008 functionality (#99)