On 7/4/06, Jakub Narebski <jnareb@gmail.com> wrote: > Marco Costalba wrote: > > > QGit is not supposed to be a GUI replacement of git UI. QGit only let > > users quickly call some commonly used commands. [...] > > It's a pity. Doing some of commands from visual history viewer, with view of > branches etc. would be so much easier: like bisect, rebasing, cherry > picking, reverting a commit... > In the past weeks I (with Pavel support) have implemented and pushed the concept of "custom actions". Is it possible to associate commands sequences, scripts and anything else executable to a custom action. Actions can be called and run from menu entry and corresponding output is grabbed by a terminal window. Instead of hard code each git-native command, this way you have a flexible framework to add shortcuts and menu entry for anything you would like to be a click away. BTW I use this for stuff like git pull, but also for 'make' and 'make install' because you have a window terminal for feedback. There is also the possibility to input command line parameters before to run, useful, as example for a git pull action that asks for source repository to pull from. Is this something that can fulfill you request? do you need something different? perhaps something as a "default to current selected SHA as input argument" flag. Marco - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Jul 04 21:58:47 2006
This archive was generated by hypermail 2.1.8 : 2006-07-04 21:59:13 EST