conversadocs / conversadocs/code-scan-docs
[Task]: git diff analysis
- Lingua principale
- Rust
- Stelle
- 1
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### 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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.