public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
From: Johannes Sixt <j6t@kdbg.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: Wolfgang Faust <contrib-git@wolfgangfaust.com>,
	Birger Skogeng Pedersen <birger.sp@gmail.com>,
	Pratyush Yadav <me@yadavpratyush.com>,
	Marc Branchaud <marcnarc@xiplink.com>,
	git@vger.kernel.org
Subject: Re: [PATCH 0/4] run auto maintenance in git-gui
Date: Sat, 7 Mar 2026 23:37:56 +0100	[thread overview]
Message-ID: <40ccd060-e6f7-4130-a25e-3c2f65df8eb7@kdbg.org> (raw)
In-Reply-To: <xmqqms0jti24.fsf@gitster.g>

Am 07.03.26 um 23:01 schrieb Junio C Hamano:
> Johannes Sixt <j6t@kdbg.org> writes:
> 
>> However, the consequences for users need to be considered. You replace
>> the custom implementation of `git gc` with `git maintenance run --auto`.
>> The latter CAN do a lot more than the former. It turns out, that Git GUI
>> already calls into `git maintance` indirectly via `git merge` and `git
>> fetch`. So, users who set gui.gcwarning to false (myself included) were
>> already prone to occasional inadvertent cleanups.
>>
>> So, users that are hurt by this new change are those where all these
>> conditions are true:
>> ...
>> How many could this be? Not many, I guess. The conservative safe
>> approach would be to treat gui.gcwarning=false as an indication that
>> automatic cleanup is not desired.
> 
> Hmph, if you are _declining_ to see the warning, isn't it a sign
> that you are getting these warnings and got annoyed enough to find
> out about the settings and turned it to "false" to squelch?

The option does not only control whether or not a warning appears, but
also whether garbage collection happens or not. When it is set to false,
then in addition to squelching the warning, garbage collection does
*not* happen. The option is on by default, so if we find it off, the
user must have set it explicitly, a clear sign (IMO) that Git GUI should
not do the garbage collection.

>  And if
> we make pruning more aggressive, wouldn't gui.gcwarning explicitly
> set to false be a sign that you'd be more likely to be in the
> affected poulation?
I think so, too. For this reason, my implied suggestion was to protect
the new call of `git maintenance` with a check whether gui.gcwarning is
enabled. Then we don't make anything worse for those who have it disabled.

-- Hannes


  reply	other threads:[~2026-03-07 22:38 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-26 17:31 git-gui: disable the "loose objects popup" dialog? Birger Skogeng Pedersen
2019-09-26 18:54 ` Johannes Sixt
2019-09-26 19:13   ` Birger Skogeng Pedersen
2019-09-26 19:15   ` Pratyush Yadav
2019-09-26 21:12     ` Birger Skogeng Pedersen
2019-09-26 21:13     ` Johannes Sixt
2019-10-01 18:00       ` Pratyush Yadav
2019-10-02  7:12         ` Birger Skogeng Pedersen
2019-10-02 18:48         ` Johannes Sixt
2026-03-06  5:15           ` [PATCH 0/4] run auto maintenance in git-gui Wolfgang Faust
2026-03-06  5:26             ` [PATCH 1/4] git-gui: run auto maintenance on commit Wolfgang Faust
2026-03-06  5:30             ` [PATCH 2/4] git-gui: remove hint_gc dialog Wolfgang Faust
2026-03-06  5:32             ` [PATCH 3/4] git-gui: remove "Compress Database" feature Wolfgang Faust
2026-03-06  5:32             ` [PATCH 4/4] scalar: remove obsolete gui.GCWarning setting Wolfgang Faust
2026-03-07 11:32             ` [PATCH 0/4] run auto maintenance in git-gui Johannes Sixt
2026-03-07 22:01               ` Junio C Hamano
2026-03-07 22:37                 ` Johannes Sixt [this message]
2026-03-08  6:02                   ` Junio C Hamano
2026-03-11  4:48                   ` Wolfgang Faust
2026-03-13 12:38                     ` Johannes Sixt
2019-10-02 20:41         ` git-gui: disable the "loose objects popup" dialog? Marc Branchaud
2019-09-26 21:14     ` Marc Branchaud

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40ccd060-e6f7-4130-a25e-3c2f65df8eb7@kdbg.org \
    --to=j6t@kdbg.org \
    --cc=birger.sp@gmail.com \
    --cc=contrib-git@wolfgangfaust.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=marcnarc@xiplink.com \
    --cc=me@yadavpratyush.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox