Hi Junio, On Wed, 21 Oct 2020, Junio C Hamano wrote: > "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx> > writes: > > > - git -c merge.suppressDest="ma??er" fmt-merge-msg <.git/FETCH_HEAD >full.3 && > > + git -c merge.suppressDest="ma*" fmt-merge-msg <.git/FETCH_HEAD >full.3 && > > Cute. IIRC, the point of this test was to ensure that a glob > pattern works, so we can do a bit better to avoid colliding with > another common name 'maint' by tightening the pattern to something > like "ma?*[rn]". Good idea. I changed it locally. Ciao, Dscho