<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,12 +12,13 @@
 
 function _chit_completion()
 {
-  local chits partial
+  local chits priv_chits partial
 
   chits=$( chit all 2&gt;/dev/null )
+  priv_chits=$( chit @all | sed -e 's/^/@/g' 2&gt;/dev/null )
   partial=${COMP_WORDS[COMP_CWORD]}
 
-  COMPREPLY=( $( compgen -W &quot;$chits&quot; -- $partial ) )
+  COMPREPLY=( $( compgen -W &quot;$chits $priv_chits&quot; -- $partial ) )
 
   return 0
 }</diff>
      <filename>tools/chit-bash-completion.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ba920ace00565758511e3ddc3288601dda1e6e9f</id>
    </parent>
  </parents>
  <author>
    <name>Roland Halder</name>
    <email>rhalder@gmx.de</email>
  </author>
  <url>http://github.com/robin/chit/commit/6ca22dbb2c3be57675fe2d12aba0bfe8499c4f9c</url>
  <id>6ca22dbb2c3be57675fe2d12aba0bfe8499c4f9c</id>
  <committed-date>2008-06-24T07:02:55-07:00</committed-date>
  <authored-date>2008-06-24T07:02:55-07:00</authored-date>
  <message>Support private chit repositories

Signed-off-by: Pedro Melo &lt;melo@simplicidade.org&gt;</message>
  <tree>eb00b0ae6a0c05312825e936cb494a33af056e35</tree>
  <committer>
    <name>Pedro Melo</name>
    <email>melo@simplicidade.org</email>
  </committer>
</commit>
