summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeandro Lucarella <leandro.lucarella@sociomantic.com>2014-10-16 12:34:20 +0200
committerMihails Strasuns <mihails.strasuns@sociomantic.com>2014-10-23 15:12:17 +0200
commit778945b1e4b482487346e7520f508a77f9b9fe05 (patch)
tree1ce58c12b11e4250af64b7f04c5dc3c57f75abd5
parenteccdb7d13920f1fbb0e846863f9e3e3443e31fc5 (diff)
README: Add a "Similar Projects" section
-rw-r--r--README.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d0cc4ae..bd2b2cb 100644
--- a/README.rst
+++ b/README.rst
@@ -201,6 +201,29 @@ activate the *ftdetect* plugin by copying or symbolic-linking it to
# ln -s ftdetect.vim ~/.vim/ftdetect/githubmsg.vim
+Similar Projects
+================
+
+We explored other other alternatives before starting this project, but none of
+these tools do (or are targeted) at what we needed. But here are the ones we
+found, in case they are a better fit for you:
+
+* `hub <https://hub.github.com/>`_: Is the *official* tool, but it completely
+ replaces the Git command, adding special syntax for official git commands.
+ This is definitely something we didn't want. We don't want to mess with Git.
+
+* `ghi <https://github.com/stephencelis/ghi>`_: This only handle issues. Not
+ what we needed.
+
+* `git-hub <https://github.com/seveas/git-hub>`_: This tool was discovered after
+ we started and published this project, sadly, as it covers similar ground (it
+ doesn't offer the rebase capabilities but it could have been implemented as an
+ extension), and worse, it has the same name, and extends the Git command-line
+ adding the ``hub`` command too, which can introduce a lot of confusion to
+ users. We might try to merge our code into that project eventually, if there
+ is interest.
+
+
Contact
=======