-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(git): add support for filtering commits in
__p-pick-commit
alias
Add support for filtering the list of commits to choose from in the `__g-pick-commits` alias by passing a `--filter-commits` argument. The value of the argument will be used as a `grep` Basic Regular Expression pattern to filter the commits (based on their headers; i.e. first line).
- Loading branch information
Showing
2 changed files
with
137 additions
and
44 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