Skip to content

Commit c279729

Browse files
Aaron SmithAaron Smith
Aaron Smith
authored and
Aaron Smith
committed
Initial commit for github
0 parents  commit c279729

File tree

2,121 files changed

+322820
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,121 files changed

+322820
-0
lines changed

.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.DS_Store
2+
*.swp
3+
*~.nib
4+
*~.xib
5+
build/
6+
*.mode1v3
7+
*.mode2v3
8+
*.perspective
9+
*.perspectivev3
10+
release/
11+
git/
12+
src/.DS_Store
13+
gitty.xcodeproj/aaronsmith.pbxuser
14+
!scripts/yui/build/

English.lproj/AlertAccessoryViews.xib

+1,323
Large diffs are not rendered by default.

English.lproj/CloneRepository.xib

+1,217
Large diffs are not rendered by default.

English.lproj/CommitMessage.xib

+1,326
Large diffs are not rendered by default.

English.lproj/Credits.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="http://gityapp.com/" style="font-family:'Lucida Grande';">Gity Homepage</a>

English.lproj/FetchTags.xib

+1,354
Large diffs are not rendered by default.

English.lproj/GittyDocument.xib

+4,665
Large diffs are not rendered by default.

English.lproj/Giveaway.xib

+1,051
Large diffs are not rendered by default.

English.lproj/HistoryAdvancedSearch.xib

+1,658
Large diffs are not rendered by default.

English.lproj/Localized.strings

22.3 KB
Binary file not shown.

English.lproj/MainMenu.xib

+5,807
Large diffs are not rendered by default.

English.lproj/NewBranch.xib

+899
Large diffs are not rendered by default.

English.lproj/NewRemote.xib

+1,092
Large diffs are not rendered by default.

English.lproj/NewSubmodule.xib

+1,235
Large diffs are not rendered by default.

English.lproj/NewTrackingBranch.xib

+1,486
Large diffs are not rendered by default.

English.lproj/Registration.xib

+1,150
Large diffs are not rendered by default.

English.lproj/SimpleCommits.xib

+1,243
Large diffs are not rendered by default.

English.lproj/SingleInput.xib

+1,002
Large diffs are not rendered by default.

English.lproj/TmpMenus.xib

+2,249
Large diffs are not rendered by default.

English.lproj/UnknownError.xib

+947
Large diffs are not rendered by default.

English.lproj/UnusedInterface.xib

+1,166
Large diffs are not rendered by default.

Info.plist

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleDocumentTypes</key>
8+
<array>
9+
<dict>
10+
<key>CFBundleTypeName</key>
11+
<string>Folder</string>
12+
<key>CFBundleTypeOSTypes</key>
13+
<array>
14+
<string>fold</string>
15+
</array>
16+
<key>CFBundleTypeRole</key>
17+
<string>Viewer</string>
18+
</dict>
19+
<dict>
20+
<key>CFBundleTypeName</key>
21+
<string>DocumentType</string>
22+
<key>CFBundleTypeRole</key>
23+
<string>Editor</string>
24+
<key>NSDocumentClass</key>
25+
<string>GittyDocument</string>
26+
</dict>
27+
</array>
28+
<key>CFBundleExecutable</key>
29+
<string>${EXECUTABLE_NAME}</string>
30+
<key>CFBundleIconFile</key>
31+
<string>icon.icns</string>
32+
<key>CFBundleIdentifier</key>
33+
<string>com.macendeavor.${PRODUCT_NAME:rfc1034identifier}</string>
34+
<key>CFBundleInfoDictionaryVersion</key>
35+
<string>6.0</string>
36+
<key>CFBundleName</key>
37+
<string>${PRODUCT_NAME}</string>
38+
<key>CFBundlePackageType</key>
39+
<string>APPL</string>
40+
<key>CFBundleShortVersionString</key>
41+
<string>0.3.1</string>
42+
<key>CFBundleSignature</key>
43+
<string>????</string>
44+
<key>CFBundleVersion</key>
45+
<string>6740</string>
46+
<key>LSMinimumSystemVersion</key>
47+
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
48+
<key>NSMainNibFile</key>
49+
<string>MainMenu</string>
50+
<key>NSPrincipalClass</key>
51+
<string>NSApplication</string>
52+
<key>SUEnableAutomaticChecks</key>
53+
<false/>
54+
<key>SUEnableSystemProfiling</key>
55+
<true/>
56+
<key>SUFeedURL</key>
57+
<string>http://sparkle.macendeavor.com/gity/appcast.xml</string>
58+
<key>SUPublicDSAKeyFile</key>
59+
<string>dsa_pub.pem</string>
60+
<key>SUShowReleaseNotes</key>
61+
<true/>
62+
</dict>
63+
</plist>

assets/alphaTag.png

1.58 KB

assets/blackButton2.png

527 Bytes

assets/blackButton2Down.png

523 Bytes

assets/blackButton2Over.png

511 Bytes

assets/blackButtonNoShadow.png

339 Bytes

assets/blackButtonNoShadowDown.png

401 Bytes

assets/blackButtonNoShadowOver.png

331 Bytes

assets/blackButtonNoShadowOver2.png

353 Bytes

assets/bug.jpg

1.85 KB

assets/bug2.png

53.9 KB

assets/bugIconDown.png

223 Bytes

assets/bugIconNormal.png

217 Bytes

assets/bugIconOver.png

217 Bytes

assets/cancelDown.png

+22

assets/cancelNormal.png

263 Bytes

assets/cancelOut.png

+46

assets/cancelOver.png

261 Bytes

assets/configAddDown.png

242 Bytes

assets/configAddNormal.png

242 Bytes

assets/configAddOver.png

236 Bytes

assets/configRemoveDown.png

178 Bytes

assets/configRemoveNormal.png

178 Bytes

assets/configRemoveOver.png

170 Bytes

assets/console.png

305 Bytes

assets/consoleDown.png

444 Bytes

assets/currentBranch.png

339 Bytes

assets/currentBranchHighlighted.png

341 Bytes

assets/currentBranchNotFocused.png

339 Bytes

assets/diagonalStripes2.png

219 Bytes

assets/diffSelectorArrowDown.png

220 Bytes

assets/diffSelectorArrowNormal.png

199 Bytes

assets/diffSelectorArrowOver.png

191 Bytes

assets/diffSelectorDown.png

687 Bytes

assets/diffSelectorNormal.png

631 Bytes

assets/diffSelectorOver.png

652 Bytes

assets/diffVS.png

212 Bytes
140 Bytes

assets/fileStatusConflictedNormal.png

148 Bytes

assets/folder.png

310 KB

assets/folderIcon.png

575 Bytes

assets/gitPlusSigns.png

276 Bytes

assets/gitPlusSignsDown.png

413 Bytes

assets/gitPlusSignsOver.png

302 Bytes

assets/grayStatusDown.png

550 Bytes

assets/grayStatusNormal.png

324 Bytes

assets/grayStatusOver.png

482 Bytes

assets/highlightBlue.png

158 Bytes

assets/highlight_blue.tiff

256 Bytes
Binary file not shown.

assets/highlight_grey.tiff

236 Bytes
Binary file not shown.

assets/historyDetailsNormal.png

419 Bytes

assets/historyDetailsOver.png

399 Bytes

assets/historyDetailsSelected.png

366 Bytes

assets/historyDetailsTreeNormal.png

432 Bytes

assets/historyDetailsTreeOver.png

412 Bytes

assets/historyDetailsTreeSelected.png

367 Bytes

assets/icon.icns

129 KB
Binary file not shown.

assets/icon.png

74.4 KB

assets/icon.psd

1.03 MB

assets/icon_32.jpg

1.66 KB

assets/lightBlueHighlight.png

154 Bytes

assets/magnifier.png

438 Bytes

assets/patch.png

22.3 KB

assets/patch2.png

29.1 KB

assets/remoteViewScale9.png

758 Bytes

assets/roundStatusButton.png

314 Bytes

assets/roundStatusButton2.png

543 Bytes

assets/roundStatusButtonDown.png

604 Bytes

assets/roundStatusButtonDown2.png

640 Bytes

assets/roundStatusButtonOver.png

314 Bytes

assets/roundStatusButtonOver2.png

544 Bytes
Binary file not shown.
Binary file not shown.
310 KB
300 KB
Binary file not shown.
Binary file not shown.
432 KB
441 KB
51.8 KB
332 KB

assets/screenshots/shots.psd

31 MB

assets/screenshots/shots_small.psd

30.5 MB

assets/screenshots/shots_small2.psd

15.9 MB

assets/searchBG.png

271 Bytes

assets/searchBG2.png

271 Bytes

assets/searchBGOver.png

269 Bytes

assets/smallSquareButtonDown.png

424 Bytes

assets/smallSquareButtonNormal.png

311 Bytes

assets/smallSquareButtonOver.png

391 Bytes

assets/sourceListAction.png

383 Bytes

assets/sourceListActionOver.png

344 Bytes

assets/stateDropDownArrowNormal.png

141 Bytes

assets/stateDropDownArrowOver.png

127 Bytes

assets/stateDropDownNormal.png

709 Bytes

assets/stateDropDownOver.png

698 Bytes

assets/statusAddedInStage.png

174 Bytes
156 Bytes

assets/statusAddedNormal.png

157 Bytes
144 Bytes

assets/statusBlackDown.png

574 Bytes

assets/statusBlackNormal.png

576 Bytes

assets/statusBlackNormal2.png

664 Bytes

assets/statusBlackOver.png

535 Bytes

assets/statusBlackOver2.png

591 Bytes

assets/statusConflictedDown.png

601 Bytes

assets/statusConflictedNormal.png

704 Bytes

assets/statusConflictedOver.png

683 Bytes

assets/statusDeletedInStage.png

165 Bytes

assets/statusModifiedHighlighted.png

144 Bytes

assets/statusModifiedInStage.png

175 Bytes
156 Bytes

assets/statusModifiedNormal.png

157 Bytes
138 Bytes

assets/statusNone.png

137 Bytes

assets/statusNoneHighlighted.png

131 Bytes

assets/statusRemovedHighlighted.png

147 Bytes

assets/statusRemovedInStage.png

174 Bytes
160 Bytes

assets/statusRemovedNormal.png

153 Bytes
146 Bytes

assets/statusStagedHighlighted.png

149 Bytes

assets/statusStagedNormal.png

157 Bytes

assets/statusSubmoduleHighlighted.png

140 Bytes

assets/statusSubmoduleNormal.png

150 Bytes
158 Bytes
175 Bytes

assets/statusUntrackedNormal.png

155 Bytes
144 Bytes

assets/terminal.png

144 KB

assets/toolbarPull.png

1.52 KB

assets/toolbarPush.png

2.41 KB

assets/zipicon.png

51.6 KB

copying

+674
Large diffs are not rendered by default.

diff/commit.html

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<html>
2+
<head>
3+
<link rel="stylesheet" href="diff.css" type="text/css" media="screen" charset="utf-8">
4+
<script type="text/javascript" charset="utf-8" src="gity.js"></script>
5+
<script type="text/javascript" charset="utf-8" src="jquery.js"></script>
6+
<script type="text/javascript" charset="utf-8">
7+
$(document).ready(startCommit);
8+
</script>
9+
</head>
10+
<body>
11+
<div class="firstFileHeader" style="border-bottom:solid 1px #DDD;">
12+
commit details
13+
</div>
14+
<div id="commitDetailsContainer" style="margin-top:10px">
15+
<table class="commitDetails" id="commitDetailsTable">
16+
</table>
17+
</div>
18+
<div id="extendedMessageContainer">
19+
<div class="fileHeader" style="padding-left:9px;background-color:#F7F7F7;color:black;border-bottom:solid 1px #DDD;font-size:9px;line-height:18px;height:18px;">
20+
commit message
21+
</div>
22+
<div id="commitMessageContainer" style="margin-top:10px">
23+
</div>
24+
</div>
25+
<a name="index"></a>
26+
<div id="commitIndex">
27+
<div class="fileHeader" style="padding-left:9px;background-color:#F7F7F7;color:black;border-bottom:solid 1px #DDD;font-size:9px;line-height:18px;height:18px;">
28+
affected files
29+
</div>
30+
</div>
31+
<div id="fileStatusesContainer" style="margin-top:10px;">
32+
</div>
33+
<textarea id="commitDetails" class="hidden">
34+
commit 47344eee9b980a7cf2a08d040ff3dd38c6cd82ec
35+
tree dbf1766dc8f04e86e89ead119427729e96504c09
36+
parent 8eb65d96718e442173604d1f76ec3a925b567ea7
37+
parent a80e82f6ee79a0b1ad42781af79bc76628ec90e9
38+
author Junio C Hamano <gitster@pobox.com> 1260401922 -0800
39+
committer Junio C Hamano <gitster@pobox.com> 1260401922 -0800
40+
41+
Merge git://git.kernel.org/pub/scm/gitk/gitk
42+
43+
* git://git.kernel.org/pub/scm/gitk/gitk:
44+
gitk: Fix selection of tags
45+
gitk: Default to the system colours on Windows
46+
gitk: Update Japanese translation
47+
gitk: Fix "git gui blame" invocation when called from top-level directory
48+
gitk: Disable checkout of remote branches
49+
gitk: Improve appearance of radiobuttons and checkbuttons
50+
gitk: Skip translation of "wrong Tcl version" message
51+
gitk: Add Japanese translation
52+
gitk: Use the --submodule option for displaying diffs when available
53+
gitk: Fix diffing committed -> staged (typo in diffcmd)
54+
gitk: Add configuration for UI colour scheme
55+
gitk: Don't compare fake children when comparing commits
56+
gitk: Show diff of commits at end of compare-commits output
57+
gitk: Add a user preference to enable/disable use of themed widgets
58+
gitk: Fix errors in the theme patch
59+
gitk: Use themed tk widgets
60+
gitk: Restore scrolling position of diff pane on back/forward in history
61+
62+
diff --cc gitk-git/gitk
63+
index a0214b7,364c7a8..364c7a8
64+
mode 100644,100755..100644
65+
--- a/gitk-git/gitk
66+
+++ b/gitk-git/gitk
67+
diff --cc gitk-git/po/ja.po
68+
index 0000000,c0c92ad..c0c92ad
69+
mode 000000,100644..100644
70+
--- a/gitk-git/po/ja.po
71+
+++ b/gitk-git/po/ja.po
72+
</textarea>
73+
<textarea id="diff" class="difftextarea">
74+
</textarea>
75+
<pre id="diffpre"><code id='updateddiff'></code></pre>
76+
</body>

diff/commit_template.html

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<html>
2+
<head>
3+
<style>
4+
{css}
5+
</style>
6+
<script type="text/javascript" charset="utf-8">
7+
@jquery@
8+
</script>
9+
<script type="text/javascript" charset="utf-8">
10+
@gity@
11+
</script>
12+
<script type="text/javascript" charset="utf-8">
13+
$(document).ready(startCommit);
14+
</script>
15+
</head>
16+
<body>
17+
<a name="index"></a>
18+
<div class="firstFileHeader" style="border-bottom:solid 1px #DDD;">
19+
commit details
20+
</div>
21+
<div id="commitDetailsContainer" style="margin-top:10px">
22+
<table class="commitDetails" id="commitDetailsTable">
23+
</table>
24+
</div>
25+
<div id="extendedMessageContainer">
26+
<div class="fileHeader" style="padding-left:9px;background-color:#F7F7F7;color:black;border-bottom:solid 1px #DDD;font-size:9px;line-height:18px;height:18px;">
27+
commit message
28+
</div>
29+
<div id="commitMessageContainer" style="margin-top:10px">
30+
</div>
31+
</div>
32+
<div id="commitIndex">
33+
<div class="fileHeader" style="padding-left:9px;background-color:#F7F7F7;color:black;border-bottom:solid 1px #DDD;font-size:9px;line-height:18px;height:18px;">
34+
affected files
35+
</div>
36+
</div>
37+
<div id="fileStatusesContainer" style="margin-top:10px;">
38+
</div>
39+
<textarea id="commitDetails" class="hidden">
40+
@content@
41+
</textarea>
42+
<textarea id="diff" class="difftextarea">
43+
</textarea>
44+
<pre id="diffpre"><code id='updateddiff'></code></pre>
45+
</body>

0 commit comments

Comments
 (0)