Week 10 & 11
Hey folks, My internship is about to end in a week. I have learnt so many new technicalities. I loved my internship period. I will always remember this as a worth experience of my life. Talking about my project. I have successfully submitted my second patch series. Git mailing list link: https://public-inbox.org/git/ The changes that are introduced in the second patch series are as follows: ## Changes since pranit’s v15 patch series #### bisect--helper: refer `branch.buf` before `strbuf_release(...)` #### bisect--helper: change `retval` to `res` #### bisect--helper: `decide_next()` helper function. #### bisect--helper: `bisect_next` and `bisect_auto_next` shell function in C ##### Divided this commit into nine commits 1. bisect.c: libify `exit_if_skipped_commits` to `error_if_skipped...` 2. bisect.c: libify `bisect_checkout` and its dependants 3. bisect.c: libify `check_merge_bases` and its dependents. 4. bisect.c: libify `check_good_are_ancestor