altsem / gitu

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

feat: show multiple command outputs in popup #100

Closed altsem closed 4 months ago

altsem commented 4 months ago

relates to: #2

altsem commented 4 months ago

@golden-expiriensu This now works :) Think I found another edge-case as well

$ git stash push --staged
No staged changes
$ git stash push --include-untracked

$ git stash pop 1
fatal: log for 'refs/stash' only has 1 entries
codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 86.69%. Comparing base (a36b908) to head (8743cab).

Files Patch % Lines
src/state.rs 57.14% 3 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 #100 +/- ## ========================================== - Coverage 86.70% 86.69% -0.01% ========================================== Files 39 39 Lines 3632 3639 +7 ========================================== + Hits 3149 3155 +6 - Misses 483 484 +1 ```

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

golden-expiriensu commented 4 months ago

@golden-expiriensu This now works :) Think I found another edge-case as well

$ git stash push --staged
No staged changes
$ git stash push --include-untracked

$ git stash pop 1
fatal: log for 'refs/stash' only has 1 entries

Hmm, indeed, I'll fix that