diff options
author | David Härdeman <david@hardeman.nu> | 2008-03-20 14:25:47 +0100 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2008-03-20 14:25:47 +0100 |
commit | 2d6671c648942d46522fc53c5cff2142d4572eeb (patch) | |
tree | b329bb025ab3501a83bc8ff3030fcf07e5ab2a05 /metastore.1 | |
parent | 84e8f95743199deec9db0a87da517252af3cd6d8 (diff) |
First stab at supporting the option of automatically creating empty
directories which are missing.
This should help with Debian BR #460998
Diffstat (limited to 'metastore.1')
-rw-r--r-- | metastore.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/metastore.1 b/metastore.1 index fc72b1e..eeecdc9 100644 --- a/metastore.1 +++ b/metastore.1 @@ -40,6 +40,12 @@ once for even less verbosity. .TP .B -m, --mtime Causes metastore to also take mtime into account for the compare or apply actions. +.TP +.B -e, --empty-dirs +Also attempts to recreate missing empty directories. May be useful where +empty directories are not tracked (e.g. by git or cvs). +Only works in combination with the \fBapply\fR option. +This is currently an experimental feature. .\" .SH PATHS If no path is specified, metastore will use the current directory as the basis |