LWN.net Logo

Giggle: A Git GUI

Giggle: A Git GUI

Posted Jun 3, 2010 1:56 UTC (Thu) by sandsmark (subscriber, #62172)
In reply to: Giggle: A Git GUI by Sho
Parent article: Giggle: A Git GUI

QGit is very nice, though it seems the changelog stops with the last release based on Qt 3.

What would be even more awesome, though, would be a proper git library, so that applications that want to manipulate git repos wouldn't need to resort to invoking the various git binaries to do what they need.


(Log in to post comments)

Giggle: A Git GUI

Posted Jun 3, 2010 15:24 UTC (Thu) by waucka (subscriber, #63097) [Link]

Giggle: A Git GUI

Posted Jun 3, 2010 15:37 UTC (Thu) by wingo (guest, #26929) [Link]

Interesting link, thanks. Too bad it's GPLv2 only; I have an LGPLv3+ project I'd like to use it with.

Giggle: A Git GUI

Posted Jun 5, 2010 4:37 UTC (Sat) by jrn (subscriber, #64214) [Link]

The libgit2 authors provide some additional permission on top of the GPLv2:

In addition to the permissions in the GNU General Public License, the authors give you unlimited permission to link the compiled version of this file into combinations with other programs, and to distribute those combinations without any restriction coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combined executable.)

This is the traditional GCC runtime exception.

In other words, it seems that the libgit2 authors, at least, would not mind seeing you use the (unmodified) library from your LGPLv3+ project.

Giggle: A Git GUI

Posted Jun 3, 2010 15:39 UTC (Thu) by epa (subscriber, #39769) [Link]

I know of the libraries Dulwich (for Python) and Git# (for C#, etc) as independent implementations of git.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds