conversadocs / conversadocs/code-scan-docs

[Task]: git diff analysis

Open
#29 0 comments 0 reactions 1 assignee Claimed by @stoopidJSON View on GitHub
enhancement
Dominant language
Rust
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### Description

Implement a module to extract and analyze diffs from new git commits, identifying changed files and lines.

### Acceptance Criteria

- [ ] The system retrieves diffs from the latest git commit accurately.
- [ ] All changed files are correctly identified (added, modified, deleted, renamed).
- [ ] Line-by-line changes within each file are extracted.
- [ ] The module handles binary files appropriately.
- [ ] Unit tests cover various commit scenarios, including multiple file changes and edge cases.

### Notes

We may possibly need to add re-scan stuff to compare hashes of files for changes.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.