forked from terabyte/jgit
-
Notifications
You must be signed in to change notification settings - Fork 0
Milestones
nenopera edited this page Feb 28, 2012
·
2 revisions
- Use smooth graphics an non horrendous colors -taken from IntelliJ Idea Community- (Achieved)
- See commits and control --decorate visualization
- Filter glog specifying revs or ranges -see man gitrevisions- (Achieved)
- Show tree for commit
- Show objects
- Diff revisions ** Initialy these goals will be done with external tools, like meld, gedit, or similar. In future there must be a preferences panel to configure tools and other settings
- Show an object, modify and commit
- Merging n branches
- Rebase panel (show status, resolve conflicts)
- Add interactively panel (split hunks, intend-to-add, etc)
- Control stash
- visit revisions easily (navigating through @{} must be no more a pain in the ass)
- Add dynamic code -groovy mainly, but anyone-
- Access plumbing commands easily. Just for fun, for all of us who enjoy git pro book chapter 9
Non graphical changes (For shell lovers)
- Adding --color (detecting terminal) and --oneline to log (Achieved)