Replies: 4 comments 9 replies
-
I guess the first three points could be implemented if we edit the indepths analyzers to search stuff within the commit body too. A proof checking seems a bit overkill because eventually this action code can be forked and changed easily. |
Beta Was this translation helpful? Give feedback.
-
I think it's possible to work back from a commit hash to a repo this way: https://api.github.com/search/commits?q=sha:9d118b531801698da7867e979cd1bfa38e578302 IIRC from a git feature request, git hashes are currently extremely unlikely to have a duplicate, but it's possible. I think it's good enough, though. |
Beta Was this translation helpful? Give feedback.
-
Probably will be done in the same time as #857 |
Beta Was this translation helpful? Give feedback.
-
Related #1258 |
Beta Was this translation helpful? Give feedback.
-
I have quite a few pre-GitHub commits where they were sent as patches, and committed/merged by someone (i.e. commits_authoring does not help) either with:
It would be nice to have a way to provide a list of these commits to be included in the stats.
Beta Was this translation helpful? Give feedback.
All reactions