Git development
 help / color / mirror / Atom feed
* [Announce] teamGit v0.0.4
@ 2008-11-03  3:22 Abhijit Bhopatkar
  2008-11-03 12:53 ` Matthieu Moy
  0 siblings, 1 reply; 6+ messages in thread
From: Abhijit Bhopatkar @ 2008-11-03  3:22 UTC (permalink / raw)
  To: git; +Cc: bain

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Announce] teamGit v0.0.4
  2008-11-03  3:22 [Announce] teamGit v0.0.4 Abhijit Bhopatkar
@ 2008-11-03 12:53 ` Matthieu Moy
  2008-11-03 13:35   ` Abhijit Bhopatkar
  0 siblings, 1 reply; 6+ messages in thread
From: Matthieu Moy @ 2008-11-03 12:53 UTC (permalink / raw)
  To: Abhijit Bhopatkar; +Cc: git

Abhijit Bhopatkar <bain@devslashzero.com> writes:

> I have just tagged the teamgit repo as v0.0.4

You should include a short summary (teamgit is a .... for git) of what
teamgit does in such announcements.

AIUI, it's a GUI for git.

-- 
Matthieu

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Announce] teamGit v0.0.4
  2008-11-03 12:53 ` Matthieu Moy
@ 2008-11-03 13:35   ` Abhijit Bhopatkar
       [not found]     ` <20081103134654.GA13989@kooxoo235>
  2008-11-03 18:28     ` Alex Riesen
  0 siblings, 2 replies; 6+ messages in thread
From: Abhijit Bhopatkar @ 2008-11-03 13:35 UTC (permalink / raw)
  To: Matthieu Moy; +Cc: git

>> I have just tagged the teamgit repo as v0.0.4
>
> You should include a short summary (teamgit is a .... for git) of what
> teamgit does in such announcements.
>

Ack,

teamGit is a GUI for git,
in its final roadmap  it aims to aid small closed teams to use git,
currently its a pretty good frontend for basic git operations.

Abhijit

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Announce] teamGit v0.0.4
       [not found]     ` <20081103134654.GA13989@kooxoo235>
@ 2008-11-03 14:49       ` Abhijit Bhopatkar
  0 siblings, 0 replies; 6+ messages in thread
From: Abhijit Bhopatkar @ 2008-11-03 14:49 UTC (permalink / raw)
  To: Ping Yin, git

On Mon, Nov 3, 2008 at 7:16 PM, Ping Yin <pkufranky@gmail.com> wrote:
> * Abhijit Bhopatkar <bain@devslashzero.com> [2008-11-03 19:05:24 +0530]:
>> teamGit is a GUI for git,
>> in its final roadmap  it aims to aid small closed teams to use git,
>> currently its a pretty good frontend for basic git operations.
> Can it be used on windows?

I have just finished pushing some trivial changes to  make it compile
and work on windows, I tested it with latest msysgit and it seems to
work fine, although this really is just a 5 min. test.

You will need qt 4.4.3 with mingw toolchain installed to compile this,
i do not have expertise and/or will to create a installer etc. but
patches/additions are welcome if someone can take this up.

Abhijit

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Announce] teamGit v0.0.4
  2008-11-03 13:35   ` Abhijit Bhopatkar
       [not found]     ` <20081103134654.GA13989@kooxoo235>
@ 2008-11-03 18:28     ` Alex Riesen
  2008-11-04  4:43       ` Abhijit Bhopatkar
  1 sibling, 1 reply; 6+ messages in thread
From: Alex Riesen @ 2008-11-03 18:28 UTC (permalink / raw)
  To: Abhijit Bhopatkar; +Cc: Matthieu Moy, git

Abhijit Bhopatkar, Mon, Nov 03, 2008 14:35:24 +0100:
> teamGit is a GUI for git,
> in its final roadmap  it aims to aid small closed teams to use git,

What special features does it offer to aid small closed teams?
Why are they "closed"?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Announce] teamGit v0.0.4
  2008-11-03 18:28     ` Alex Riesen
@ 2008-11-04  4:43       ` Abhijit Bhopatkar
  0 siblings, 0 replies; 6+ messages in thread
From: Abhijit Bhopatkar @ 2008-11-04  4:43 UTC (permalink / raw)
  To: Alex Riesen; +Cc: Matthieu Moy, git

On Mon, Nov 3, 2008 at 11:58 PM, Alex Riesen <raa.lkml@gmail.com> wrote:
> Abhijit Bhopatkar, Mon, Nov 03, 2008 14:35:24 +0100:
>> teamGit is a GUI for git,
>> in its final roadmap  it aims to aid small closed teams to use git,
>
> What special features does it offer to aid small closed teams?
> Why are they "closed"?

Opps s/closed/close :D , i didn't mean closed vs open etc.
Close means physically close or atleast on the same lan/intranet.

Currently it has no such features as i am concentrating on getting the
base right.
in future i plan to add collaboration facilities like auto
push/pull/rebase to central branch,
auto remote branch management etc.

Abhijt

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-11-04  4:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-03  3:22 [Announce] teamGit v0.0.4 Abhijit Bhopatkar
2008-11-03 12:53 ` Matthieu Moy
2008-11-03 13:35   ` Abhijit Bhopatkar
     [not found]     ` <20081103134654.GA13989@kooxoo235>
2008-11-03 14:49       ` Abhijit Bhopatkar
2008-11-03 18:28     ` Alex Riesen
2008-11-04  4:43       ` Abhijit Bhopatkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox