Re: Ensimag students projects, version 2013
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:56:50
Ramkumar Ramachandra [off-list ref] writes:
A few small personal itches off the top of my head: - Make git status -s show "state status" as well: this essentially requires writing an equivalent of wt_status_print_state() for use in wt_shortstatus_print().
Do you mean, showing it in a natural language form, or machine-parsable? If the later, there was a patch series doing essentially this: http://thread.gmane.org/gmane.comp.version-control.git/209240 It doesn't seem to have been merged. Phil, what happened to it?
- Make the -s and -b switches in git status configuration variables. I currently have status aliased to status -sb, and this is less than ideal. - Make the -3 and -c switches in git am configuration variables. I have an alias.
Seems reasonable. Should be good technical warm-ups if people agree this is a good idea.
- Create an advice.ui (like color.ui) to turn off all advice. I don't need advice.
I tend to agree with you, but the idea has explicitly been rejected in the past. The problem with an option like this is that it would also disable the advices that may be added in the future. By letting people disable the advices one by one, people see new advices as they arrive. You may think of it like "do not show this message again" tickboxes in some graphical user interfaces. Too controversial area for newcommers I guess ;-). -- Matthieu Moy http://www-verimag.imag.fr/~moy/