public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
timcharper (author)
Fri Oct 30 00:46:00 -0700 2009
commit  8005e3a7de0e9b416650f680039a042c2af27e8d
tree    7fb4450cddf812d216a4e4e872edabe8e1618c78
parent  e31a5203ed5c68dc52ef37bb573411ee3767ffab parent  806712654e210536af36b370729cedb57bd58ba9
name age message
file .gitignore Tue May 20 23:23:20 -0700 2008 ignore debug stuff [timcharper]
file CHANGELOG Tue Aug 11 02:10:51 -0700 2009 release 1.8.1 [timcharper]
directory Commands/ Tue Aug 11 02:10:08 -0700 2009 Changes 'Add Files to the Index' to 'Add File t... [timcharper]
file MIT-LICENSE Sun Apr 12 20:48:21 -0700 2009 MIT LICENSE [timcharper]
directory Preferences/ Mon Dec 01 12:57:21 -0800 2008 Add support for git config files. The grammar ... [sorbits]
file README.textile Sat Sep 12 17:20:50 -0700 2009 textile cleanup [timcharper]
directory Support/ Sat Oct 24 15:52:35 -0700 2009 Word wrap user’s commit message in result windo... [Allan Odgaard]
directory Syntaxes/ Fri Oct 23 02:40:38 -0700 2009 Highlight modified, new and deleted files in co... [James Conroy-Finn]
file TODO Tue Apr 29 22:29:59 -0700 2008 Now with less TODO! [timcharper]
file info.plist Fri Jul 31 15:35:22 -0700 2009 assign shortcut to "Edit Conflicted Files". arr... [timcharper]
README.textile

The Git Textmate Bundle.
Release 1.8.0 [2009-07-31]

Installation

  • Run this:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/timcharper/git-tmbundle.git Git.tmbundle
  • In the TextMate preferences, advanced tab, shell variables, set the TM_GIT variable to point to your installation of git (ie /usr/local/bin/git)
  • 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.
  • Update your bundle by running the “Update Git Bundle” command.

Support


Maintainer, Lead Developer:

The git bundle wouldn’t be possible without the contributions of the following fine gentlemen:

Major Contributions

  • Allan Odgaard – Started the bundle, got it rolling.
  • Sam Granieri – GitK, Many of the git-svn commands, Git initialize repository command, menu layouting, create-tag.
  • Johan Sørensen – 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.

Patches, etc

  • Tommi AsialaREADME file submission
  • Lawrence Pit – Performance Enhancements
  • Jay Soffian – Bug report with patch (missing environment variables)
  • Humberto Diógenes – Git-svn fetch command
  • Lee Marlow
  • Geoff Cheshire – Textile’d the README to make it look good on GitHub.
  • Martin Kühl – Patch to allow committing into a git repository that’s not the project root.
  • Diego Barros – new config options, usability improvements
  • Thomas Aylott – Git commit language folding
  • Michael Sheets – Usability improvements
  • Henrik Nyh – Spelling