-
Notifications
You must be signed in to change notification settings - Fork 601
/
feed.xml
64 lines (59 loc) · 2.65 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>GitX</title>
<link>http://github.com/pieter/gitx/wikis</link>
<description>A more native clone of Gitk for OS X</description>
<item>
<title>GitX 0.5</title>
<pubDate>Sun, 17 Now 2008 11:24:54 +0100</pubDate>
<enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1531595" type="application/octet-stream" sparkle:version="0.5"/> <description>
<![CDATA[
<h1>GitX Version 0.5</h1>
<div style='font-size: 70%'>
<p>This feature release has several new smaller or larger features:</p>
<ul>
<li>The current branch is now highlighted</li>
<li>In the commit view, there is an option to amend commits</li>
<li>The "Gist it" button now respects github.user/token</li>
<li>Display a gravatar of the committer</li>
<li>The commit message view now displays a vertical line at 50 characters</li>
<li>It is now possible to revert changes by using the context menu in the
commit view</li>
<li>You can now stage only parts of a file by using the "Stage Hunk" buttons
in the commit view</li>
<li>You can now use GitX to show a diff of anything, for example by using
'gitx --diff HEAD^^' or 'git diff HEAD~3 | gitx --diff'</li>
<li>You can now drag and drop refs to move them and also create branches</li>
</ul>
<p>In addition, the following bugs have been fixed:</p>
<ul>
<li>Better detection of git version</li>
<li>Branch lines are no longer interspersed with half a pixel of whitespace</li>
<li>The toolbar keeps its state when switching views</li>
</ul>
</div>
]]>
</description>
</item>
<item>
<title>GitX 0.4.1</title>
<pubDate>Sun, 06 Sep 2008 11:24:54 +0900</pubDate>
<enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1495398" type="application/octet-stream" sparkle:version="0.4.1"/>
<description>
<![CDATA[
<h1>GitX Version 0.4.1</h1>
<div style='font-size: 70%'>
<p>This is a maintenance release</p>
<p>Changes since Version 0.4:</p>
<ul>
<li> The diff display is now much faster</li>
<li> More locations are now searched for a default git</li>
<li> Code pasted online is now private</li>
</ul>
</div>
]]>
</description>
</item>
</channel>
</rss>