public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
updated TODO list
timcharper (author)
Tue Apr 22 00:15:07 -0700 2008
commit  0c0da20366ce70f8d81f5d978df166a305f40f25
tree    b8e7b4601956359a0adcb4ed777e86ad3874fcd9
parent  3472f35836af71af965686267b95eb3cb25b16f5
0
...
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
...
22
23
24
25
26
27
28
...
30
31
32
33
 
34
35
36
37
 
38
39
40
...
4
5
6
 
7
8
9
10
11
12
 
 
13
14
15
...
19
20
21
 
22
23
24
...
26
27
28
 
29
30
31
32
 
33
34
35
36
0
@@ -4,15 +4,12 @@ This is a road map to experimental branches and what they should do once they're
0
 
0
 Anyone's encouraged to add to this list or take an idea and develop in their own clone of the git repository. When they are completed, notify me (timcharper - at - gmail) to get your changes pulled into the next release branch, and guarantee your name's immortality.
0
 
0
-- git-gui (Sam Granieri overcame the "beachballing" issue with GitK. Follow Sam's example and implement in similarly)
0
 - cherry-picking --
0
   - pick a SHA ref and merge the commit associated with it from one branch to another
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
-- Add items to git config page
0
- - default number of log entries to get
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
@@ -22,7 +19,6 @@ Anyone's encouraged to add to this list or take an idea and develop in their own
0
   - Show commit message
0
   - Currently, the annotation browser doesn't follow renames (though Git knows about them). It would be nice if the annotation browser was smart enough to figure this out
0
   - It would be nice to be able to change the "current line" in the annotation browser, and have it update as history is navigated (probably would only be possible with next/previous commands).
0
-- Push
0
 - Show unpushed changes command
0
   - Show a log of all local commits that have not been pushed to remote branches.
0
 - Make a "branch" management dialog - centralize all branch commands to it.
0
@@ -30,10 +26,10 @@ Anyone's encouraged to add to this list or take an idea and develop in their own
0
   - Auto "clear" stash on successful apply
0
   - Central "stash" management page - browse, apply, clear, and create new stash all from one page.
0
   - Choose a stash to delete
0
-- Pull dialog - make it show the current branch first. Show delimiters to split up sections between branches (<hr/> plus margin)
0
+- Pull output dialog - make it show the current branch first. Show delimiters to split up sections between branches (<hr/> plus margin)
0
 - Log
0
   - ability to search
0
   - Paginate (show more)
0
- - adjust number of context lines
0
+ - adjust number of context lines (interactively)
0
   - Buttons on every log entry where you can create a tag, branch, or checkout any revision.
0
   
0
\ No newline at end of file

Comments

    No one has commented yet.