diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2012-02-10 01:23:47 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2012-02-10 01:23:47 +0100 |
commit | 47fa5ae63e53c08d3c4c760f055378abc0bad091 (patch) | |
tree | d92d52c397447a76458303bd1f4f8b456f5f3714 /metastore.1 | |
parent | 1cb509ed61006cfee243ba209dda584a1abca1cc (diff) |
Add option preventing metastore from omitting .git dirs.
Diffstat (limited to 'metastore.1')
-rw-r--r-- | metastore.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/metastore.1 b/metastore.1 index 316f4b4..5a7e1ee 100644 --- a/metastore.1 +++ b/metastore.1 @@ -1,4 +1,4 @@ -.TH metastore "1" "May 2007" +.TH metastore "1" "February 2012" .\" .SH NAME metastore \- stores and restores filesystem metadata @@ -48,6 +48,9 @@ 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. .TP +.B -g, --git +Prevents metastore from omitting .git directories. +.TP .B -f <file>, --file <file> Causes the metadata to be saved, read from the specified file rather than ./.metadata. |