Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH v7 03/10] Add colors to interactive git-clean

From: Matthieu Moy <hidden>
Date: 2016-06-15 22:57:14

Jiang Xin [off-list ref] writes:
2013/5/13 Matthieu Moy [off-list ref]:
quoted
Jiang Xin [off-list ref] writes:
quoted
 * 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...)
quoted
+     if (!prefixcmp(var, "color.interactive.")) {
+             int slot = parse_clean_color_slot(var, 18);
For readability and maintainability: please use
strlen("color.interactive."), not 18.
Feel like conventional:

    git grep -C2 prefixcmp builtin/apply.c builtin/archive.c
builtin/branch.c builtin/checkout.c
I know there are already many instances of this in the code, but I don't
think it's a good idea to add even more.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help