naming fixes, terminal title fixes
[feisty_meow.git] / scripts / rev_control / git_info.sh
index 11817c703e708cea7231a61ca326f6fcdbe6df0b..c5eb747f32fdc347aafb131d7878d07ae8275c20 100644 (file)
@@ -6,6 +6,12 @@
 # license: MIT
 #
 # Based on discussion at http://kerneltrap.org/mailarchive/git/2007/11/12/406496
+
+# mods made to save and restore terminal title by fred for feisty meow codebase.
+
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+
+save_terminal_title
  
 pushd . >/dev/null
  
@@ -38,3 +44,6 @@ echo "not a git repository."
 fi
  
 popd >/dev/null
+
+restore_terminal_title
+