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: 42254f7
Choose a base ref
...
head repository: gitui-org/gitui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 97d5e5b
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 20, 2025

  1. Bump indexmap from 2.7.0 to 2.7.1 (#2493)

    Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.7.0 to 2.7.1.
    - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
    - [Commits](indexmap-rs/indexmap@2.7.0...2.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: indexmap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    92cafb2 View commit details
    Browse the repository at this point in the history
  2. Bump two-face from 0.4.0 to 0.4.1 (#2491)

    Bumps [two-face](https://github.com/CosmicHorrorDev/two-face) from 0.4.0 to 0.4.1.
    - [Release notes](https://github.com/CosmicHorrorDev/two-face/releases)
    - [Changelog](https://github.com/CosmicHorrorDev/two-face/blob/main/CHANGELOG.md)
    - [Commits](CosmicHorrorDev/two-face@v0.4.0...v0.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: two-face
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    4057e01 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Bump clap from 4.5.26 to 4.5.27 (#2495)

    Bumps [clap](https://github.com/clap-rs/clap) from 4.5.26 to 4.5.27.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.26...clap_complete-v4.5.27)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    2701f48 View commit details
    Browse the repository at this point in the history
  2. Bump gix from 0.69.1 to 0.70.0 (#2492)

    Bumps [gix](https://github.com/GitoxideLabs/gitoxide) from 0.69.1 to 0.70.0.
    - [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
    - [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
    - [Commits](GitoxideLabs/gitoxide@gix-v0.69.1...gix-v0.70.0)
    
    ---
    updated-dependencies:
    - dependency-name: gix
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    58b4e2c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. fix: disable blame and history popup for untracked files

    An untracked file does not have any history data. Right now when
    you press `B` for the blame popup or the `H` for the history popup
    you get an empty popup where the title spins endlessly trying to find
    the file in the commit history, and show relevant information.
    This commit disables the two actions in the `StatusTreeComponent`, when the
    selected item is a file which is not tracked by git.
    kpbaks committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    691c815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97d5e5b View commit details
    Browse the repository at this point in the history
Loading