From: Matt McCutchen Date: Wed, 30 Nov 2016 21:03:05 +0000 (-0500) Subject: Deprecate in favor of Braid. :/ X-Git-Url: https://mattmccutchen.net/utils/git-subtree-lite.git/commitdiff_plain/8d01e6af37bcf25b3edaae107d090c310e34d6f0 Deprecate in favor of Braid. :/ --- diff --git a/README.md b/README.md index 8534fc6..9b553bd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ `git subtree-lite` is a tool to manage modified versions of content imported from other git repositories. It's easier than git submodules and very similar to `git subtree --squash` but avoids some of the bugs. See the documentation at the top of the script for more information. -For now, please email any bug reports, enhancement requests, or proposed patches to me. I'll consider setting up public issue tracking if and when the demand arises. +As of 2016-11-30, I'm deprecating `git subtree-lite` in favor of [Braid](http://cristibalan.github.io/braid/), which is semantically equivalent in the default "squashed" mode but more mature. I see some potential problems in the way Braid operates, but they can be fixed as needed. The `git subtree-lite` code will remain available because it demonstrates some interesting techniques. ~ Matt McCutchen