From e93d207f71d37774f603621555970e8f2bad2d30 Mon Sep 17 00:00:00 2001 From: Jonathan Giszczak Date: Fri, 25 May 2018 14:35:05 -0500 Subject: [PATCH] Remove snapshot submodule. Note that for existing checkouts, a copy remains in $GIT_DIR/modules so checkout of previous revisions does not require fetching from a remote repository. New checkouts will not have a copy unless an older revision is checked out, followed by git submodule update --init --recursive. --- .gitmodules | 3 --- programs/snapshot | 1 - 2 files changed, 4 deletions(-) delete mode 160000 programs/snapshot diff --git a/.gitmodules b/.gitmodules index e54d2b581..a37b85cc3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,9 +6,6 @@ path = libraries/appbase url = https://github.com/eosio/appbase ignore = dirty -[submodule "programs/snapshot"] - path = programs/snapshot - url = https://github.com/EOSIO/genesis.git [submodule "contracts/musl/upstream"] path = contracts/musl/upstream url = https://github.com/EOSIO/musl.git diff --git a/programs/snapshot b/programs/snapshot deleted file mode 160000 index e2a2e74e4..000000000 --- a/programs/snapshot +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e2a2e74e456413f5d6e6439d4918d1b417ede1c3 -- GitLab