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: jisaacks/GitGutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.11.7
Choose a base ref
...
head repository: jisaacks/GitGutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 23 files changed
  • 3 contributors

Commits on Jul 25, 2022

  1. Fix: Support info displaying no longer needed deps

    `markdown` and `pygments` are required by `mdpopups` only.
    They are vendored in recent releases and thus always available for use
    by mdpopups.
    DeathAxe committed Jul 25, 2022
    Copy the full SHA
    e539493 View commit details

Commits on Dec 31, 2022

  1. Copy the full SHA
    e25159e View commit details
  2. Fix: Broken link in troubleshooting.md (#574)

    Link on [git binary] does not work.
    jolipixel authored Dec 31, 2022
    Copy the full SHA
    ebda24a View commit details
  3. Fix: WSL path translation

    Adds WSL path translation for files located in WSL2 filesystem being
    opened in Sublime Text via \\wsl.localhost\<distro>\ path.
    deathaxe committed Dec 31, 2022
    Copy the full SHA
    22c30ff View commit details
  4. Fix: Compatibility issue with python 3.8

    deathaxe committed Dec 31, 2022
    Copy the full SHA
    9c94f97 View commit details
  5. Cut 1.11.8

    deathaxe committed Dec 31, 2022
    Copy the full SHA
    7d9e708 View commit details
  6. Update docs

    deathaxe committed Dec 31, 2022
    Copy the full SHA
    ee362a7 View commit details

Commits on Jan 2, 2023

  1. Drop advertisement

    deathaxe committed Jan 2, 2023
    Copy the full SHA
    e81f3f5 View commit details
  2. Update docs workflow

    deathaxe committed Jan 2, 2023
    Copy the full SHA
    2f3088e View commit details
  3. Fix: GitGutter not working

    deathaxe committed Jan 2, 2023
    Copy the full SHA
    3d92b4d View commit details
  4. Cut 1.11.9

    deathaxe committed Jan 2, 2023
    Copy the full SHA
    5246bce View commit details

Commits on Jan 21, 2023

  1. Drop more advertisement

    deathaxe committed Jan 21, 2023
    Copy the full SHA
    0b2cb9d View commit details

Commits on Oct 11, 2023

  1. Reuse jinja2 from mdpopups

    deathaxe committed Oct 11, 2023
    Copy the full SHA
    14d47ec View commit details
  2. Fix temp dir existence

    This commit causes temp directory to be re-created each time a temp file is to
    be opened. Fixes issues arising in case temporary folder is cleared by external
    programs.
    deathaxe committed Oct 11, 2023
    Copy the full SHA
    e19af07 View commit details
  3. Cut 1.11.10

    deathaxe committed Oct 11, 2023
    Copy the full SHA
    701fc2d View commit details

Commits on Oct 27, 2023

  1. Don't add regions to undo stack.

    deathaxe committed Oct 27, 2023
    3
    Copy the full SHA
    a2a90c2 View commit details

Commits on Nov 8, 2023

  1. Restrict access to temporary files

    This commit ...
    
    1. replaces `tempfile.mktemp()` function by `uuid.uuid1()` to create temporary
       files' names. The former one is marked unsafe for no reason, but may cause
       this code to be detected as unsafe as a result.
    
    2. explicitly create temporary files with read/write access for owner only on
       unix-like filesystems.
    deathaxe committed Nov 8, 2023
    Copy the full SHA
    1128075 View commit details
  2. Cut 1.11.11

    deathaxe committed Nov 8, 2023
    Copy the full SHA
    8682d0f View commit details

Commits on Dec 8, 2023

  1. Opt-in to python 3.8

    deathaxe committed Dec 8, 2023
    Copy the full SHA
    b1c253d View commit details
  2. Cut 1.11.12

    deathaxe committed Dec 8, 2023
    Copy the full SHA
    2749dea View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff 1.11.7...master