Hi all, This is an announcement for a small project to create a functional git gui. This project was born as kgit a couple of years back when i needed a ui commit tool and none other were mature. My ambitions have grown since then and I recoded it in pure QT4. The short description of the application :- Currently it is of course in very early alpha stage. It works stable to do following things, 1. Its a pretty good commit tool. Just double click on unstaged files to stage them. It supports staging hunks (just double click on the hunk you want to stage in diff pane) and the related stuff. You can optionally view untracked files and stage them for inclusion as well. 2. Its a preliminary repository viewer, it does not support graphical representation for want of performance. 3. It has few other git command implemented, a quick issue of pull/ push, a reset command, cherry pick command and some branch management implemented. Known problems, 1. Icons make no sense i just dumped kde icons dir to the project resources and picked the ones i could match or just at random (e.g. checkout is a smilie) 2. No documentation, will be addressed soon. 3. All git commands can not be canceled in between. But with git thats not usually a big issue. Long description: You can find the info on http://www.devslashzero.com/teamgit Download http://www.devslashzero.com/teamgit/download (you will need qt-dev > 4.4) This is so far tested only on ubuntu 8.04 with backports repo enabled and qt update installed. Ultimate goal of the project is to add much more than just version control on top of git. But giving git a ui will always remain an important goal. You can view continually evolving roadmap at http://www.devslashzero.com/teamgit/roadmap With this announcement i am looking for feedback on the overall interface design (commit procedure dialogs etc.) and feature requests. WARNING: never been used out side controlled environment. Use at your own risk. Abhijit Bhopatkar - BAIN -- 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