summaryrefslogtreecommitdiffstats
path: root/devel/qgrit/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/qgrit/DETAILS')
-rwxr-xr-xdevel/qgrit/DETAILS17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/qgrit/DETAILS b/devel/qgrit/DETAILS
new file mode 100755
index 0000000000..b0f4517bbb
--- /dev/null
+++ b/devel/qgrit/DETAILS
@@ -0,0 +1,17 @@
+. "$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