. "$GRIMOIRE/FUNCTIONS"
           SPELL=qgrit
         VERSION=$(get_scm_version)
          SOURCE="${SPELL}-scm.tar.bz2"
   SOURCE_URL[0]=git_http://github.com/${SPELL}/${SPELL}.git:$SPELL
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
        WEB_SITE="https://github.com/qgrit/qgrit"
      LICENSE[0]=BSD
         ENTERED=20130615
           SHORT="git GUI for interactive git rebase"
cat << EOF
This helper allows you to graphically reorder commits during "git rebase -i"
It avoids the potential problem when editing text files.  Typos during edit,
lines lost by cutting and forgetting to paste.  And other shortcomings
depending on the editor used.
EOF
