We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759f9c4 commit e7113f5Copy full SHA for e7113f5
git-cliff-core/src/changelog.rs
@@ -250,14 +250,8 @@ impl<'a> Changelog<'a> {
250
ProcessingStep::SplitCommits => {
251
debug!("Splitting commits...");
252
if git_config.split_commits {
253
- // If split commits is enabled, we apply the split
254
- // commits function to the commits.
255
- // This will create a new vector of commits with each
256
- // line as a separate commit.
257
*commits = Self::apply_split_commits(commits);
258
} else {
259
- // If split commits is not enabled, we just apply the
260
- // commit parsers.
261
debug!("Split commits is disabled, skipping...");
262
}
263
0 commit comments