From 8d01e6af37bcf25b3edaae107d090c310e34d6f0 Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Wed, 30 Nov 2016 16:03:05 -0500 Subject: [PATCH] Deprecate in favor of Braid. :/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1