Skip to content

Commit 5f94417

Browse files
committed
Merge branch 'pw/add-p-single'
Hotfix. * pw/add-p-single: add -p: fix 2.17.0-rc* regression due to moved code
2 parents c2a499e + fd2fb4a commit 5f94417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-add--interactive.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ sub patch_update_file {
15641564
error_msg __("No other hunks to search\n");
15651565
next;
15661566
}
1567-
if ($1 eq "") {
1567+
if ($regex eq "") {
15681568
print colored $prompt_color, __("search for regex? ");
15691569
$regex = <STDIN>;
15701570
if (defined $regex) {

0 commit comments

Comments
 (0)