Skip to content

Releases: git-tfs/git-tfs

v0.19.1

20 Nov 08:43
Compare
Choose a tag to compare

Rebuild of v0.19.0, because 0.19.0 didn't include the right files.

v0.19.0

20 Nov 06:49
Compare
Choose a tag to compare

Full diff

0.18.0

26 Jul 15:10
Compare
Choose a tag to compare
  • Improve unshelve (#351)
  • Better support for running git-tfs in bare repositories (#353)
  • Use the saved author file for rcheckin (#366)
  • Add "except" to include an otherwise "ignored" file (#377)
  • Update libgit2sharp (#387)
  • Add a --nofetch option to the branch (#392) and init-branch (#379) commands
  • Reduce memory consumption during a fetch (#394)
  • Use only one workspace per fetch (rather than one workspace per changeset fetched) (#414)
  • Other fixes (#367, #376, #385, #389, #390, #397, #398, #400, #416)

Full diff

0.17.2

23 May 11:31
Compare
Choose a tag to compare
  • Use the git author as the TFS committer during git tfs rcheckin (#336) and git tfs rcheckin --quick (#357)
  • Improve temporary workspace handling (#328, #372)
  • Use libgit2sharp more and git-core less (#361)
  • Bug fix for bare repositories (#352)
  • Bug fix for crash during git tfs clone (#349)
  • Bug fix for VS2008 (#362)
  • Update libgit2sharp
  • Improved release process (#333, #340)

Full diff

v0.17.1

25 Mar 15:43
Compare
Choose a tag to compare
  • Fixed git tfs clone broken in some cases in 0.17 (#330)

0.17.0

22 Mar 02:14
Compare
Choose a tag to compare
  • 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)

0.16.1

19 Feb 23:16
Compare
Choose a tag to compare
  • Fixed git tfs unshelve (broken in 0.16.0) (#253).

0.16.0

08 Mar 12:59
Compare
Choose a tag to compare
  • 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)

v0.15.0

16 Jul 10:13
Compare
Choose a tag to compare
  • 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

v0.14.0

16 Jul 10:13
Compare
Choose a tag to compare
  • 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.