forked from git-tfs/git-tfs
-
Notifications
You must be signed in to change notification settings - Fork 0
What 1.0 means
sc68cal edited this page Jul 30, 2012
·
4 revisions
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 ofgit tfs checkin --no-build-default-comment
, a user might be able togit config tfs.builddefaultcomment=false
to get the same behavior.
Feel free to pull other things in from the Wishlist.