ReleaseNotes: duplicated files are hard links #229
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Inform users that Windows Explorer double counts file sizes for
hard links.
fixes: #1977 (git-for-windows/git#1997)
Signed-off-by: Philip Oakley philipoakley@iee.org
I haven't tested this with a full build and install yet, but it looked simple enough, apart from a minor concern about the '#' in the updated markdown text.
A friendly reminder for new contributors:
What is DCO sign-off? Why is it required?
DCO stands for Developer's Certificate of Origin.
We require all commits to be DCO signed-off in case we need to track down and handle legal and/or technical issues.
To DCO sign-off your commits, you could run the
git-commit
command with the-s
option or just add a line in your commit message in this format:For more information, check out how PRs are checked for DCO sign-off: https://github.com/probot/dco#how-it-works .
Thank you very much.