0
@@ -4,15 +4,12 @@ This is a road map to experimental branches and what they should do once they're
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
-- git-gui (Sam Granieri overcame the "beachballing" issue with GitK. Follow Sam's example and implement in similarly)
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
- 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
- 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
- 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
- - 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
\ No newline at end of file
Comments
No one has commented yet.