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: git-up/GitUp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.4
Choose a base ref
...
head repository: git-up/GitUp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.5
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 16, 2022

  1. Fix crash when hitting return in search results when nothing is selec…

    …ted (#884)
    
    When we apply a search result (hit return on one), this triggers a change that ultimately deselects all items in the search table view.
    This means we still have first responder status but have nothing selected. If we hit return now we will try and validate a nil commit and we can't compare nil commits. The solution is to verify that we have a valid commit selection.
    
    Fixes #883
    lucasderraugh authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    16adf50 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    20199c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a7787e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Additional fixes for libgit2 v1.4.4

    - Fix crash in filter.c for git-lfs
    - Fix revwalk with symbolic references
    lucasderraugh committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2aa7413 View commit details
    Browse the repository at this point in the history
  2. Bump to 1.3.5

    lucasderraugh committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    ecff963 View commit details
    Browse the repository at this point in the history
Loading