Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add worktree support - Bump version of libgit2 #956

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2022

  1. added the worktree api

    fix bindings
    
    updated doc
    
    added tests
    
    not sure why I ignored that error
    
    need to lock before calling unlock
    wtrep committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    bdf5a6f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Merge pull request #1 from coveord/feature/DT-5224-worktree-api

    Added the bindings for the Worktree API
    for @wtrep
    pballandras authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    9232cba View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update libgit2 to v1.6.4

    wtrep committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4b56a0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from coveord/libgit2-v1.6.4

    Update libgit2 to v1.6.4
    wtrep authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0d0aa50 View commit details
    Browse the repository at this point in the history
  3. Bump libgit2 to 1.7.0

    wtrep committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    113f589 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from coveord/libgit2-v1.7.0

    Update libgit2 to v1.7.0
    wtrep authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    36a9eb9 View commit details
    Browse the repository at this point in the history