public
Fork of timcharper/git-tmbundle
Description: The official github mirror for the Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/subtleGradient/git-tmbundle.git
Search Repo:
updated todo list
timcharper (author)
Mon Apr 07 21:44:10 -0700 2008
commit  1900f5c036fd3e41126160efa98bf63740bed367
tree    9ca29027b8603b02fbc7362239e4c2130b8c589a
parent  d979fd55e5cdb0e344f636af5eb72461c0b6eb5a
0
...
11
12
13
14
 
15
16
17
...
23
24
25
26
27
28
29
...
32
33
34
35
36
37
38
39
...
11
12
13
 
14
15
16
17
...
23
24
25
 
26
27
28
...
31
32
33
 
 
34
35
36
0
@@ -11,7 +11,7 @@ Anyone's encouraged to add to this list or take an idea and develop in their own
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
-- Config "page" where a user can adjust settings of Git itself. Utilize the git-config system to store the git-bundle specific settings. Reuse existing settings where possible, first.
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
@@ -23,7 +23,6 @@ Anyone's encouraged to add to this list or take an idea and develop in their own
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
- - Ability to push a new branch to a remote where it didn't before exist
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
@@ -32,8 +31,6 @@ Anyone's encouraged to add to this list or take an idea and develop in their own
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
-- Make fetch show a diff of changes fetched
0
-- Some option to show unpushed changes
0
 - Log
0
   - ability to search
0
   - Paginate (show more)

Comments

    No one has commented yet.