Skip to content

Commit

Permalink
fmt: add fmt submodule back
Browse files Browse the repository at this point in the history
seastar does not bring fmt as a submodule, so let's ready it by
ourselves.

This reverts commit 53a38bf.

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Mar 21, 2019
1 parent 33d9293 commit 98fecbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
[submodule "src/seastar"]
path = src/seastar
url = https://github.com/ceph/seastar.git
[submodule "src/fmt"]
path = src/fmt
url = https://github.com/ceph/fmt.git
[submodule "src/c-ares"]
path = src/c-ares
url = https://github.com/ceph/c-ares.git
1 change: 1 addition & 0 deletions src/fmt
Submodule fmt added at 7ad301

0 comments on commit 98fecbd

Please sign in to comment.