Re: [PATCH] printf_parse: fix off-by-two

2023-11-13 Thread Johannes Schindelin
Hi, On Sat, 11 Nov 2023, Bruno Haible wrote: > Johannes Schindelin wrote: > > In 480a59ba60 (*printf-posix: ISO C 23: Support size specifiers 'wN' and > > 'wfN'., 2023-03-24), a major refactoring hides a bug in the conversion > > of the code handling Wind

[PATCH] printf_parse: fix off-by-two

2023-11-11 Thread Johannes Schindelin
o the gnulib code as work horse of the `libintl_vsnprintf()` function. Signed-off-by: Johannes Schindelin --- Published-As: https://github.com/dscho/gnulib/releases/tag/fix-printf-I64-regression-v1 Fetch-It-Via: git fetch https://github.com/dscho/gnulib fix-printf-I64-regression-v1 lib/prin

stash clear, was Re: git: avoiding merges, rebasing

2007-10-19 Thread Johannes Schindelin
Hi, On Tue, 2 Oct 2007, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > [adding the git list] > > According to Bruno Haible on 10/2/2007 5:50 AM: > > Hello Benoit, > > > >>> $ git stash > >>> $ git pull > >>> $ git stash apply > >>> $ git stash clean

Re: git: avoiding merges, rebasing

2007-10-09 Thread Johannes Schindelin
Hi, On Mon, 8 Oct 2007, Benoit SIGOURE wrote: > [as usual, I forgot the attachment...] Two comments: - by not inlining you made it hard to review your script. Therefore I will not do it. - Try to avoid naming the script git-merge-*; these scripts/programs are merge _strategies_, not mer