Skip to content

Commit

Permalink
Actually use the subsequent commits for grading
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenfrank committed Oct 26, 2024
1 parent 11f2373 commit 898421e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/edu/byu/cs/autograder/git/GitHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ private CommitVerificationResult commitsPassRequirements(CommitsByDay commitsByD
"Congratulations! You have changed the order of some of your commits. You won a medal for manipulating your git history in advanced ways🏅"),
new CV(
commitsByDay.commitTimestampsDuplicated(),
commitsByDay.getErroringCommitsSet("commitTimestampsDuplicatedSubsequentOnly"),
"Mistaken history manipulation. Multiple commits have the exact same timestamp. Likely, commits were pushed and amended and merged together."),
};

Expand Down

0 comments on commit 898421e

Please sign in to comment.