Merge branch 'maint'
* maint: GIT 1.6.4.3 svn: properly escape arguments for authors-prog http.c: remove verification of remote packs grep: accept relative paths outside current working directory grep: fix exit status if external_grep() punts Conflicts: GIT-VERSION-GEN RelNotes
This commit is contained in:
@ -2836,6 +2836,7 @@ sub other_gs {
|
||||
|
||||
sub call_authors_prog {
|
||||
my ($orig_author) = @_;
|
||||
$orig_author = command_oneline('rev-parse', '--sq-quote', $orig_author);
|
||||
my $author = `$::_authors_prog $orig_author`;
|
||||
if ($? != 0) {
|
||||
die "$::_authors_prog failed with exit code $?\n"
|
||||
|
Reference in New Issue
Block a user