<feed xmlns='http://www.w3.org/2005/Atom'>
<title>func.git/gum, branch httpd</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/'/>
<entry>
<title>- add method for checking existing git config</title>
<updated>2008-08-05T21:40:35+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@grimlock.devel.redhat.com</email>
</author>
<published>2008-08-05T21:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=1a92458de0cc1e594ef5fdc292d8c322902db7fe'/>
<id>1a92458de0cc1e594ef5fdc292d8c322902db7fe</id>
<content type='text'>
- refactor existing config parser

- change find_remote_branches to expect a single name
  and to return a list

- add find_remotes_branches to expect a list of names
  and to return a hash of lists

- add show_remote_branches instead of doing it in find_remote_branches

- add_remote checks for existes of branches and remotes
- add_remote adds all the remote branches as local branches in
  format "repo_name-remote_branch_name"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- refactor existing config parser

- change find_remote_branches to expect a single name
  and to return a list

- add find_remotes_branches to expect a list of names
  and to return a hash of lists

- add show_remote_branches instead of doing it in find_remote_branches

- add_remote checks for existes of branches and remotes
- add_remote adds all the remote branches as local branches in
  format "repo_name-remote_branch_name"
</pre>
</div>
</content>
</entry>
<entry>
<title>little more gum testing</title>
<updated>2008-08-05T16:14:56+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@grimlock.devel.redhat.com</email>
</author>
<published>2008-08-05T16:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=148ebb6e7b4c370cdfbbfeed1de88741ceac6f5f'/>
<id>148ebb6e7b4c370cdfbbfeed1de88741ceac6f5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gum is a wrapper around git, and a config file of all the func repo's we know about.</title>
<updated>2008-07-30T22:33:24+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@grimlock.devel.redhat.com</email>
</author>
<published>2008-07-30T22:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=1454bfd1f47e8f13f4392d14d4f1fd53f7f9b0f8'/>
<id>1454bfd1f47e8f13f4392d14d4f1fd53f7f9b0f8</id>
<content type='text'>
The basic idea being to make it very easy for someone to find, add, and checkout
any of the various devel repos and branches.

Neal: hey bob, I just hit this weird bug! It sucks
Bob: Oh, I fixed that yesterday in my foobar branch
Neal: cool! how do I get that?
Bob: easy, just type "git uh... mumble..." Dangit!
     I can never remmeber that!
Neal: ugh, never mind, maybe I just write some Cobol cim bindings...
Bob: or, type ./gum --add bob
Neal: Hooray!

The config file is just in .git/config format, and we use git itself
to parse it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The basic idea being to make it very easy for someone to find, add, and checkout
any of the various devel repos and branches.

Neal: hey bob, I just hit this weird bug! It sucks
Bob: Oh, I fixed that yesterday in my foobar branch
Neal: cool! how do I get that?
Bob: easy, just type "git uh... mumble..." Dangit!
     I can never remmeber that!
Neal: ugh, never mind, maybe I just write some Cobol cim bindings...
Bob: or, type ./gum --add bob
Neal: Hooray!

The config file is just in .git/config format, and we use git itself
to parse it.
</pre>
</div>
</content>
</entry>
</feed>
