浏览代码

Added credits

Alexis GRIMALDI 12 年之前
父节点
当前提交
46b88b6a5a
共有 1 个文件被更改,包括 20 次插入0 次删除
  1. 20 0
      plugins/git-extras/git-extras.plugin.zsh

+ 20 - 0
plugins/git-extras/git-extras.plugin.zsh

@@ -1,4 +1,24 @@
 #compdef git
+# ------------------------------------------------------------------------------
+# Description
+# -----------
+#
+#  Completion script for git-extras (http://github.com/visionmedia/git-extras).
+#
+# ------------------------------------------------------------------------------
+# Authors
+# -------
+#
+#  * Alexis GRIMALDI (https://github.com/agrimaldi)
+#
+# ------------------------------------------------------------------------------
+# Inspirations
+# -----------
+#
+#  * git-extras (http://github.com/visionmedia/git-extras)
+#  * git-flow-completion (http://github.com/bobthecow/git-flow-completion)
+#
+# ------------------------------------------------------------------------------
 
 
 __git_command_successful () {