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

Subsystems: the rest

DORMANTno replies

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

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

From: Prudhvee Narasimha Sadha <hidden>
Date: 2016-06-15 23:03:59

Hi,
    here is my patch for the micro project, Please review the code.


prudh@prudh-Studio-1569:~/git$ git diff
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

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 diff
Please see Documentation/SubmittingPatches and maybe have a look
at the format-patch manpage.

Thanks,
Stefan

quoted 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help