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 arr
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 -
Changes since pranit’s v15 patch series
===
bisect--helper: refer branch.buf before strbuf_release(...)
===
bisect--helper: change retval to res
bisect--helper: decide
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--helper.c | 7 ---
1 file changed,
Changes since Pranit's v16:
===
bisect--helper: bisect_reset shell function in C
* The return !printf(...); construct was considered unsafe and disentangled
into printf(...); return 0;
* It is more elegant to release br
6 matches
Mail list logo