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

Commits on Aug 16, 2023

  1. Small typo fixes

    - Thanks to @sefricke
    bradsherman committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6a12987 View commit details
    Browse the repository at this point in the history
  2. Add Documentation

    - Thanks to @tusqasi
    bradsherman committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7ac9241 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff05db1 View commit details
    Browse the repository at this point in the history
  4. Add option to disable fetch on creation

    - Thanks to @TamaMcGlinn
    bradsherman committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f5b43fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    699073c View commit details
    Browse the repository at this point in the history
  6. Don't set origin prefix 2 times

    - Thanks to @zkygr
    bradsherman committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    13a1b06 View commit details
    Browse the repository at this point in the history
  7. Fix telescope git_worktree export

    - Thanks to @Uszczi
    bradsherman committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4c96f17 View commit details
    Browse the repository at this point in the history
  8. Catch Errors in telescope transform path

    - Thanks to @brandoncc
    bradsherman committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    87ed2ab View commit details
    Browse the repository at this point in the history
  9. Increase Telescope Options

    - Thanks to @jamestrew - #80
    bradsherman committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d409de4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a49bf8c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1 from bradsherman/updates-from-other-forks

    Updates from other forks
    bradsherman authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8ed2513 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Fix set upstream to

    - If the branch exists we'll set it, otherwise we just push with
      --set-upstream which will set it
    
    - If we use a branch that does not exist, we cannot set the upstream
      before pushing and fetching. This just disables it for now but
      eventually it should be reordered such that we will push before
      setting the upstream.
    
    - Fix prompt issue in telescope for choosing path of new worktree
    bradsherman committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    44bb34a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from bradsherman/fix-push-error

    Fix set upstream to
    bradsherman authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a9cc996 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 1, 2024

  1. Merge pull request #3 from bradsherman/fix-telescope-path

    Fix telescope extensions API changes
    bradsherman authored May 1, 2024
    Configuration menu
    Copy the full SHA
    a65617a View commit details
    Browse the repository at this point in the history
Loading