[PATCH] Check the validity of git repository.

2018-03-25 Thread Abhinav Jain
Sir, Please check if this works. Thanks and Regards Abhinav Jain Earlier the function valid was checking the validity of the git repository, the program was working in. For doing this the function was first checking whether path exists or not and after that it was checking whether the directory

Re: [PATCH] Check the validity of git repository.

2018-03-25 Thread Abhinav Jain
Sir, I sent the mail using git-send-email only. I don't know why git reports it as corrupt. I will resend it. Thanks and Regards Abhinav Jain On Mon, Mar 26, 2018 at 4:39 AM, Chris Johns wrote: > On 23/02/2018 15:02, Abhinav Jain wrote: > > I have made the changes as per your suggestions. > >

Re: [PATCH] Check the validity of git repository.

2018-03-25 Thread Chris Johns
On 23/02/2018 15:02, Abhinav Jain wrote: > I have made the changes as per your suggestions. > Please review the changes and guide me, whether I have done it correcctly or > not > and also if something more is to be added to the code. > I cannot push this patch, git reports it as corrupt. Did yo

[PATCH] Check the validity of git repository.

2018-02-22 Thread Abhinav Jain
Sir, I have made the changes as per your suggestions. Please review the changes and guide me, whether I have done it correcctly or not and also if something more is to be added to the code. Thanks and Regards Abhinav Jain Earlier the function valid was checking the validity of the git reposito