8000 plumbing: filemode, Remove check for setting size of .git/index file by nicholasSUSE · Pull Request #1159 · go-git/go-git · GitHub
[go: up one dir, main page]

Skip to content

plumbing: filemode, Remove check for setting size of .git/index file #1159

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

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update worktree_status_test.go
Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
  • Loading branch information
nicholasSUSE and pjbgf authored Aug 6, 2024
commit 792c9208a380eed85dfd180e4aceca79d8ef3261
2 changes: 1 addition & 1 deletion worktree_status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func TestIndexEntrySizeUpdatedForNonRegularFiles(t *testing.T) {
// go-git's Status diverges from "git status", so this check does not
// fail, even when the issue is present. As at this point "git status"
// reports the unstaged file was modified while "git diff" would return
// empy, as the files as the same but the index has the incorrect file
// empty, as the files are the same but the index has the incorrect file
// size.
st, err = wt.StatusWithOptions(StatusOptions{Strategy: Preload})
assert.NoError(t, err)
Expand Down
Loading
0