1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-02 15:28:21 +01:00

Merge branch 'lt/config'

* lt/config:
This commit is contained in:
Junio C Hamano 2006-05-15 18:12:57 -07:00
commit 3adac0afe2

View file

@ -64,7 +64,6 @@ static int show_config(const char* key_, const char* value_)
static int get_value(const char* key_, const char* regex_) static int get_value(const char* key_, const char* regex_)
{ {
int i;
char *tl; char *tl;
key = strdup(key_); key = strdup(key_);