[pkg-haskell-tools] 01/01: Typo
Joachim Breitner
nomeata at moszumanska.debian.org
Sat Jul 22 19:52:50 UTC 2017
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 5c3b22ea5c1ca3d9d37fb63a35d2aba088c63482
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Jul 22 15:48:06 2017 -0400
Typo
---
scripts/mass-change | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/mass-change b/scripts/mass-change
index 1d75ee9..e6d1e08 100755
--- a/scripts/mass-change
+++ b/scripts/mass-change
@@ -19,7 +19,7 @@ This script runs ACTION in each of the given directories. If the ACTION
effected a change, it will add MESSAGE to the changelog.
It assumes that all directories are in the same git repository as this script.
-It ensures that the repository is clean tobegin with, and will commit all
+It ensures that the repository is clean to begin with, and will commit all
changes at once at the end, if there was a change.
__END__
exit 0;
@@ -82,7 +82,7 @@ do
git diff . > /dev/null
if git diff-files --quiet .
then
- echo "Action did not change $dir, skipping push"
+ echo "Action did not change $dir, not modifying changelog"
popd >/dev/null
continue
fi
--
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