* git commit silently fails
@ 2026-04-28 20:39 Yuri
2026-05-01 6:49 ` Jeff King
0 siblings, 1 reply; 2+ messages in thread
From: Yuri @ 2026-04-28 20:39 UTC (permalink / raw)
To: Git Mailing List
Hi,
I was committing this way forever.
But today git failed:
[yuri@yv /usr/ports/devel/catch2]$ /usr/local/bin/git commit --verbose .
-m "devel/catch2: update 3.13.0 → 3.14.0"
[yuri@yv /usr/ports/devel/catch2]$ echo $?
1
[yuri@yv /usr/ports/devel/catch2]$ /usr/local/bin/git --version
git version 2.54.0
No error messages, no verbose messages, just failure ...
What might be wrong?
OS: FreeBSD 15 STABLE amd64
Thanks,
Yuri
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git commit silently fails
2026-04-28 20:39 git commit silently fails Yuri
@ 2026-05-01 6:49 ` Jeff King
0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2026-05-01 6:49 UTC (permalink / raw)
To: Yuri; +Cc: Git Mailing List
On Tue, Apr 28, 2026 at 01:39:35PM -0700, Yuri wrote:
> But today git failed:
> [yuri@yv /usr/ports/devel/catch2]$ /usr/local/bin/git commit --verbose . -m
> "devel/catch2: update 3.13.0 → 3.14.0"
> [yuri@yv /usr/ports/devel/catch2]$ echo $?
> 1
> [yuri@yv /usr/ports/devel/catch2]$ /usr/local/bin/git --version
> git version 2.54.0
>
>
> No error messages, no verbose messages, just failure ...
> What might be wrong?
I can't reproduce the problem here, so a wild guess: do you have a pager
configured for the commit command (with pager.commit, for example)? That
could be eating all of the output (including stderr) if the pager
command fails to run.
-Peff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-01 6:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28 20:39 git commit silently fails Yuri
2026-05-01 6:49 ` Jeff King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox