public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
Spelling Fixes
samgranieri (author)
Wed Apr 23 11:15:30 -0700 2008
commit  1ad3c623a2dbfbc8c9b223113e3123f9accf835b
tree    8144bd71a16172ff0b5daa644821b8dbe8433028
parent  376c27beb24531c3608b6d761269f7806f7f88ba
0
...
9
10
11
12
 
13
14
15
16
 
17
18
19
...
9
10
11
 
12
13
14
15
 
16
17
18
19
0
@@ -9,11 +9,11 @@ Anyone's encouraged to add to this list or take an idea and develop in their own
0
   - Would be nice to use the html-log view, and include checkmarks next to each entry. This way, you could browse the log, see the commit message, and check the contents of the commit, making it easier to select which changes you'd like to cherry-pick.
0
 - amending and signing off on commits
0
 - setting up the .gitignore file for a standard rails project
0
-- Rebase command. Have a permanantly dismissable dialog to warn Git-newbies about the potential problems of rebasing on a shared repository.
0
+- Rebase command. Have a permanently dismissible dialog to warn Git-newbies about the potential problems of rebasing on a shared repository.
0
 - Centralized branch / tag management page. Have a single, interactive page in textmate where you can switch branches, rebase, merge, diff, log, tag, etc. This will help make the git-menu considerably shorter
0
 - Annotate
0
   - Find a way to clean-up the drop-down (use fixed font, make it a bit smaller, manually truncate the log message so it doesn't get chopped.
0
- - Use "porcelin" format of annotations. Support showing the commit message in the tool-tip hover.
0
+ - Use "porcelain" format of annotations. Support showing the commit message in the tool-tip hover.
0
   - Follow line numbers when navigating next/previous to assist in tracking a certain piece of code. Have the ability to change the "tracked" line.
0
   - Focus the line number on open dialog
0
   - Show commit message

Comments

    No one has commented yet.