Skip to content
Snippets Groups Projects
Commit 5f944176 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'pw/add-p-single'

Hotfix.

* pw/add-p-single:
  add -p: fix 2.17.0-rc* regression due to moved code
parents c2a499e6 fd2fb4aa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1564,7 +1564,7 @@ sub patch_update_file {
error_msg __("No other hunks to search\n");
next;
}
if ($1 eq "") {
if ($regex eq "") {
print colored $prompt_color, __("search for regex? ");
$regex = <STDIN>;
if (defined $regex) {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment