Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / rev_control / git_info.sh
index 4caf0f49d1d089595b83f61f9bcdb012d4bd8d26..11817c703e708cea7231a61ca326f6fcdbe6df0b 100644 (file)
@@ -32,9 +32,9 @@ echo "== Most Recent Commit"
 git --no-pager log --max-count=1
 echo
  
-echo "Type 'git log' for more commits, or 'git show' for full commit details."
+echo "type 'git log' for more commits, or 'git show' for full commit details."
 else
-echo "Not a git repository."
+echo "not a git repository."
 fi
  
 popd >/dev/null