Re: [PATCH] for the SoC15 micro project, Make "git -C '' cmd" not to barf.

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

 



On Thu, Mar 5, 2015 at 5:46 PM, Prudhvee Narasimha Sadha
<prudhvi.sada@xxxxxxxxx> wrote:
> Hi,
>     here is my patch for the micro project, Please review the code.
>
>
> prudh@prudh-Studio-1569:~/git$ git diff

Please see Documentation/SubmittingPatches and maybe have a look
at the format-patch manpage.

Thanks,
Stefan


> diff --git a/git.c b/git.c
> index 8c7ee9c..364788b 100644
> --- a/git.c
> +++ b/git.c
> @@ -205,6 +205,8 @@ static int handle_options(const char ***argv, int *argc, int
>                                 usage(git_usage_string);
>                         }
>                         if (chdir((*argv)[1]))
> +                               if(*(*argv)[1]==0);
> +                       else if(chdir((*argv)[1]))
>                                 die_errno("Cannot change to '%s'", (*argv)[1]);
>                         if (envchanged)
>                                 *envchanged = 1;
>
>
>
>
> Thank you,
> Prudhvee
> --
> 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
--
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]