altsem / gitu

A TUI Git client inspired by Magit
MIT License
1.7k stars 88 forks source link

feat: stage individual hunk lines #92

Closed altsem closed 4 months ago

altsem commented 4 months ago

Cursor placement is a bit unpredictable. After staging certain lines, it'll jump around. Might want to fix this.

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 94.54545% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 85.72%. Comparing base (363703b) to head (86819e7).

Files Patch % Lines
src/ops/editor.rs 66.66% 6 Missing :warning:
src/screen/mod.rs 87.50% 4 Missing :warning:
src/git/diff.rs 94.28% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #92 +/- ## ========================================== + Coverage 85.52% 85.72% +0.19% ========================================== Files 37 37 Lines 3295 3481 +186 ========================================== + Hits 2818 2984 +166 - Misses 477 497 +20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.