jbrukh / ggit

ggit
17 stars 2 forks source link

Move ggit onto a proper command suite. #7

Closed jbrukh closed 11 years ago

jbrukh commented 11 years ago

Jordan isolated the code for command suites in his Github project here: https://github.com/jordanorelli/multicommand

This implementation is based on the implementation of the Go command. While making this change, it is going to be important to think about how people that will be using ggit to implement a legit-like system (http://www.git-legit.org/) will be able to extend the ggit command suite.

jbrukh commented 11 years ago

Please add commands to builtin/ directory and follow lead of cat_file.go.