Lioncash e1709546f9
externals: Update catch to 2.9.1
Keeps the unit-testing library up to date.
2019-06-17 06:36:01 -04:00
..
2019-06-17 06:36:01 -04:00
2019-03-29 16:34:24 +00:00
2019-04-15 16:18:43 +01:00
2018-08-15 13:28:13 +01:00

This repository uses subtrees to manage some of its externals.

Initial setup

git remote add externals-fmt https://github.com/fmtlib/fmt.git
git remote add externals-xbyak https://github.com/herumi/xbyak.git

Updating

Change <ref> to refer to the appropriate git reference.

git fetch externals-fmt
git fetch externals-xbyak
git subtree pull --squash --prefix=externals/fmt externals-fmt <ref>
git subtree pull --squash --prefix=externals/xbyak externals-xbyak <ref>