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: lewis6991/gitsigns.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: lewis6991/gitsigns.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 8 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 18, 2024

  1. ci: update lua action

    lewis6991 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e788ef7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f8a1ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43799bc View commit details
    Browse the repository at this point in the history
  4. ci: fix luarocks version

    lewis6991 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4475b3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e38f07 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. fix(yadm): correct ls-files check

    `not` has higher precedence than `~=`,
    so it was actually `(not #git_command(..)) ~= 0`.
    
    To fix it, we can simplify the double negation as just a `==`.
    ouuan authored and lewis6991 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    035da03 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    7aa9a56 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.8.1

    github-actions[bot] authored and lewis6991 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    76927d1 View commit details
    Browse the repository at this point in the history
Loading