git status taking very long
Closed this issue · 3 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. On the root of a git repository, enter git status
What is the expected output? What do you see instead?
Running git status on a local (large, 100K+ files) repository shouldn't
take very long, instead it takes about 10-15 seconds.
What version of the product are you using? On what operating system?
1.7.0.3 on Mac OSX 10.6.3
Please provide any additional information below.
This happened on version 1.7.0.3. Running git gc doesn't fix the issue.
Downgrading git to version 1.6.3.3 fixed the issue.
Original issue reported on code.google.com by gonzalo....@gmail.com
on 30 Apr 2010 at 3:31
GoogleCodeExporter commented
Curious, does building from source fix it for you? (Is it the package that's
flawed,
or is it git that's flawed)
Original comment by timchar...@gmail.com
on 7 May 2010 at 3:39
GoogleCodeExporter commented
Alternatively, I pushed out 1.7.1. Maybe that fixes it?
I suspect this is an issue with git, and not an issue with the installer.
Original comment by timchar...@gmail.com
on 7 May 2010 at 3:57
GoogleCodeExporter commented
Original comment by timchar...@gmail.com
on 8 Dec 2010 at 7:20
- Changed state: Invalid