Hi people, I have just tagged the teamgit repo as v0.0.4 The improvements over v0.0.3 include rudimentary blame support, sign-off support, apply-mailbox support, send patch using desktop email client service support (makes mailto: request to desktop service). One minor but "i find it really usefull" features is that if you select a commit in log and quit, it will print the commit hash to stdout. So now you can embed it in git commands or scirpts to fire up a visual commit selection, like git-show `teamigt ./` will show the selected commit etc. This is really helpful and (correct me if i am wrong) i couldn't find other gui that does this, may be will be a good addition to gitk? Links: http://www.devslashzero.com/teamgit http://www.devslashzero.com/teamgit/download Abhijit, Short log follows --- Abhijit Bhopatkar (36): Added .desktop file and icons to install target Added support files for running checkinstall Don't depend on qt 4.4.1 we can do with just 4.4 Changed the signoff check box label Added auto "add sign off line" to commit Added auto sign off option to general settings Added auto sign off option in settings Change libqt-core to libqtcore4 for intrepid in checkinstall script Make default new project directory ~/linux-2.6 Add base dir selection for new project dialog Current project is no longer used Add base dir selection to the new projects dialog Fix new project stuff to open up correct repo after clone Cleaned up icons directory Removed unneeded icon pngs Qdevelop cleaned up the project fine Added git blam support to backend gitprocess Added file annotation support with commit search Make sure first column is visible when searching Scrool annotation text box to top after receiving annotaion Cleanup: we no longer use mutex Bring annotated file to front when received FIX: Open dialog failed to refresh the UI Added apply mailbox function to git process backend Added support to push to a selected remote Removed an uneeded debug output message Added apply mail action in tools Added apply mail functionality Fix: apply mail didn't use the file provided in path and did nothing Fix: Make apply mail actully store the last path for it to remember later Fix: apply mail did not refresh after operation completed Added send patch by email functionality Added send patch by mail in toolbar menu Activated send patch by mail menu action Added quit action to file menu and activated it teamGit will now print sha id of the selected commit while exiting to stdout Horst H. von Brand (1): Fix typo in src/mainwindowimpl.cpp -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html