TeamGit

Posted by bain

Team Git is still under development. 
Roadmap can be viewed here.
Source : You can view latest repositary here.
Binary : Fedora repos have package teamgit, Ubuntu PPA here
Mailing List :  teamgit-(at)-googlegroups.com
Membership is not needed to post. Subscribe here

The Latest News

  • v0.0.8

    22 Nov 2008
    Posted by bain

    I have tagged the repo with v0.0.8!!!
    You can now get the .deb from ubuntu intrepid ppa
    deb http://ppa.launchpad.net/bain-devslashzero/ubuntu intrepid main
    package name is teamgit.
    The main project website is http://www.devslashzero.com/teamgit

    There are many small changes and feature adds
    you can take a look at repo here
    http://gitorious.org/projects/teamgit/repos/mainline

    The major feature add however is addition on **Advanced** menu.

    This menu is constructed on the fly parsing output of 'git help --all'
    Then when you click on a menu item it issues git help <command> ,
    parses the manpage and presents its options in a guified form.
    It even display nice tooltips describing the option.

    This is just a first stage of the planned feature. Ultimately this advanced
    menu will be just a 'Admin' feature.
    People will be able to save the selected options and parameters as 'Receipies'
    and can cook a nice receipes package particular to their needs/organisations.

    The feature is not really complete yet, but you can issue simple
    commands using it.
    Ther _are_bugs_ but i couldn't wait to showcase this nifty feature.

    Check out the screenshot
    http://www.devslashzero.com/images/teamgitscreenshots/screenshot-teamgit22nov.png

  • Posted by bain

    I have created intrepid personal package archive repository at ubuntu launchpad. Now you can install teamgit 0.0.4 using apt system on intrepid.
    Head on to teamgit/download for instructions.

  • teammsysGit anyone?

    04 Nov 2008
    Posted by bain

    Just for fun i removed kpty (this was the only bit which was guaranteed not to work with win32.
    And downloaded and compiled it on qt4.4.3-win32-mingw.
    Fired it up :o !! i saw the ui... well not too much surprise there, its qt after all,
    But then gave it path for msysgit binary and that worked as well.... Hurra!!!
    Tested setting up user name/email, works. Tested with teamgit repo almost everything i tried worked.
    Tested 'send patch by email', heck it even fired up outlook express.

    Damn QT is the best toolkit i have used ever.
    Patches are upstream, you can compile current teamgit on windows

  • v0.0.4 is out

    01 Nov 2008
    Posted by bain

    I tagged the repo as v0.0.4

    Here are changes since v0.0.3
    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

    Continue reading...