Re: [PATCH] for the SoC15 micro project, Make "git -C '' cmd" not to barf.
From: Stefan Beller <hidden>
Date: 2016-06-15 23:03:59
On Thu, Mar 5, 2015 at 5:46 PM, Prudhvee Narasimha Sadha [off-list ref] wrote:
Hi,
here is my patch for the micro project, Please review the code.
prudh@prudh-Studio-1569:~/git$ git diffPlease see Documentation/SubmittingPatches and maybe have a look at the format-patch manpage. Thanks, Stefan
quoted hunk ↗ jump to hunk
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html