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.4.2
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.4.3
Choose a head ref
  • 11 commits
  • 7 files changed
  • 2 contributors

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    222ae9c View commit details
    Browse the repository at this point in the history
  2. Change short version

    lucasderraugh committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    31655c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ac45d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    2a2db81 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Null out modification date of index entries when (un)staging lines (#…

    …1034)
    
    This fixes an issue where Git would produce incorrect diffs; indicating that a given file was unchanged between the index and the workdir, even though it was different.
    Cykelero authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    d53d758 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Address disappearing lines in dark mode (#1050)

    See issue #1042 (Drawing in dark mode broke in macOS 15.2).
    Originally we used normal blends modes in dark mode as it looked better and was easy to see the overlaps.
    The bug that manifests with the normal blend mode is some lines don't draw or if they do they draw almost like narrow triangles.
    Given that the drawing code is just drawing lines with widths, I'm not sure how this can occur.
    Moreover, I'm not sure why changing the blend mode would have any effect in them appearing or not.
    Using multiply unfortunately changes the appearance of intersecting lines in dark mode to look less ideal.
    I should probably file a feedback with Apple (if I do, I should add the FB# here).
    
    I'm not 100% sure that the drawing code is bug free, but this code has worked fine unchanged for years.
    If I (or anyone else) ever gets time to debug this, I'd love to better understand why changing the blend mode does anything (other than affect the blend mode).
    lucasderraugh authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    9be3127 View commit details
    Browse the repository at this point in the history
  2. Fix two APIs (#1041)

    * Fix checkoutFilesToWorkingDirectory deleting all files when empty path array is passed
    
    * Allow cherry-picking/reverting on top of nil parent
    Cykelero authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    ec030f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    e4800ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbb48a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    166716e View commit details
    Browse the repository at this point in the history
  4. Bump to 1.4.3

    lucasderraugh committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    bec43f4 View commit details
    Browse the repository at this point in the history
Loading