On Sun, 2006-07-23 05:24:18 -0400, Jeff King <peff@peff.net> wrote: > @@ -33,7 +24,8 @@ static char diff_colors[][24] = { > "\033[1m", /* bold */ > "\033[36m", /* cyan */ > "\033[31m", /* red */ > - "\033[32m" /* green */ > + "\033[32m", /* green */ > + "\033[33m" /* yellow */ > }; > > static int parse_diff_color_slot(const char *var, int ofs) If people only were used to *always* place a comma behind the last array element, the diff would be shorter by one line each time... MfG, JBG -- Jan-Benedict Glaw jbglaw@lug-owl.de +49-172-7608481 Signature of: ...und wenn Du denkst, es geht nicht mehr, the second : kommt irgendwo ein Lichtlein her. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2.1.8 : 2006-07-23 21:25:29 EST