-
Notifications
You must be signed in to change notification settings - Fork 23
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
Use git-status to get the status of the repository #385
Conversation
Current Aviator status
This PR was merged using Aviator. Stack
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
FlexReview SummaryBased on the code complexity and the author's expertise score, these are the suggested reviewers:
See the list of alternate reviewers in the detailed breakdown below. Detailed BreakdownAuthor’s expertise score for the modified files:
† Indicates that the file doesn't need an expert review. (?) See full breakdown of the reviewers on the Aviator webapp. |
This pull request failed to merge: merge conflict detected, please resolve manually and requeue. Once the issues are resolved, remove the Additional debug info: Failed to merge changes from the base branch into this PR. You will probably need to merge the latest changes from the base branch into the PR branch and manually resolve conflicts. |
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 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.
c281580
to
f3d9f76
Compare
13a5877
to
51d9630
Compare
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