b9265d0e97
* All file names are lowercase. * All command docs are in the `commands/` directory. * A couple of useless files are gone.
509 B
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-configto set command line options. For example, instead ofgit tfs checkin --no-build-default-comment, a user might be able togit config tfs.builddefaultcomment=falseto get the same behavior.
Feel free to pull other things in from the Wishlist.