Skip to content

git-gui: silence install recipes under "make -s"#2318

Open
HaraldNordgren wants to merge 1 commit into
git:masterfrom
HaraldNordgren:git-gui-respect-silent-flag
Open

git-gui: silence install recipes under "make -s"#2318
HaraldNordgren wants to merge 1 commit into
git:masterfrom
HaraldNordgren:git-gui-respect-silent-flag

Conversation

@HaraldNordgren
Copy link
Copy Markdown
Contributor

@HaraldNordgren HaraldNordgren commented Jun 1, 2026

No description provided.

The split install/uninstall recipes embed "echo" calls that fire
even under "make -s", so install still prints "DEST /path" and
"INSTALL 644 about.tcl" banners. The existing "-s" block only
clears QUIET_GEN.

Wrap the whole "ifndef V" block in the canonical "-s" guard from
shared.mak, and drop the now-redundant narrow block.

Signed-off-by: Harald Nordgren <harald.nordgren@kostdoktorn.se>
@HaraldNordgren HaraldNordgren force-pushed the git-gui-respect-silent-flag branch from 507470e to b9f2b16 Compare June 1, 2026 14:20
@HaraldNordgren
Copy link
Copy Markdown
Contributor Author

/submit

@gitgitgadget-git
Copy link
Copy Markdown

Submitted as pull.2318.git.git.1780477489662.gitgitgadget@gmail.com

To fetch this version into FETCH_HEAD:

git fetch https://github.com/gitgitgadget/git/ pr-git-2318/HaraldNordgren/git-gui-respect-silent-flag-v1

To fetch this version to local tag pr-git-2318/HaraldNordgren/git-gui-respect-silent-flag-v1:

git fetch --no-tags https://github.com/gitgitgadget/git/ tag pr-git-2318/HaraldNordgren/git-gui-respect-silent-flag-v1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant