8000 Comparing mawww:master...2xsaiko:master · mawww/kakoune · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink
8000

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: mawww/kakoune
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: 2xsaiko/kakoune
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 20, 2022

  1. Add editorconfig

    2xsaiko committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    c9590d4 View commit details
    Browse the repository at this point in the history
  2. Wrap command in another sh invocation to ensure long PATH works

    When the PATH is overly long (>=1373 chars at least here), binaries are no
    longer able to be looked up in PATH for some reason, giving a command not found
    error, and resulting in this error from osascript due to the new shell
    immediately exiting:
    
        execution error: missing value doesn’t understand the “select” message. (-1708)
    
    Wrapping the env invocation in another sh process works around this issue.
    2xsaiko committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    42cf21d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Get rid of 'env' invocation

    2xsaiko committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    2acf108 View commit details
    Browse the repository at this point in the history
Loading
0