Browse Source
The local part of the third argument of git-request-pull is used in a regular expression without quoting it. Use qr{} and \Q\E to ensure that e.g. a period in a tag name does not match any character on the remote side. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Paolo Bonzini
6 years ago
committed by
Junio C Hamano
2 changed files with 20 additions and 3 deletions
Loading…
Reference in new issue