Skip to content
Snippets Groups Projects
  • Simon McVittie's avatar
    16e20ba0
    mtree: Parse the ignore, nochange and optional flags · 16e20ba0
    Simon McVittie authored
    
    The nochange flag is fully implemented here: it suppresses changing the
    modification time or permissions.
    
    The optional flag is mostly implemented here: it suppresses the error
    that would ordinarily occur if a file with content does not already
    exist.
    
    The ignore flag is not yet implemented, only parsed, because it only
    really applies when verifying whether a filesystem tree matches a
    specification.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    16e20ba0
    History
    mtree: Parse the ignore, nochange and optional flags
    Simon McVittie authored
    
    The nochange flag is fully implemented here: it suppresses changing the
    modification time or permissions.
    
    The optional flag is mostly implemented here: it suppresses the error
    that would ordinarily occur if a file with content does not already
    exist.
    
    The ignore flag is not yet implemented, only parsed, because it only
    really applies when verifying whether a filesystem tree matches a
    specification.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>