1
0
mirror of https://github.com/git/git.git synced 2024-10-05 17:22:02 +02: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

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