-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always pass commit message to
git::create_derived_commit
This function used to take an `Option<&str>` as commit message and provided a default. However, there was only one place where we passed `None`, so it's cleaner to just always pass the message. We used to trim the message and append a new line at the end. However, `git2` provides a function to clean up a commit message, which is used here now. Test Plan: `cargo build` and use the fresh build to submit this Pull Request Reviewers: jozef-mokry Reviewed By: jozef-mokry Pull Request: #32
- Loading branch information
Sven Over
authored
Apr 21, 2022
1 parent
ce208e5
commit b96b62b
Showing
4 changed files
with
11 additions
and
12 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
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