Files
git-tfs/doc/release-notes/NEXT.md
T
Philippe Miossec 322c55dbb4 Being able to clone sub branches and use of --with-branches option
We are now, not obliged to clone the trunk to use the `--with-branches` option!
That way the sub branch will be cloned (with all the branches merged into it)
 and all its children branches will be initialized after.

There is no more technical reasons that prevent cloning a sub branch...

Solve https://groups.google.com/forum/#!topic/git-tfs-dev/XndbEXRcx1M
2014-12-26 19:25:32 +01:00

421 B

  • Support renamed tfs branches, baseless merge and automatic branch initialisation when encounter merge changeset(#480)
  • Being able to clone a Tfs subbranch with --with-branches option (#703)
  • Add --force to unshelve command (#636)
  • Add --batch-size to let the user specify the number of changesets fetched at the same time (for big history and big changesets) (#639)
  • Being able to clone TFS path "$/" (#662)