diff options
author | Josh Durgin <jdurgin@redhat.com> | 2018-05-17 22:57:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-17 22:57:39 +0200 |
commit | 4516870a52f5a6f02b47faf9a3c278e157d69f7a (patch) | |
tree | e89ccb20a1164024a216f0decd652f01beb49247 /.gitmodules | |
parent | Merge pull request #22015 from tchaikov/wip-denc (diff) | |
parent | dmclock: remove no longer needed README (diff) | |
download | ceph-4516870a52f5a6f02b47faf9a3c278e157d69f7a.tar.xz ceph-4516870a52f5a6f02b47faf9a3c278e157d69f7a.zip |
Merge pull request #21651 from ceph/wip-da-dmclock-submodule
move dmclock subtree into submodule
Reviewed-by: Eric Ivancich <ivancich@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 24a8ba53de6..a945b90796c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [submodule "src/rapidjson"] path = src/rapidjson url = https://github.com/ceph/rapidjson +[submodule "src/dmclock"] + path = src/dmclock + url = https://github.com/ceph/dmclock.git |