-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Directly Fix #2839 #3135
Directly Fix #2839 #3135
Conversation
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
' | ||
|
||
test_expect_success "output looks good" ' | ||
echo "QmWYN8SEXCgNT2PSjB6BnxAx6NJQtazWoBkTRH9GRfPFFQ" > badlink_exp && | ||
test_cmp badlink_exp badlink_out | ||
' | ||
|
||
test_expect_success "adding with symlink in middle of path is same as\ | ||
adding with no symlink" ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test should still be valid.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
5f503e6
to
802d3f9
Compare
Alright, This LGTM. @jbenet since this is in response to your review, want to give it a quick look over? |
LGTM |
Thanks @kevina! |
So, just to be clear, would we be able to make |
Revert the original fix for #2839 and instead fix the original issue so that adding the current directory works as expected without changing the semantics of how symbolic links are handled.