Skip to content

Commit e7113f5

Browse files
committed
chore: cleanup
1 parent 759f9c4 commit e7113f5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

git-cliff-core/src/changelog.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,8 @@ impl<'a> Changelog<'a> {
250250
ProcessingStep::SplitCommits => {
251251
debug!("Splitting commits...");
252252
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.
257253
*commits = Self::apply_split_commits(commits);
258254
} else {
259-
// If split commits is not enabled, we just apply the
260-
// commit parsers.
261255
debug!("Split commits is disabled, skipping...");
262256
}
263257
}

0 commit comments

Comments
 (0)