Re: Replacing strbuf_getline_lf() by strbuf_getline() in wt-status.c

2016-01-31 Thread Junio C Hamano
Moritz Neeb writes: > Currently I am working on replacing strbuf_getline_lf() by > strbuf_getline() in places where the input is trimmed immediately after > reading, cf. $gmane/284104, "Notes on the remaining strbuf_getline_lf() > callers", 2nd point. > > One instance I found was in wt-status.c.

Re: Replacing strbuf_getline_lf() by strbuf_getline() in wt-status.c

2016-01-30 Thread Moritz Neeb
On 01/30/2016 03:30 PM, Moritz Neeb wrote: > Currently I am working on replacing strbuf_getline_lf() by > strbuf_getline() in places where the input is trimmed immediately after > reading, cf. $gmane/284104, "Notes on the remaining strbuf_getline_lf() > callers", 2nd point. This thread turned obso

Replacing strbuf_getline_lf() by strbuf_getline() in wt-status.c

2016-01-30 Thread Moritz Neeb
Currently I am working on replacing strbuf_getline_lf() by strbuf_getline() in places where the input is trimmed immediately after reading, cf. $gmane/284104, "Notes on the remaining strbuf_getline_lf() callers", 2nd point. One instance I found was in wt-status.c. In read_rebase_todolist() the lin