-
Notifications
You must be signed in to change notification settings - Fork 404
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: remove --bare flag from git commands #5721
Conversation
This worried me until I looked at the commit messages :) I thought it was saying that we simply skip the usual rebasing after |
Sorry, didn't mean to alarm. Maybe "git: don't unexpectedly rebase after an empty |
jj git fetch
with subprocessingjj git fetch
with subprocessing
Thank you! I'm not yet completely sure, but I think this PR helps immensely with concurrency mess I was getting when running CLI I'm guessing that the update to fetch-HEAD caused either VisualJJ or VS Code to reload the repo, which caused and "import git refs" jj operation somehow. |
This causes some issues (e.g., #5700) and is not actively needed.
b64ad68
to
bddf7d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we agree that removing --bare
is least bad. Thanks for working on it.
jj git fetch
with subprocessing
Fixes #5700