Git Mailing List Archive mirror
 help / color / mirror / Atom feed
* Bug: Git bash slow after update
@ 2023-06-02  6:42 Shahin Dohan
  2023-06-02 13:35 ` Bagas Sanjaya
  2023-06-02 19:11 ` brian m. carlson
  0 siblings, 2 replies; 4+ messages in thread
From: Shahin Dohan @ 2023-06-02  6:42 UTC (permalink / raw)
  To: git

What did you do before the bug happened? (Steps to reproduce your issue)
Updated Git to 2.41.0

What did you expect to happen? (Expected behavior)
Same performance in Git bash as before

What happened instead? (Actual behavior)
Every operation is significantly slower. CD is slower, git pull is a
lot slower, etc...

What's different between what you expected and what actually happened?
Git bash performance is significantly worse

[System Info]
git version:
git version 2.41.0.windows.1
cpu: x86_64
built from commit: ff94e79c4724635915dbb3d4ba38f6
bb91528260
sizeof-long: 4
sizeof-size_t: 8
shell-path: /bin/sh
feature: fsmonitor--daemon
uname: Windows 10.0 22621
compiler info: gnuc: 13.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug: Git bash slow after update
  2023-06-02  6:42 Bug: Git bash slow after update Shahin Dohan
@ 2023-06-02 13:35 ` Bagas Sanjaya
  2023-06-02 19:11 ` brian m. carlson
  1 sibling, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2023-06-02 13:35 UTC (permalink / raw)
  To: Shahin Dohan, git

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

On Fri, Jun 02, 2023 at 09:42:01AM +0300, Shahin Dohan wrote:
> What did you do before the bug happened? (Steps to reproduce your issue)
> Updated Git to 2.41.0
> 
> What did you expect to happen? (Expected behavior)
> Same performance in Git bash as before
> 
> What happened instead? (Actual behavior)
> Every operation is significantly slower. CD is slower, git pull is a
> lot slower, etc...

Are there any other significant processes beside git that affect your
system performance?

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug: Git bash slow after update
  2023-06-02  6:42 Bug: Git bash slow after update Shahin Dohan
  2023-06-02 13:35 ` Bagas Sanjaya
@ 2023-06-02 19:11 ` brian m. carlson
  2023-06-04 12:43   ` Shahin Dohan
  1 sibling, 1 reply; 4+ messages in thread
From: brian m. carlson @ 2023-06-02 19:11 UTC (permalink / raw)
  To: Shahin Dohan; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]

On 2023-06-02 at 06:42:01, Shahin Dohan wrote:
> What did you do before the bug happened? (Steps to reproduce your issue)
> Updated Git to 2.41.0
> 
> What did you expect to happen? (Expected behavior)
> Same performance in Git bash as before
> 
> What happened instead? (Actual behavior)
> Every operation is significantly slower. CD is slower, git pull is a
> lot slower, etc...
> 
> What's different between what you expected and what actually happened?
> Git bash performance is significantly worse

The Git project doesn't distribute any binaries at all.  If you're using
Git for Windows and seeing problems that are in Git Bash and don't
involve Git (e.g., slowness in the shell with cd), then you'll probably
want to report it to https://github.com/git-for-windows/git/issues/
after searching for any existing issues.

I will also mention that you'll also want to indicate in your report to
the Git for Windows project if downgrading again solves the problem
(which you should try) and if you have any sort of non-default
antivirus, firewall, or monitoring software, since those can affect the
performance of programs on Windows.
-- 
brian m. carlson (he/him or they/them)
Toronto, Ontario, CA

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug: Git bash slow after update
  2023-06-02 19:11 ` brian m. carlson
@ 2023-06-04 12:43   ` Shahin Dohan
  0 siblings, 0 replies; 4+ messages in thread
From: Shahin Dohan @ 2023-06-04 12:43 UTC (permalink / raw)
  To: brian m. carlson, Shahin Dohan, git

Hi Brian & Bagas,

Thanks for your replies, no other processes affect performance and yes
the issue seems to be in Git Bash for Windows rather than Git itself,
I thought it came from you guys as well :)

Apologies for the late response, could not send plain text emails from mobile.

I'll report this to Git for Windows project!

Thanks,
Shahin

On Fri, Jun 2, 2023 at 10:11 PM brian m. carlson
<sandals@crustytoothpaste.net> wrote:
>
> On 2023-06-02 at 06:42:01, Shahin Dohan wrote:
> > What did you do before the bug happened? (Steps to reproduce your issue)
> > Updated Git to 2.41.0
> >
> > What did you expect to happen? (Expected behavior)
> > Same performance in Git bash as before
> >
> > What happened instead? (Actual behavior)
> > Every operation is significantly slower. CD is slower, git pull is a
> > lot slower, etc...
> >
> > What's different between what you expected and what actually happened?
> > Git bash performance is significantly worse
>
> The Git project doesn't distribute any binaries at all.  If you're using
> Git for Windows and seeing problems that are in Git Bash and don't
> involve Git (e.g., slowness in the shell with cd), then you'll probably
> want to report it to https://github.com/git-for-windows/git/issues/
> after searching for any existing issues.
>
> I will also mention that you'll also want to indicate in your report to
> the Git for Windows project if downgrading again solves the problem
> (which you should try) and if you have any sort of non-default
> antivirus, firewall, or monitoring software, since those can affect the
> performance of programs on Windows.
> --
> brian m. carlson (he/him or they/them)
> Toronto, Ontario, CA

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-04 12:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02  6:42 Bug: Git bash slow after update Shahin Dohan
2023-06-02 13:35 ` Bagas Sanjaya
2023-06-02 19:11 ` brian m. carlson
2023-06-04 12:43   ` Shahin Dohan

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 read-only IMAP folder(s) and NNTP newsgroup(s).