Merge branch 'maint'
* maint: add -p: warn if only binary changes present git-archive: work in bare repos git-svn: change dashed git-config to git config
This commit is contained in:
@ -1191,7 +1191,7 @@ sub read_repo_config {
|
||||
my $v = $opts->{$o};
|
||||
my ($key) = ($o =~ /^([a-zA-Z\-]+)/);
|
||||
$key =~ s/-//g;
|
||||
my $arg = 'git-config';
|
||||
my $arg = 'git config';
|
||||
$arg .= ' --int' if ($o =~ /[:=]i$/);
|
||||
$arg .= ' --bool' if ($o !~ /[:=][sfi]$/);
|
||||
if (ref $v eq 'ARRAY') {
|
||||
|
Reference in New Issue
Block a user