diff --git a/.mrconfig b/.mrconfig --- a/.mrconfig +++ b/.mrconfig @@ -19,6 +19,10 @@ checkout = git clone 'https://forge.softwareheritage.org/source/swh-docs.git' 'swh-docs' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install +[swh-fuse] +checkout = git clone 'https://forge.softwareheritage.org/source/swh-fuse.git' 'swh-fuse' +fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install + [swh-graph] checkout = git clone 'https://forge.softwareheritage.org/source/swh-graph.git' 'swh-graph' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install