Re: [PATCH] git-config --get-color: get configured color

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dan Zwell
Date: Wednesday, November 28, 2007 - 12:58 am

Junio C Hamano wrote:
Perhaps you could mention here that the second parameter is a normal 
string, not an ansi code? Just adding 'for example, "blue"' would 
probably help.

 > +RESET==$(git config --get-color "" "reset")

This is a typo, no?
+RESET=$(git config --get-color "" "reset")

Dan
-
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Add config_int() method to the Git perl module, Jakub Narebski, (Fri Nov 23, 11:04 am)
Re: [PATCH] Add config_int() method to the Git perl module, Junio C Hamano, (Fri Nov 23, 12:59 pm)
Re: [PATCH] Add config_int() method to the Git perl module, Wincent Colaiuta, (Fri Nov 23, 1:57 pm)
[PATCH] git-config --get-color: get configured color, Junio C Hamano, (Wed Nov 28, 12:20 am)
Re: [PATCH] git-config --get-color: get configured color, Dan Zwell, (Wed Nov 28, 12:58 am)