summarylogtreecommitdiffstats
path: root/git-interactive-rebase-tool.install
diff options
context:
space:
mode:
authorKr1ss2019-10-06 22:28:55 +0200
committerKr1ss2019-10-06 22:28:55 +0200
commit2a17252c3c117c80b11612912d514684f714a564 (patch)
treeaf5d82d3dc24b2639719c771a1144888807a6ab2 /git-interactive-rebase-tool.install
downloadaur-2a17252c3c117c80b11612912d514684f714a564.tar.gz
initial upload: 1.1.0.r243.ab379e3-1
Diffstat (limited to 'git-interactive-rebase-tool.install')
-rw-r--r--git-interactive-rebase-tool.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/git-interactive-rebase-tool.install b/git-interactive-rebase-tool.install
new file mode 100644
index 000000000000..ae37701bf6f0
--- /dev/null
+++ b/git-interactive-rebase-tool.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo ""
+ echo "Configure git to use the rebase tool:"
+ echo "git config --global sequence.editor interactive-rebase-tool"
+ echo ""
+}
+
+post_remove() {
+ echo ""
+ echo "You have to remove the tool from the git configuration:"
+ echo "git config --global --unset sequence.editor"
+ echo ""
+}