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

Fix verification of hardlinks during git clone #1796

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ddzialak
Copy link

@ddzialak ddzialak commented Oct 4, 2024

No description provided.

@ddzialak
Copy link
Author

ddzialak commented Oct 4, 2024

Copy link

There are issues in commit 8403df7:
Fix verification of hardlinks during git clone
Commit not signed off

@ddzialak
Copy link
Author

ddzialak commented Oct 4, 2024

win tests failures but it seems to be not related:

win test (6)
failed: t0610.47 ref transaction: many concurrent writers

@dscho
Copy link
Member

dscho commented Oct 4, 2024

win tests failures but it seems to be not related:

win test (6)
failed: t0610.47 ref transaction: many concurrent writers

Indeed, see the discussion on the mailing list.

Copy link

There are issues in commit 6134d20:
Fix sanity-check for hardlinks created during git clone
Commit not signed off

Copy link

There are issues in commit 7e1dcbf:
Fix sanity-check for hardlinks created during git clone
Commit not signed off

At some filesystems, creation of hardlink may change inode
of source file. Such hardlinks should be accepted by git clone.

Signed-off-by: Dariusz Działak <darek@dzialak.pl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants