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

Test: Git - support reftable storage #226598

Closed
2 tasks done
lszomoru opened this issue Aug 26, 2024 · 2 comments
Closed
2 tasks done

Test: Git - support reftable storage #226598

lszomoru opened this issue Aug 26, 2024 · 2 comments

Comments

@lszomoru
Copy link
Member

lszomoru commented Aug 26, 2024

Refs: #221642

Complexity: 3

Create Issue


Git 2.45 introduces support for the new reftable storage. This milestone we have made changes to the vscode.git extension to support it.

Prerequisites

  1. Install Git 2.45 or later
  2. Install the latest VS Code Insiders release

Testplan

  1. Clone a git repository using the terminal
    git clone --ref-format=reftable https://github.com/microsoft/vscode.git
    
  2. Open a newly cloned repository in VS Code
    • Confirm that the repository is correctly detected
  3. Perform basic source control operations (ex: checkout, stage/unstage, commit, create new branch)
    • Confirm that these operations are working as expected
@ntrogh
Copy link
Contributor

ntrogh commented Aug 27, 2024

Tested ok with git 2.46 on Windows.

@ntrogh ntrogh removed their assignment Aug 27, 2024
@anthonykim1
Copy link
Contributor

Tested with 2.46.0 - tried making branch, staging and committing - worked fine. Also seeing expected main with check mark instead of invalid from the screenshot in the referenced issue. Nice work!

@anthonykim1 anthonykim1 removed their assignment Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@ntrogh @lszomoru @anthonykim1 and others