Browse Source

Merge branch 'lt/config'

* lt/config:
maint
Junio C Hamano 19 years ago
parent
commit
3adac0afe2
  1. 1
      repo-config.c

1
repo-config.c

@ -64,7 +64,6 @@ static int show_config(const char* key_, const char* value_) @@ -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_);

Loading…
Cancel
Save