[Libreoffice-commits] .: g
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 16 17:46:39 PDT 2012
g | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 41b5c80add33a59222dab06277fad4ec2e1f7183
Author: Peter Foley <pefoley2 at verizon.net>
Date: Tue Oct 16 20:43:21 2012 -0400
cleanup ./g output
Change-Id: I84a775ceb983ad21d4585a3c3718f99bbac5a282
diff --git a/g b/g
index aa53015..9112274 100755
--- a/g
+++ b/g
@@ -19,7 +19,7 @@ usage()
echo
echo "Usage: g [options] [git (checkout|clone|fetch|grep|pull|push|reset) [git options/args..]]"
echo ""
- echo " -z restaure the git hooks and others sanity checks"
+ echo " -z restore the git hooks and do other sanity checks"
}
refresh_submodule_hooks()
@@ -323,8 +323,10 @@ case "$COMMAND" in
tag)
do_git_cmd ${COMMAND} "$@"
;;
+ "")
+ ;;
*)
- echo "./g does not support command:$COMMAND" 1>&2
+ echo "./g does not support command: $COMMAND" 1>&2
exit 1;
;;
esac
More information about the Libreoffice-commits
mailing list