Marc Weber <marco-oweber@xxxxxx> wrote: > diff --git a/git-add--interactive.perl b/git-add--interactive.perl > index da768ee..5352d16 100755 > --- a/git-add--interactive.perl > +++ b/git-add--interactive.perl > @@ -498,8 +498,8 @@ sub update_cmd { > print "\n"; > } > > -sub revert_cmd { > - my @update = list_and_choose({ PROMPT => 'Revert', > +sub reset_cmd { > + my @update = list_and_choose({ PROMPT => 'Reset', > HEADER => $status_head, }, > list_modified()); > if (@update) { This patch is mangled. The context line immediately above is indented with tabs in the source file, but is 8 spaces in the patch. The patch doesn't apply. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html