Jiang Xin <[email protected]> writes:
> * color.interactive.<slot>: Use customized color for interactive
> git-clean output (like git add --interactive). <slot> may be
> prompt, header, help or error.
This should go to the documentation (a short summary is welcome in the
commit messages in addition, but users won't read this...)
> + if (!prefixcmp(var, "color.interactive.")) {
> + int slot = parse_clean_color_slot(var, 18);
For readability and maintainability: please use
strlen("color.interactive."), not 18.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html