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
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
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
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
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
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
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
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.
-
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
9 matches
Mail list logo