HarshKapadia2 / HarshKapadia2/git-graph
Handle various Git scenarios
Open
enhancement
help wanted
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Scenarios to be handled:
- Packed repos
- [x] Throw error and give resolution steps.
- [ ] ~Automatically parse Packfiles.~
- [ ] Multiple parents per commit
- Connect multiple parents
- Traverse parent paths
- Recursive solution
- Look into BFS 🙈, as suggested by @KartikSoneji.
- [x] Blobs with the same hash, but different file names.
- Occurs during renaming or with two or more empty files.
Contributor guide
Assessment
This issue has not been assessed yet.