<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,8 @@ interaction:
   * Makes all git command porcelains available as top-level command aliases.
   * Custom prompt with branch and current repository.
   * Shawn O. Pearce's bash completion support built-in.
-  * Customizable via ~/.gitshrc file (add aliases, change prompt, etc.)
+  * Customizable via `/etc/gitshrc` and `~/.gitshrc` config files (add
+    aliases, change prompt, etc.)
   * `gitalias` command for defining shorthand git aliases with completion.
   * Respects `~/.bashrc` and `~/.inputrc` configuration.
 
@@ -69,15 +70,15 @@ Use the `command` command (eg. `command rm`) or qualify the command
 Customizing
 -----------
 
-If the `~/.gitshrc` file exists, it is sourced as the very last thing the
-shell does before becoming interactive. I've included my personal
-[`~/.gitshrc`][1] in the distribution as an example.
+The `/etc/gitshrc` and `~/.gitshrc` files are sourced (in that order)
+immediately before the shell becomes interactive.  An [example `gitshrc`
+file][1] is include in the distribution as an example.
 
 [1]: gitshrc-example.bash &quot;Ryan's ~/.gitshrc file&quot;
 
-Note also that your `~/.bashrc` file is sourced into the shell before
-`~/.gitshrc` so any base customizations not explicitly overridden by
-`git-sh` should be available.
+Note also that your `~/.bashrc` file is sourced into the shell before either
+`/etc/gitshrc` or `~/.gitshrc`, so any base bash customizations not
+explicitly overridden by `git-sh` should be available.
 
 Help
 ----</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,8 @@
 
 # CONFIG ==============================================================
 
-# source the user's rc file:
+# source the system-wide rc file
 [ -r /etc/gitshrc ] &amp;&amp; . /etc/gitshrc
+
+# source the user's rc file
 [ -r ~/.gitshrc ] &amp;&amp; . ~/.gitshrc</diff>
      <filename>git-sh-config.bash</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>faa322ed0cf6557724fa15f8d1569d296534109b</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Tomayko</name>
    <email>rtomayko@songbirdnest.com</email>
  </author>
  <url>http://github.com/rtomayko/git-sh/commit/8e21220909a3b28ffc88bb3b072efc7b8e50ea83</url>
  <id>8e21220909a3b28ffc88bb3b072efc7b8e50ea83</id>
  <committed-date>2008-10-17T12:36:32-07:00</committed-date>
  <authored-date>2008-10-17T12:35:55-07:00</authored-date>
  <message>document /etc/gitshrc support</message>
  <tree>a9325acd0473404d108eca2e7c3c00a956f1cec3</tree>
  <committer>
    <name>Ryan Tomayko</name>
    <email>rtomayko@songbirdnest.com</email>
  </committer>
</commit>
