From d385c290f0cc3c7ce53b0fb98b368bf2fb942dc9 Mon Sep 17 00:00:00 2001 From: Jerome Reybert <jreybert@gmail.com> Date: Thu, 3 Dec 2015 00:33:03 +0100 Subject: [PATCH] README: add a "Credits" section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9dd6aae..62d5d17 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,12 @@ This part must be refined, I don't see any minimal version for git and vim, but At least, it is tested with vim 7.3.249 and git 1.8.5.6 (see [Integration](#integration)). +## Credits + +* Obviously, big credit to [magit](https://github.com/magit/magit). For the moment, I am only copying their stage workflow, but I won't stop there! They have a lot of other good ideas. +* Sign handling is based on [gitgutter](https://github.com/airblade/vim-gitgutter) work. +* Command line completion is based on [hypergit](https://github.com/c9s/hypergit.vim) work. + ## License Copyright (c) Jerome Reybert. Distributed under the same terms as Vim itself. See :help license. -- GitLab