* [BUG] git-gui loose object warning every hour
@ 2008-06-20 0:21 Michael Gebetsroither
2008-06-20 0:32 ` Shawn O. Pearce
0 siblings, 1 reply; 3+ messages in thread
From: Michael Gebetsroither @ 2008-06-20 0:21 UTC (permalink / raw)
To: git
hi,
New git-gui does not honor gc.auto=0 setting for his loose object
warning.
The loose object warning from git-gui poped up 3 times in the last 4
hours (i've gc'ed the repo every time).
I've already set gc.auto=0 so i do _NOT_ want git to do anything
automatically.
On every new git release there are new automatism that i've to disable.
Is there a way to just disable all this automatism in all git tools
globaly?
cu,
michael
--
It's already too late!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG] git-gui loose object warning every hour
2008-06-20 0:21 [BUG] git-gui loose object warning every hour Michael Gebetsroither
@ 2008-06-20 0:32 ` Shawn O. Pearce
2008-06-20 0:40 ` Michael Gebetsroither
0 siblings, 1 reply; 3+ messages in thread
From: Shawn O. Pearce @ 2008-06-20 0:32 UTC (permalink / raw)
To: Michael Gebetsroither; +Cc: git
Michael Gebetsroither <gebi@sbox.tugraz.at> wrote:
> New git-gui does not honor gc.auto=0 setting for his loose object
> warning.
>
> The loose object warning from git-gui poped up 3 times in the last 4
> hours (i've gc'ed the repo every time).
This isn't a per-hour warning. What's happening is there are loose
objects which git-gc has not pruned away. Try running git-prune in
the repository to decrease the loose object count.
> I've already set gc.auto=0 so i do _NOT_ want git to do anything
> automatically.
Hmm. Maybe git-gui should look at this flag on startup and if set
simply not perform the loose object count check.
> On every new git release there are new automatism that i've to disable.
> Is there a way to just disable all this automatism in all git tools
> globaly?
No.
--
Shawn.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG] git-gui loose object warning every hour
2008-06-20 0:32 ` Shawn O. Pearce
@ 2008-06-20 0:40 ` Michael Gebetsroither
0 siblings, 0 replies; 3+ messages in thread
From: Michael Gebetsroither @ 2008-06-20 0:40 UTC (permalink / raw)
To: git
* Shawn O. Pearce <spearce@spearce.org> wrote:
> Michael Gebetsroither <gebi@sbox.tugraz.at> wrote:
>> The loose object warning from git-gui poped up 3 times in the last 4
>> hours (i've gc'ed the repo every time).
>
> This isn't a per-hour warning. What's happening is there are loose
> objects which git-gc has not pruned away. Try running git-prune in
> the repository to decrease the loose object count.
I've clicked yes (to remove the loose objects) on every popup of the
loose object warning dialog.
>> I've already set gc.auto=0 so i do _NOT_ want git to do anything
>> automatically.
>
> Hmm. Maybe git-gui should look at this flag on startup and if set
> simply not perform the loose object count check.
That would be nice, yes.
cu,
michael
--
It's already too late!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-06-20 0:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-20 0:21 [BUG] git-gui loose object warning every hour Michael Gebetsroither
2008-06-20 0:32 ` Shawn O. Pearce
2008-06-20 0:40 ` Michael Gebetsroither
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).