-
Notifications
You must be signed in to change notification settings - Fork 19
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
av st sync when on trunk branch #363
Comments
addresses: #363 <img width="493" alt="image" src="https://github.com/user-attachments/assets/ce349b93-0168-4e65-82fe-adb20585d756">
This should address the issue where the stack adopt command fails when it's invoked at the trunk branch. (#363) Based on the feedbacks, it seems that the commit traversal is way slower than expected. Try to be a bit more conservative when to traverse the commits.
This should be solved by #366. Thanks @Brookke.
This will be solved by #384.
I'm not sure on this. This indicates that the 'main' was considered as a topic branch rather than a trunk branch. Let me file a separate issue on this. Next time this happens, please save |
#386 for the |
This conveniently provides the status of the repository in a structured way. This can be used to get the current branch name (or detached state), the OID, and all staged, unstaged, unmerged, untracked files. Related to #374 Detect the branch structure in a more robust way This should address the issue where the stack adopt command fails when it's invoked at the trunk branch. (#363) Based on the feedbacks, it seems that the commit traversal is way slower than expected. Try to be a bit more conservative when to traverse the commits. Closes #384
v0.0.40 should include the fixes mentioned above. |
This should address the issue where the stack adopt command fails when it's invoked at the trunk branch. (aviator-co#363) Based on the feedbacks, it seems that the commit traversal is way slower than expected. Try to be a bit more conservative when to traverse the commits.
I found a few smaller issues with the sync workflow when currently on the trunk branch (
main
for me in my repo).If I'm on my
main
branch and runav st sync
, I get an error:error: current branch is not adopted to av
.If I run
av st adopt
, it hangs.If I run
av st sync --all
, things mostly work, butav
also attempts to force-push the trunk branch, which results in an error:Pushing to main directly is not allowed.
because the trunk branch is protected on GitHub.The text was updated successfully, but these errors were encountered: