[pkg-haskell-tools] 01/02: upgrade: Suggest "commit -v"

Joachim Breitner nomeata at moszumanska.debian.org
Sun May 29 10:52:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository pkg-haskell-tools.

commit 587cdeacc73ef36197157c2f3fa7ed3d8ef2981e
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun May 29 11:51:21 2016 +0200

    upgrade: Suggest "commit -v"
---
 scripts/upgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/upgrade b/scripts/upgrade
index 722c490..dfa6476 100755
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -130,7 +130,7 @@ do
   else
     echo "Upgraded $cabal_name to $version"
     echo "Merge failed. Please resolve and then run"
-    echo "git add -u .; git commit"
+    echo "git add -u .; git commit -v"
   fi
   if test -d debian/patches
   then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git



More information about the Pkg-haskell-commits mailing list