public
Fork of Caged/gitnub
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/andrewlmurray/gitnub.git
Search Repo:
eh, forgot to remove an old icon for the xcode project
Caged (author)
Thu Mar 06 02:44:42 -0800 2008
commit  ad51a42473ea86018f3ea2ae197ed0fbdd46c7a7
tree    28a176b3201b0c148479658237987621dd6de1ec
parent  78657c76ea4d62e21a8ab24c2476ef8c4096597d
...
14
15
16
17
18
19
20
...
52
53
54
55
56
57
58
...
163
164
165
166
167
168
169
...
265
266
267
268
269
270
271
...
14
15
16
 
17
18
19
...
51
52
53
 
54
55
56
...
161
162
163
 
164
165
166
...
262
263
264
 
265
266
267
0
@@ -14,7 +14,6 @@
0
     288853C90D7E06A600862D67 /* commit.html in Resources */ = {isa = PBXBuildFile; fileRef = 288853C80D7E06A600862D67 /* commit.html */; };
0
     288853CD0D7E074B00862D67 /* style.css in Resources */ = {isa = PBXBuildFile; fileRef = 288853CC0D7E074B00862D67 /* style.css */; };
0
     288854910D7E352C00862D67 /* grit in Resources */ = {isa = PBXBuildFile; fileRef = 288854540D7E352C00862D67 /* grit */; };
0
- 288854BC0D7E6E3500862D67 /* info.png in Resources */ = {isa = PBXBuildFile; fileRef = 288854BB0D7E6E3500862D67 /* info.png */; };
0
     28B4C0E70D7F8DDA006F2675 /* infoicn.png in Resources */ = {isa = PBXBuildFile; fileRef = 28B4C0E60D7F8DDA006F2675 /* infoicn.png */; };
0
     28D2BF1F0D7B3E25003BCF14 /* CommitsController.rb in Resources */ = {isa = PBXBuildFile; fileRef = 28D2BF1E0D7B3E25003BCF14 /* CommitsController.rb */; };
0
     28D2BF5B0D7B4F88003BCF14 /* ImageTextCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 28D2BF590D7B4F88003BCF14 /* ImageTextCell.h */; };
0
@@ -52,7 +51,6 @@
0
     288853C80D7E06A600862D67 /* commit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = commit.html; sourceTree = "<group>"; };
0
     288853CC0D7E074B00862D67 /* style.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = style.css; sourceTree = "<group>"; };
0
     288854540D7E352C00862D67 /* grit */ = {isa = PBXFileReference; lastKnownFileType = folder; path = grit; sourceTree = "<group>"; };
0
- 288854BB0D7E6E3500862D67 /* info.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = info.png; sourceTree = "<group>"; };
0
     28B4C0E60D7F8DDA006F2675 /* infoicn.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = infoicn.png; sourceTree = "<group>"; };
0
     28D2BF1E0D7B3E25003BCF14 /* CommitsController.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = CommitsController.rb; sourceTree = "<group>"; };
0
     28D2BF590D7B4F88003BCF14 /* ImageTextCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageTextCell.h; sourceTree = "<group>"; };
0
@@ -163,7 +161,6 @@
0
         28D8D8410D7FF9C00039F98A /* added.png */,
0
         28D8D8420D7FF9C00039F98A /* delete.png */,
0
         28B4C0E60D7F8DDA006F2675 /* infoicn.png */,
0
- 288854BB0D7E6E3500862D67 /* info.png */,
0
         288853CC0D7E074B00862D67 /* style.css */,
0
         288853C80D7E06A600862D67 /* commit.html */,
0
         2888530C0D7CEA5200862D67 /* gitnub-icon.icns */,
0
@@ -265,7 +262,6 @@
0
         288853C90D7E06A600862D67 /* commit.html in Resources */,
0
         288853CD0D7E074B00862D67 /* style.css in Resources */,
0
         288854910D7E352C00862D67 /* grit in Resources */,
0
- 288854BC0D7E6E3500862D67 /* info.png in Resources */,
0
         28B4C0E70D7F8DDA006F2675 /* infoicn.png in Resources */,
0
         28D8D8430D7FF9C00039F98A /* added.png in Resources */,
0
         28D8D8440D7FF9C00039F98A /* delete.png in Resources */,

Comments

    No one has commented yet.