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: cljoly/telescope-repo.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cljoly/telescope-repo.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 4 contributors

Commits on Aug 2, 2024

  1. Add an option to easily support PowerShell

    Co-authored-by: Clément Joly <[email protected]>
    hinogi and cljoly committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    891c9f0 View commit details
    Browse the repository at this point in the history
  2. feat: adjust fd --exec argument on windows automatically

    This manually applies #60, with fixes on the condition. In Lua, 0 is not
    a false value, which means that:
    
    ```lua
    if vim.fn.has("win32") then print("Hi") end
    ```
    actually prints "Hi" even on Linux (where `vim.fn.has("win32")` returns
    0).
    
    I’m manually merging because the PR started from `master` and thus did
    not incorporate the changes from `dev`.
    
    Co-authored-by: agctute <[email protected]>
    cljoly and agctute committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e9806df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2f0367 View commit details
    Browse the repository at this point in the history
  4. feat: speed up directory traversal with fd (list command)

    This typically prevents going into the `.git` directory when matching on
    `.git`, thus making traversal faster.
    cljoly committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    58f9363 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. chore: fix formatting

    cljoly committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e86214f View commit details
    Browse the repository at this point in the history
Loading