-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logging is improved by listing the actual name of the release branch and the modified files if rebase failed due to that. * refactor: rename 'getStagedFiles' to 'getModifiedFiles' The function 'getStagedFiles' (now 'getModifiedFiles') returns list of tracked and modified files in general * feat: list modified files on failed rebase * test: test error logging for unstaged changes during rebase * feat: add actual branch names to log messages * refactor: reduce complexity of nested if statement Co-authored-by: Semaph0r <[email protected]>
- Loading branch information
1 parent
ad253eb
commit e5a04d7
Showing
4 changed files
with
156 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.