blame at commit support
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 408
- Avg merge
- 2d 57m
- Merged PRs (30d)
- 7
Description
Sorry if this is already supported, but I can't find in the documention nor in the code.
AFAIK, it's not currently possible to blame a file in a specific commit, right?
Something in line with:
git blame hex_oid -- A.java
Would it be possible to implement? Too complicated? What would be the alternative?
Thanks for the awesome library BTW.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking pygit2's existing blame entry point and documentation for commit-specific support, then compare it with git blame hex_oid -- A.java. Define the supported API and expected result, including whether an alternative is needed; the work is done when the behavior or limitation is documented and covered by an appropriate test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100