Skip to content
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

Commit message customization #34

Merged
merged 2 commits into from
Aug 2, 2017
Merged

Commit message customization #34

merged 2 commits into from
Aug 2, 2017

Conversation

akoptelov
Copy link
Contributor

Add more means to customize commit message. See #32.

Add more means to customize commit message.
@reinhapa
Copy link
Member

@akoptelov can you fix the formatting for that PR? (you just need to import the formatter settings as described in the README

@reinhapa reinhapa mentioned this pull request Jul 25, 2017
@akoptelov
Copy link
Contributor Author

@reinhapa With the format settings imported and format applied I have the only change in GitMigratorTest (extra tab is removed). The other changed file (GitMigrator.java) is unaffected. Are you OK with that?

@@ -346,19 +383,19 @@ long parseConfigValue(String value, long defaultValue) {
void initialize(Properties props) {
properties = props;
commentTranslator = new CommitCommentTranslator(props);
defaultIdent = new PersonIdent(props.getProperty("user.name", "RTC 2 git"), props.getProperty("user.email",
"rtc2git@rtc.to"));
defaultIdent = new PersonIdent(props.getProperty("user.name", "RTC 2 git"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the actual change here? Please undo those diffs, that do not actually introduce a change.

@reinhapa reinhapa merged commit 15b8a4d into rtcTo:master Aug 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants