Changeset View
Changeset View
Standalone View
Standalone View
.mrconfig
| Show First 20 Lines • Show All 147 Lines • ▼ Show 20 Lines | fixups = | ||||
| grep -q pre-commit.com .git/hooks/commit-msg || pre-commit install -t commit-msg | grep -q pre-commit.com .git/hooks/commit-msg || pre-commit install -t commit-msg | ||||
| [swh-scheduler] | [swh-scheduler] | ||||
| checkout = git clone 'https://forge.softwareheritage.org/source/swh-scheduler.git' 'swh-scheduler' | checkout = git clone 'https://forge.softwareheritage.org/source/swh-scheduler.git' 'swh-scheduler' | ||||
| fixups = | fixups = | ||||
| grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install | grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install | ||||
| grep -q pre-commit.com .git/hooks/commit-msg || pre-commit install -t commit-msg | grep -q pre-commit.com .git/hooks/commit-msg || pre-commit install -t commit-msg | ||||
| [swh-scrubber] | |||||
| checkout = git clone 'https://forge.softwareheritage.org/source/swh-scrubber.git' 'swh-scrubber' | |||||
| fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install | |||||
| [swh-search] | [swh-search] | ||||
| checkout = git clone 'https://forge.softwareheritage.org/source/swh-search.git' 'swh-search' | checkout = git clone 'https://forge.softwareheritage.org/source/swh-search.git' 'swh-search' | ||||
| fixups = | fixups = | ||||
| grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install | grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install | ||||
| grep -q pre-commit.com .git/hooks/commit-msg || pre-commit install -t commit-msg | grep -q pre-commit.com .git/hooks/commit-msg || pre-commit install -t commit-msg | ||||
| [swh-storage] | [swh-storage] | ||||
| checkout = git clone 'https://forge.softwareheritage.org/source/swh-storage.git' 'swh-storage' | checkout = git clone 'https://forge.softwareheritage.org/source/swh-storage.git' 'swh-storage' | ||||
| Show All 21 Lines | |||||