Re: Preparing for 2.20.1 brown-paper-bag maintenance release

2018-12-13 Thread Junio C Hamano
Duy Nguyen writes: > On Thu, Dec 13, 2018 at 7:08 PM Duy Nguyen wrote: >> There's also a bug in my patch (-2 is already being used by >> parse_opt_unknown_cb and my patch will change behavior of git-blame at >> least in theory). > > Ah no. Too many magic numbers in parse-options.c code. It's wor

Re: Preparing for 2.20.1 brown-paper-bag maintenance release

2018-12-13 Thread Duy Nguyen
On Thu, Dec 13, 2018 at 7:08 PM Duy Nguyen wrote: > There's also a bug in my patch (-2 is already being used by > parse_opt_unknown_cb and my patch will change behavior of git-blame at > least in theory). Ah no. Too many magic numbers in parse-options.c code. It's working fine but I'll need to gi

Re: Preparing for 2.20.1 brown-paper-bag maintenance release

2018-12-13 Thread Duy Nguyen
On Thu, Dec 13, 2018 at 3:05 PM Ævar Arnfjörð Bjarmason wrote: > > > On Thu, Dec 13 2018, Junio C Hamano wrote: > > > Here is an excerpt from a draft edition of "What's cooking" report > > for topics that are about an immediate 2.20.1 maintenance release, > > with five topics that I plan to merge

Re: Preparing for 2.20.1 brown-paper-bag maintenance release

2018-12-13 Thread Ævar Arnfjörð Bjarmason
On Thu, Dec 13 2018, Junio C Hamano wrote: > Here is an excerpt from a draft edition of "What's cooking" report > for topics that are about an immediate 2.20.1 maintenance release, > with five topics that I plan to merge to 'next' and then to 'maint' > soonish (they're all marked as "Will merge

Re: Preparing for 2.20.1 brown-paper-bag maintenance release

2018-12-13 Thread Johannes Schindelin
Hi Junio, On Thu, 13 Dec 2018, Junio C Hamano wrote: > * ds/hash-independent-tests-fix (2018-12-12) 1 commit > - .gitattributes: ensure t/oid-info/* has eol=lf > > Test portability fix. > > [...] > > * js/mailinfo-format-flowed-fix (2018-12-13) 1 commit > - t4256: mark support files as LF-onl