From 47fa5ae63e53c08d3c4c760f055378abc0bad091 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Fri, 10 Feb 2012 01:23:47 +0100 Subject: Add option preventing metastore from omitting .git dirs. --- metaentry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metaentry.h') diff --git a/metaentry.h b/metaentry.h index fe3351a..3b2f2a1 100644 --- a/metaentry.h +++ b/metaentry.h @@ -52,7 +52,7 @@ struct metahash { struct metaentry *mentry_create(const char *path); /* Recurses opath and adds metadata entries to the metaentry list */ -void mentries_recurse_path(const char *opath, struct metahash **mhash); +void mentries_recurse_path(const char *opath, struct metahash **mhash, bool git); /* Stores a metaentry list to a file */ void mentries_tofile(const struct metahash *mhash, const char *path); -- cgit v1.2.1