Hi there, I'm the student working on the gsoc libfication project with Shawn and it has reached the point where I need some feedback in order to decide what to do next. The project's goal was/is to change what is needed in GIT in order to make it easier to use as library. This is useful for 'external' applications which wants to be able to perform GIT operations w/o having to fork-exec GIT process (and also w/o having to parse git's programs output). Example of such applications are language bindings and IDEs' plugins. However, the need for this is not a consensus. Some disagree (Linus included I think) and IIRC Junio has stated that he'd probably be against a stable API. So, in order to make things simple and have a clear separation of what is additional interface not needed by GIT we (Shawn and I) have decided to work on a new library which uses git's low-level interface. That library is called libgit-thin and currently it's capable of revision listing, commit parsing and some other things. To demonstrate how to use the library, I've also written a python module which exports to python all the library's functionality. Now I need to know whether this' really useful to other people and if so, what would be missing for you to start using it. The project can be found at: http://repo.or.cz/w/git/libgit-gsoc.git Look into the 'libgit-thin' directory. Note that it's a fork of Junio's tree, so if you have his repository around do: $ git clone --reference /path/to/junio/repo git://repo.or.cz/git/libgit-gsoc.git A demo of the python's module is available here: http://repo.or.cz/w/git/libgit-gsoc.git?a=blob;f=libgit-thin/pygit/demo.txt;h=f4f9cb72... Please, keep in mind that the library's code is still experimental and most of the python module's code is untested. It's also important to say that there's no much documentation available, you'll have to know a bit about git's implementation for this stuff to be useful for you. Thanks a lot for reading this and any kind of feedback is welcome. -- Luiz Fernando N. Capitulino - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Christian Kujau | 2.6.20.4: NETDEV WATCHDOG and lockups |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Jack Steiner | Re: [patch] my mmu notifiers |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Arjan van de Ven | Re: [GIT]: Networking |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Jens Axboe | Re: [BUG] New Kernel Bugs |
| YAMAMOTO Takashi | removing VOPs |
| Lennart Augustsson | Re: FreeBSD 5/6/7 kernel emulator for NetBSD 2.x |
| Daniel Carosone | Re: direct I/O |
| Brian Buhrow | Re: /sbin/reboot and secmodel |
