Actions
Defect #26843
closedCommits ignored in large(ish) git repository
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Hi there,
I am investigating a long overdue issue in my setup and at the moment, I think it is a defect in Redmine.
I do have a fairly large repo (though not huge) with 1,500 commits.
About a year ago, the processing commit messages stopped working and new commits stopped appearing in my Redmine (the code is up to date though).
When issuing git log --all --pretty=format:"%cd %cn %s"
in the repository (the bare used by Redmine) I do have all the last commits, but they are missing in Redmine.
The repo has 1587 commits, but only 1276 (give or take 1) are known to Redmine.
Environment¶
Environment: Redmine version 3.4.2.stable Ruby version 2.3.4-p301 (2017-03-30) [x86_64-linux-gnu] Rails version 4.2.8 Environment production Database adapter Mysql2 SCM: Filesystem Redmine plugins: redmine_github_hook 2.2.0
Note: This is not new to 3.4.2, I upgraded today to make sure, but I was on 3.2.6 before that and it was the same.
Actions