Files
git-tfs/doc/what-1.0-means.md
Matt Burke b9265d0e97 Updated links.
* All file names are lowercase.
* All command docs are in the `commands/` directory.
* A couple of useless files are gone.
2013-06-03 10:57:51 -04:00

509 B

Here are some things we might want to do before 1.0:

  • (required) replace (some of Process.Start and GitSharp) with LibGit2Sharp.
  • (desired) speed up fetch/clone, possibly with a multi-argument form of Workspace.Get.
  • (desired) use git-config to set command line options. For example, instead of git tfs checkin --no-build-default-comment, a user might be able to git config tfs.builddefaultcomment=false to get the same behavior.

Feel free to pull other things in from the Wishlist.