Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-sweep freezes up #58

Open
caleb15 opened this issue Jun 8, 2021 · 3 comments
Open

git-sweep freezes up #58

caleb15 opened this issue Jun 8, 2021 · 3 comments

Comments

@caleb15
Copy link

caleb15 commented Jun 8, 2021

When I run the latest git-sweep on a large repo w/ python 3.6 and Windows 10 it freezes up and doesn't give any progress.

Bug: the freeze
Feature request: provide progress indicator

Command: git-sweep preview --master=dev

@caleb15
Copy link
Author

caleb15 commented Jun 8, 2021

Same issue on WSL w/ ubuntu v20 and python 3.8

@caleb15
Copy link
Author

caleb15 commented Jun 8, 2021

Actually, looks like this project is no longer maintained and is not compatible with python 3 :(

@caleb15
Copy link
Author

caleb15 commented Jun 8, 2021

I added a print(ref) to merged_refs in inspector.py and the git-sweep does actually make progress - but each ref takes several seconds! It's not actually the fault of git sweep, either. The git cherry command takes up a ridiculously long time:

caleb@DESKTOP-AE53KE4:~/work/fifteen5$ time git cherry origin/dev origin/1-on-1-metrics-tables-draft
+ f72f4fcffd79188ea498a89cd779d1d2335429f6
+ 658f2ac3fc925d164b6da14b3150ee52ffdb11f4

real    0m4.315s
user    0m0.929s
sys     0m0.403s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant