forked from git-tfs/git-tfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Wishlist
spraints edited this page Mar 29, 2011
·
16 revisions
Here are some things I'd like to do with git-tfs:
- Figure out what 1.0 means and get there.
- Use a newer build of henon/gitsharp to fix the out of memory problem.
- Try using nulltoken/libgit2sharp for git stuff
- Clean up the object model.
- Translate TFS branches into git branches.
- Faster import (clone and/or quick-clone)
- git-fast-import?
- TFS get specific version, then add?
-
git tfs pull
should check for dirty workspace before merging, or otherwise work more like a normalgit pull
for non-happy-path situations.