[PATCH 1/1] mingw: remove obsolete IPv6-related code

2019-02-27 Thread Tanushree Tumane via GitGitGadget
From: Tanushree Tumane To support IPv6, Git provided fall back functions for Windows versions that did not support IPv6. However, as Git dropped support for Windows XP and prior, those functions are not needed anymore. Remove those fallbacks by reverting fe3b2b7b827c (Enable support for IPv6 on

[PATCH 03/26] bisect--helper: `decide_next()` helper function.

2019-02-24 Thread Tanushree Tumane via GitGitGadget
From: Tanushree Tumane introduce `decide_next()` helper function from `bisect_next_check()` for better and clear understanding. convert `*...warning` char pointers to `...warning[]`char arrays, as char [] only creates char array while char * creates both char array and a pointer to that char

[PATCH 02/26] bisect--helper: change `retval` to `res`

2019-02-24 Thread Tanushree Tumane via GitGitGadget
From: Tanushree Tumane Conversion of variable `retval` to `res` to have a uniformity of a single variable all over the patch series, which makes the patch series unvaried. Mentored-by: Christian Couder Signed-off-by: Tanushree Tumane --- builtin/bisect--helper.c | 50

[PATCH 00/26] Git bisect part3

2019-02-24 Thread Tanushree Tumane via GitGitGadget
bisect--helper: retire `--check-and-set-terms` subcommand Tanushree Tumane (3): bisect--helper: refer branch.buf before strbuf_release(...) bisect--helper: change `retval` to `res` bisect--helper: `decide_next()` helper function. bisect.c | 140 ++--- builtin/bisect--h

[PATCH 01/26] bisect--helper: refer branch.buf before strbuf_release(...)

2019-02-24 Thread Tanushree Tumane via GitGitGadget
From: Tanushree Tumane move `error("...%s...", branch.buf);` before `strbuf_release(&branch);`. add ' ' before "reset.." in error message. Mentored-by: Johannes Schindelin Mentored-by: Christian Couder Signed-off-by: Tanushree Tumane --- builtin/bisect--he

Re: [PATCH v17 0/7] git bisect: convert from shell to C

2019-01-07 Thread TANUSHREE TUMANE
Yes, you are right. I will revert this back. On Fri, Jan 4, 2019 at 8:08 PM Ramsay Jones wrote: > > > > On 02/01/2019 15:38, Tanushree Tumane via GitGitGadget wrote: > [snip] > > base-commit: 7f4e64169352e03476b0ea64e7e2973669e491a2 > > Published-As: > > ht

[PATCH v17 0/7] git bisect: convert from shell to C

2019-01-02 Thread Tanushree Tumane via GitGitGadget
ed-by: Lars Schneider Mentored-by: Christian Couder +Mentored by: Johannes Schindelin Signed-off-by: Pranit Bauva -Signed-off-by: Junio C Hamano +Signed-off-by: Tanushree Tumane diff --git a/builtin/bisect--helper.c b/builtin/bisect--helper.c

Outreachy - Blog

2018-12-11 Thread TANUSHREE TUMANE
Hi everyone, I am an Outreachy GIT Intern. I will be working on the project "Improve git-bisect", with Christian Couder and Johannes Schindelin as mentors. You can read my blog here: http://tanu1596.blogspot.com/ I will be posting every one or two weeks about the ongoing work. -

[PATCH v4] commit: add a commit.allowEmpty config variable

2018-11-13 Thread Tanushree Tumane
ts to check the behavior introduced by this commit. This closes https://github.com/git-for-windows/git/issues/1854 Signed-off-by: tanushree27 Signed-off-by: Tanushree Tumane --- Documentation/config.txt | 5 + Documentation/git-commit.txt | 3 ++- builtin/commit.c