<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brotherbards&#039;s Blog &#187; GitX</title>
	<atom:link href="http://brotherbard.com/blog/tag/gitx/feed/" rel="self" type="application/rss+xml" />
	<link>http://brotherbard.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 20 Dec 2010 15:56:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Experimental GitX update 4</title>
		<link>http://brotherbard.com/blog/2010/11/experimental-gitx-update-4/</link>
		<comments>http://brotherbard.com/blog/2010/11/experimental-gitx-update-4/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 03:13:01 +0000</pubDate>
		<dc:creator>Brotherbard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GitX]]></category>

		<guid isPermaLink="false">http://brotherbard.com/blog/?p=136</guid>
		<description><![CDATA[The primary features in this latest release are syntax highlighting and blame which is the awesome work of German Laullon. You can download the binary here. Syntax highlighting in the source view: Blame view: There are several bug fixes and tweaks, the most important of which is that creating gists on GitHub works again.]]></description>
			<content:encoded><![CDATA[<p>The primary features in this latest release are syntax highlighting and blame which is the awesome work of <a href="https://github.com/laullon">German Laullon</a>. You can download the binary <a href="http://github.com/brotherbard/gitx/downloads">here</a>.</p>
<p>Syntax highlighting in the source view:<br />
<img src="http://brotherbard.com/gitx/gitx_screenshot_6.png" alt="Screenshot of GitX source view" /></p>
<p>Blame view:<br />
<img src="http://brotherbard.com/gitx/gitx_screenshot_5.png" alt="Screenshot of GitX blame view" /></p>
<p>There are several bug fixes and tweaks, the most important of which is that creating gists on GitHub works again.</p>
]]></content:encoded>
			<wfw:commentRss>http://brotherbard.com/blog/2010/11/experimental-gitx-update-4/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>GitX update</title>
		<link>http://brotherbard.com/blog/2010/09/gitx-update/</link>
		<comments>http://brotherbard.com/blog/2010/09/gitx-update/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 04:57:29 +0000</pubDate>
		<dc:creator>Brotherbard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GitX]]></category>

		<guid isPermaLink="false">http://brotherbard.com/blog/?p=119</guid>
		<description><![CDATA[I&#8217;ve release the third update to my experimental GitX branch. You can download the binary here. I&#8217;ve added an improved search interface for finding commits in the history. Commits that match the search are highlighted in the table view and you can step between them with the stepper or with cmd-G and cmd-shift-G. Git&#8217;s pickaxe [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve release the third update to my experimental GitX branch. You can download the binary <a href="https://github.com/brotherbard/gitx/downloads">here</a>.</p>
<p>I&#8217;ve added an improved search interface for finding commits in the history.<br />
<img src="http://brotherbard.com/gitx/gitx_screenshot_4.png" alt="Screenshot of my experimental GitX fork." /></p>
<p>Commits that match the search are highlighted in the table view and you can step between them with the stepper or with cmd-G and cmd-shift-G.</p>
<p>Git&#8217;s pickaxe search is supported. This means that any commit that adds or removes the matching string or the matching regular expression will be highlighted. In addition there is a search option for any commit that touches a given path.</p>
<p>There are two new table columns, one for relative dates and one for a short SHA (right-click on the table view headers to show or hide individual columns).</p>
<p>There are new commands for the gitx command-line tool that allow you to control the new interface elements (like the branch filter), start searches, and init a new repository and open it up in GitX.app. For example: <code>gitx --all develop/working</code> will open the current repository in the history view, select the All branch filter to show the history of all commits and then select the commit pointed at by the branch develop/working. See <code>gitx --help</code> for more information.</p>
<p>You may need to re-enable the terminal usage by going to the menu GitX->Enable Terminal Usage&#8230;</p>
<p>In addition to the above there are quite a few bug fixes. If you find any more let me know, if you fix any then send me a Github pull request :)</p>
]]></content:encoded>
			<wfw:commentRss>http://brotherbard.com/blog/2010/09/gitx-update/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Experimental GitX fork</title>
		<link>http://brotherbard.com/blog/2010/03/experimental-gitx-fork/</link>
		<comments>http://brotherbard.com/blog/2010/03/experimental-gitx-fork/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 19:03:17 +0000</pubDate>
		<dc:creator>Brotherbard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GitX]]></category>

		<guid isPermaLink="false">http://brotherbard.com/blog/?p=90</guid>
		<description><![CDATA[Here&#8217;s an update on my experimental GitX fork. Download the current binary from the github download page. Some of the things I&#8217;ve added are: Sidebar/source view I started with Pieter de Bie&#8217;s sidebar branch and went to town. Remote Operations Fetch, pull, push, add remote, clone, and clone to. Commit operations Merge, cherry-pick, and rebase. [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an update on my experimental <a href="https://github.com/brotherbard/gitx">GitX fork</a>.</p>
<p><img src="http://brotherbard.com/gitx/gitx_screenshot_2.jpg" alt="Screenshot of GItX window" /></p>
<p>Download the current binary from the <a href="http://github.com/brotherbard/gitx/downloads">github download page</a>.</p>
<p>Some of the things I&#8217;ve added are: </p>
<ul>
<li>Sidebar/source view</li>
<p>I started with Pieter de Bie&#8217;s sidebar branch and went to town.</p>
<li>Remote Operations</li>
<p>Fetch, pull, push, add remote, clone, and clone to.</p>
<li>Commit operations</li>
<p>Merge, cherry-pick, and rebase.</p>
<li>Checkout file</li>
<p>In the contextual menu for files. Checkout the file as it existed in the selected commit to the index.</p>
<li>Diff commits and files</li>
<p>In the contextual menu for commits and files. Opens a new window with a diff against the current HEAD. A commit diffs the state of the repository as it existed at that commit. A file diffs the state of the file as it existed in that commit.</p>
<li>File Browser selection</li>
<p>The file browser now maintains it&#8217;s selection when you change to a different commit.</p>
<li>Quick Look support for 10.6</li>
<p>Now supports the public API for quick look.
</ul>
<p>If you use git on OS X 10.5+ give my GitX fork a try and let me know what you think.</p>
<p>UPDATE (9/12/2010): I released a newer version of my <a href="http://brotherbard.com/blog/2010/09/gitx-update/">experimental GitX fork</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://brotherbard.com/blog/2010/03/experimental-gitx-fork/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>GitX</title>
		<link>http://brotherbard.com/blog/2009/12/gitx/</link>
		<comments>http://brotherbard.com/blog/2009/12/gitx/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 18:38:34 +0000</pubDate>
		<dc:creator>Brotherbard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GitX]]></category>

		<guid isPermaLink="false">http://brotherbard.com/blog/?p=87</guid>
		<description><![CDATA[In the copious free time I have now I have also started playing around with GitX, a GUI front end for git. You can find my fork at my GitHub page. I made the mistake of starting on a subfork of GitX. I did this because someone had added a feature that I wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>In the copious free time I have now I have also started playing around with GitX, a GUI front end for <a href="http://git-scm.com/">git</a>.</p>
<p>You can find my fork at my <a href="http://github.com/brotherbard/gitx">GitHub page</a>.</p>
<p>I made the mistake of starting on a subfork of GitX. I did this because someone had added a feature that I wanted to use. But instead of downloading a binary I had to download the code and compile it. Once I had the code I started looking at it and found a bit here and there that I could add/improve. </p>
<p>But after a bit I decided that I wanted to get serious about getting these features into the main GitX release. So now I am working on integrating these features back into<a href="http://github.com/pieter/gitx"> Pieter de Bie&#8217;s master branch</a>.</p>
<p>If you would like to help out and are running OS X 10.6 I could use some feedback on the UX of the features I&#8217;ve added and bug reports.</p>
<p>One current problem I&#8217;ve had reported is that staging/discarding hunks is not always working. I&#8217;ve fixed one problem, but I&#8217;ve been told it still does not always work. But it&#8217;s always working for me so I need a test case that fails so I can track down the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://brotherbard.com/blog/2009/12/gitx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

