Re: [PATCH 1/2] add--interactive: rename [r]evert command to [r]eset

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux