On 7/21/22 03:19, Konstantin Khomoutov wrote:
There is none - please read https://git-scm.com/community
On 04-09-2021 I reported to this ML the bug that git-2.31.0 printed
stray messages during 'git stash push' command.
git stash push -- x11-toolkits/fltk
Saved working directory and index state WIP on main: 4c2cc95952a6
graphics/mesa-devel: update to 21.0.b.4390
<stdin>:83: space before tab in indent.
LIBS="$LIBS -lX11 $X_EXTRA_LIBS"
<stdin>:84: space before tab in indent.
CFLAGS="$CFLAGS $X_CFLAGS"
<stdin>:85: space before tab in indent.
CXXFLAGS="$CXXFLAGS $X_CFLAGS"
<stdin>:88: space before tab in indent.
DSOFLAGS="$X_LIBS $DSOFLAGS"
<stdin>:89: space before tab in indent.
$as_echo "#define USE_X11 1" >>confdefs.h
warning: squelched 40 whitespace errors
warning: 45 lines add whitespace errors.
Now in git-2.37.1 this bug is still there,
Is it forgotten about? Is the fix planned? Is it fixed but not yet released?
It's impossible to say without a bug tracker.
Yuri