Twenga / twgit

Twgit is a free and open source assisting tools for managing features, hotfixes and releases on Git repositories. It provides simple, high-level commands to adopt the branching model describes in our documentation. Supported OS: Debian/Ubuntu Linux, Mac OS X 10.8 (Mountain Lion) or lower.
http://twgit.twenga.com/
Other
111 stars 34 forks source link

Slowdowns due to highlighting of text #57

Closed geoffroy-aubry closed 12 years ago

geoffroy-aubry commented 12 years ago

$ time twgit feature > /dev/null

real 0m0.783s user 0m0.068s sys 0m0.048s

geoffroy-aubry commented 12 years ago

$ time bash twgit feature > /dev/null

real 0m0.084s user 0m0.048s sys 0m0.008s