From: Thomas Rast Date: Mon, 2 Feb 2009 21:46:28 +0000 (+0100) Subject: add -p: change prompt separator for 'g' X-Git-Tag: v1.6.2-rc0~1^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4404b2e39236e6f9c5bff121fc920d7ec17f7b6d;p=git.git add -p: change prompt separator for 'g' 57886bc (git-add -i/-p: Change prompt separater from slash to comma, 2008-11-27) changed the prompt separator to ',', but forgot to adapt the 'g' (goto) command. Signed-off-by: Thomas Rast Signed-off-by: Junio C Hamano --- diff --git a/git-add--interactive.perl b/git-add--interactive.perl index 30ddab293..551b4475b 100755 --- a/git-add--interactive.perl +++ b/git-add--interactive.perl @@ -948,7 +948,7 @@ sub patch_update_file { $other .= ',J'; } if ($num > 1) { - $other .= '/g'; + $other .= ',g'; } for ($i = 0; $i < $num; $i++) { if (!defined $hunk[$i]{USE}) {