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

Don't automatically dereference symlinks in tree/recursive #638

Merged
merged 1 commit into from
Mar 15, 2022

Conversation

meain
Copy link
Member

@meain meain commented Mar 15, 2022

Fixes #637


TODO

  • Use cargo fmt
  • Add necessary tests
  • Add changelog entry
  • Update default config/theme in README (if applicable)
  • Update man page at lsd/doc/lsd.md (if applicable)

@meain meain requested a review from Peltoche as a code owner March 15, 2022 04:42
@codecov-commenter
Copy link

Codecov Report

Merging #638 (89342c8) into master (08558cc) will increase coverage by 0.02%.
The diff coverage is 84.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #638      +/-   ##
==========================================
+ Coverage   86.12%   86.15%   +0.02%     
==========================================
  Files          37       37              
  Lines        3957     3979      +22     
==========================================
+ Hits         3408     3428      +20     
- Misses        549      551       +2     
Impacted Files Coverage Δ
src/meta/mod.rs 40.15% <50.00%> (+0.64%) ⬆️
tests/integration.rs 100.00% <100.00%> (ø)
src/meta/inode.rs 62.50% <0.00%> (-6.25%) ⬇️
src/icon.rs 97.69% <0.00%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 08558cc...89342c8. Read the comment docs.

@zwpaper zwpaper merged commit 019e8e4 into lsd-rs:master Mar 15, 2022
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.

--tree and --recursive options shouldn't dereference symlinks by default
3 participants