Skip to content

Conversation

@geofflamrock
Copy link
Owner

@geofflamrock geofflamrock commented Dec 20, 2024

Background

This PR is part of a series that separates commands that operate on the local Git repository from those that operate against the remote. This is to help align the tool to the way that Git itself operates.

Changes

This PR changes the way that the status command works so that it:

  • Reads the status of branches in one go straight from the local repo using git branch -vv rather than lots of calls: This is now so much quicker to the point where can also ditch the Checking status of branches... bit.
  • By default doesn't show the status of pull requests, this can now be done with a new option --full.
  • Better shows the difference between the remote branch being gone, pr being merged and local branch being gone
  • Shows the latest commit sha and message

@geofflamrock geofflamrock added the minor Increment the minor version when merged label Dec 20, 2024
@geofflamrock geofflamrock changed the title Show local status by default in status command Show local status by default in status command Dec 20, 2024
@geofflamrock geofflamrock changed the title Show local status by default in status command Show local status by default in stack status command Dec 30, 2024
@geofflamrock geofflamrock merged commit e53ba99 into main Dec 30, 2024
17 checks passed
@geofflamrock geofflamrock deleted the stack-status-local-by-default branch December 30, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Increment the minor version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants