<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>bash/git_autocompletion.sh</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,7 @@
 # Thanks to Geoffrey's peepcode for many of these
 alias g='git '
 alias gst='git status'
+alias gs='git status'
 alias gl='git pull'
 alias gp='git push'
 alias gd='git diff | mate'
@@ -14,10 +15,3 @@ alias gpp='git pull; git push'
 # For when you are stuck between worlds...
 alias gsd='git svn dcommit'
 alias gsr='git svn rebase' 
-
-# git auto completion - don't write your own when its already been done (better) and is in git-core
-#   sudo port install git-core +bash_completion 
-if [ -f /opt/local/etc/bash_completion ]; then
-	. /opt/local/etc/bash_completion
-  complete -o default -o nospace -F _git g
-fi</diff>
      <filename>bash/git.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>87589dcec685a7fd90eba1c4d68f98e0ba60f2cc</id>
    </parent>
  </parents>
  <author>
    <name>Larry Karnowski</name>
    <email>larry@thinkrelevance.com</email>
  </author>
  <url>http://github.com/relevance/etc/commit/662a8b73c27a36e83aae87172d0876b4b63c9c5a</url>
  <id>662a8b73c27a36e83aae87172d0876b4b63c9c5a</id>
  <committed-date>2009-01-08T07:45:13-08:00</committed-date>
  <authored-date>2009-01-08T07:45:13-08:00</authored-date>
  <message>Pulled the git auto completion into its own file.  (It was causing wonkiness on my box.)
Added a shorter &quot;gs&quot; for &quot;git status&quot;.</message>
  <tree>77619499178a4b85a2c72c43c06f713888c34494</tree>
  <committer>
    <name>Larry Karnowski</name>
    <email>larry@thinkrelevance.com</email>
  </committer>
</commit>
