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

sh: support reflinking directories #619

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Mar 9, 2023

  1. sh format: improve stampfile handling

    - mktemp in /tmp
    - don't assume $0 is a file
    - remove stampfiles at exit
    - don't create stampfiles if -n is passed
    
    Closes sahib#554
    cebtenzzre authored and intelfx committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    9688bee View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    220f6d6 View commit details
    Browse the repository at this point in the history
  2. sh: support reflinking directories

    - modify rm_util_link_type() to specifically detect directory pairs
    - modify sh output generator to emit cp_reflink for directory pairs
    - modify sh template to support reflinking directories and extend
      stampfile code to preserve attributes recursively
    
    Fixes sahib#618.
    intelfx committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    fc16423 View commit details
    Browse the repository at this point in the history