public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
Fix Textile formatting in README.textile
Geoff Cheshire (author)
Fri Mar 14 16:15:23 -0700 2008
commit  41df25cd2f260d8031de223ce2aa0d9c0f6d1339
tree    cd1af34a2a2867cc3d16a57998f6fb19ee2a3cef
parent  6c2ed0b144868cb278a7f087f43f42d0029281d6
0
README.textile 100644 →
...
3
4
5
6
 
7
8
9
10
11
12
13
14
15
 
 
 
16
17
18
...
21
22
23
24
 
 
25
26
27
28
29
30
31
 
 
 
 
32
33
34
35
36
37
38
39
 
 
 
 
 
 
40
...
3
4
5
 
6
7
8
9
10
11
12
 
 
 
13
14
15
16
17
18
...
21
22
23
 
24
25
26
27
28
29
 
 
 
30
31
32
33
34
35
 
 
 
 
 
36
37
38
39
40
41
42
43
0
@@ -3,16 +3,16 @@ Version 1.1.3 (released Mar 12, 2008)
0
 
0
 <h2>Installation</h2>
0
 
0
- * Run this:
0
+* Run this:
0
  
0
 <pre>
0
 cd ~/Library/Application\ Support/TextMate/Bundles
0
 git clone git://gitorious.org/git-tmbundle/mainline.git Git.tmbundle
0
 </pre>
0
 
0
- * In the TextMate preferences, advanced tab, shell variables, set the TM_GIT variable to point to your installation of git (ie <code>/usr/local/bin/git</code>)
0
- * Many shortcuts are available from the Git-shortcut (Ctrl-Shift-G). Subversion commands are Command-Option-g. Less frequent commands are accessed via the menu.
0
- * Update your bundle by running the "Update Git Bundle" command.
0
+* In the TextMate preferences, advanced tab, shell variables, set the TM_GIT variable to point to your installation of git (ie <code>/usr/local/bin/git</code>)
0
+* Many shortcuts are available from the Git-shortcut (Ctrl-Shift-G). Subversion commands are Command-Option-g. Less frequent commands are accessed via the menu.
0
+* Update your bundle by running the "Update Git Bundle" command.
0
 
0
 <h2>Support</h2>
0
 
0
@@ -21,18 +21,21 @@ Refer to the <a href="http://groups.google.com/group/git-tmbundle">git-tmbundle
0
 <hr />
0
 
0
 <h3>Maintainer, Lead Developer:</h3>
0
- * Tim Harper (with <a href="http://leadmediapartners.com">Lead Media Partners</a>)
0
+
0
+* Tim Harper (with <a href="http://leadmediapartners.com">Lead Media Partners</a>)
0
 
0
 <h2>The git bundle wouldn't be possible without the contributions of the following fine gentlemen:</h2>
0
 
0
 <h3>Major Contributions</h3>
0
- * <b>Allan Odgaard</b> - Started the bundle, got it rolling.
0
- * <b>Sam Granieri</b> - GitK, Many of the git-svn commands, Git initialize repository command, menu layouting, create-tag.
0
- * <b>Johan Sørensen</b> - Contributing the CSS styling. He made gitorious look so sexy I just couldn't think of a better design to implement for the bundle, so he's generously allowed me to utilize it.
0
+
0
+* <b>Allan Odgaard</b> - Started the bundle, got it rolling.
0
+* <b>Sam Granieri</b> - GitK, Many of the git-svn commands, Git initialize repository command, menu layouting, create-tag.
0
+* <b>Johan S&oslash;rensen</b> - Contributing the CSS styling. He made gitorious look so sexy I just couldn't think of a better design to implement for the bundle, so he's generously allowed me to utilize it.
0
 
0
 <h3>Patches, etc</h3>
0
- * <b>Tommi Asiala</b> - README file submission
0
- * <b>Lawrence Pit</b> - Performance Enhancements
0
- * <b>Jay Soffian</b> - Bug report with patch (missing environment variables)
0
- * <b>Humberto Diógenes</b> - Git-svn fetch command
0
- * <b>Lee Marlow</b>
0
\ No newline at end of file
0
+
0
+* <b>Tommi Asiala</b> - README file submission
0
+* <b>Lawrence Pit</b> - Performance Enhancements
0
+* <b>Jay Soffian</b> - Bug report with patch (missing environment variables)
0
+* <b>Humberto Di&oacute;genes</b> - Git-svn fetch command
0
+* <b>Lee Marlow</b>
0
\ No newline at end of file

Comments

    No one has commented yet.