Week 2 - Getting Started with the "Improve git-bisect" GIT project

Hi everyone,

I am thoroughly enjoying my work with GIT. It is a wonderful experience with such mentors, who are always there to help me out, whenever I am stuck in the project.

So, here is a brief about the work done this week.

First of all, let me tell you that I have been working on “Converting git-bisect.sh file to the bisect.c program”. This project was undertaken earlier by a GSoC participant [Pranit Bauva], he was halfway through the project and now I am here to proceed with the project further.

So, firstly I started off by getting the last patch series of Pranit Bauva as commits in my git repo : [https://github.com/tanushree27/git ] based on an old master branch and I had made sure that all the tests pass. Then based on an old master branch, I rebased it to a current version of master and then made sure that all tests pass again. After that, I had a look at what were the reviews/comments people made about the patch series and then tried to address those comments.

I have resolved all the pending unresolved patches of part2 series. I also made sure that all tests pass and now the patches are up for review on Github. After some reviews leading to improvements, the commits will probably be in a good enough shape to be sent to the mailing list.


You can find my work here:


My GitHub Link: https://github.com/tanushree27/git/tree/init-bisect-patch2


Resolved Patches :

Part2 series Patch 1/8,2/8,4/8,5/8 and 6/8.

Patch 1: https://public-inbox.org/git/CAFZEwPPxuno5ey9qWVVE9=CU5f-BmBZjhQMrHOXS1tFG6r4LkQ@mail.gmail.com/


Patch 2: https://public-inbox.org/git/0102015f5e5ee22c-ea9c3a38-5d42-4dce-a54b-45c59768a70b-000000@eu-west-1.amazonses.com/


Patch 4: https://public-inbox.org/git/0102015f5e5ee273-de8fa1d2-1d59-4990-93f5-d36a6cb3f45a-000000@eu-west-1.amazonses.com/


Patch 5: https://public-inbox.org/git/0102015f5e5ee2ca-bf824205-86e6-4259-b7d7-a68e2fbb087d-000000@eu-west-1.amazonses.com/


Patch 6: https://public-inbox.org/git/0102015f5e5ee303-449f1b76-ff53-433c-8973-8b4850466810-000000@eu-west-1.amazonses.com/
This is all for the work done this week.

Comments

Popular posts from this blog

Week 4 & 5 - A week for the Audience

Week 1 - Getting Started with FOSS and GIT Community

Week 10 & 11