Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gitui-org/gitui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pm100/gitui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 23, 2026

  1. migrate from tui-textarea to ratatui-textarea

    Replace tui-textarea 0.7 with ratatui-textarea 0.8, the ratatui-org
    maintained fork. Also upgrade ratatui 0.29->0.30 and crossterm 0.28->0.29
    which are required by ratatui-textarea 0.8.
    
    The API is identical so only import paths changed.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    pm100 and Copilot committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    51eca76 View commit details
    Browse the repository at this point in the history
  2. fix import ordering for rustfmt

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    pm100 and Copilot committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    9c54b73 View commit details
    Browse the repository at this point in the history
  3. fix Cargo.toml dependency sort order for cargo-sort lint

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    pm100 and Copilot committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    65eee38 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. restore Cargo.toml indentation style after cargo-sort reformatting

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    pm100 and Copilot committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    eb5a607 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2026

  1. Configuration menu
    Copy the full SHA
    829746a View commit details
    Browse the repository at this point in the history
Loading