Re: What is the URL of git's bug tracker?
From: Junio C Hamano <hidden>
Date: 2022-07-21 17:39:47
Yuri [off-list ref] writes:
On 7/21/22 03:19, Konstantin Khomoutov wrote:quoted
There is none - please read https://git-scm.com/communityOn 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
Is there aything to be "fixed" in the first place? What the transcript shows is that the user tried to run "git stash push" and in the process of creating the stash, it noticed whitespace errors in the files that are being modified and reported, which is not something that is unexpected. It does not look like a bug. At the end, after showing the "warning: 45 lines...", perhaps something else happened that was not described in the report, like "the stash was not created"? If so that may be a bug, but it is unclear if that is what the complaint is about, so...