Skip to content

Commit

Permalink
RetrieveRenamedFiles added to retrieveChangedFilesWithPotentialDuplic…
Browse files Browse the repository at this point in the history
…ates
  • Loading branch information
Rd4dev committed Aug 30, 2024
1 parent 67abead commit f6649b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ class GitClient(
retrieveChangedCommittedFiles() +
retrieveChangedStagedFiles() +
retrieveChangedUnstagedFiles() +
retrieveChangedUntrackedFiles()
retrieveChangedUntrackedFiles() +
retrieveRenamedFiles()

private fun retrieveChangedCommittedFiles(): List<String> {
return executeGitCommand("diff --name-only ${computeCommitRange()}")
Expand Down

0 comments on commit f6649b7

Please sign in to comment.