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

Allow to parameter the default rendering of twgit feature list and the like #84

Closed geoffroy-aubry closed 11 years ago

geoffroy-aubry commented 11 years ago

For example, set -c as a default parameter…

chemidy commented 11 years ago

Add new parameter : TWGIT_DEFAULT_RENDERING_OPTION

You can choose defaul rendering in this list ('','c','x'), '' => Verbose, c => compact, x => eXtremely compact

Only a simple change in the function process_options used everywhere, i add the value of TWGIT_DEFAULT_RENDERING_OPTION parameter in FCT_OPTIONS.

Enjoy.

geoffroy-aubry commented 11 years ago

Hello, if you add #<issue> in commit messages, then related commits appear here (as with Redmine) ^^

geoffroy-aubry commented 11 years ago

Thank you for commit :-) But process_options() function was a unit tested function. You see that with @testedby annotation. Please do not push any commit with improper @testedby annotation.

All the code uses 4 spaces for indentation level. Please repsect this: inc/options_handler.inc.sh:70

Having said this, i am grateful for your commits :-)