Git development
 help / color / mirror / Atom feed
* [GSoC] Libgit2, Summer of Code is over
@ 2010-08-16 19:46 Vicent Marti
  2010-08-16 21:43 ` Sverre Rabbelier
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Vicent Marti @ 2010-08-16 19:46 UTC (permalink / raw)
  To: git

Hello everyone,

the Summer of Code has just reached its end and I'd like to offer some
closure; neither me nor my mentors have been too active on the mailing
list -- to be fair, there was too much work to be done on the library
before it could be considered of general interest. We've been focusing
on that.

The original goals for my project were roughly as follows:

* Add support for revision walking
* Add support for accessing the index file
* Add support for managing references (tags)

After the Summer of Code, here's an overview of what has been accomplished:

* Created an abstraction layer for repository management (object
lookup and automatic memory management)
* Add full support (load, parse, manage, interactively access
contents) for all basic repository objects
    - Commits
    - Trees
    - Tags
    - Blobs
* Add support for revision walking: iterator-based access in random,
topological and time based orders.
* Add support for atomic file locks
* Add support to read, modify and write back Index files
* Add support for the 'TREE' extension on Index files
* Finished implementing the reading of objects from pack files

All these features have been properly documented (regarding its
external API) and are accompanied by their corresponding unit tests.
The final version of the code can be found on my GitHub account, on
the experimental branch [1]. It will be eventually merged back to the
official repository. Overall, it has been an interesting experience,
and it seems like the development of the library is not going to halt
after the Summer of Code.

Thanks for your time and interest during the summer.

Cheers,
Vicent Marti

[1]: http://github.com/tanoku/libgit2-gsoc2010/commits/gsoc-experimental

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

end of thread, other threads:[~2010-08-17 11:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-16 19:46 [GSoC] Libgit2, Summer of Code is over Vicent Marti
2010-08-16 21:43 ` Sverre Rabbelier
2010-08-17 11:29   ` Vicent Marti
2010-08-17 11:46     ` Ramkumar Ramachandra
2010-08-17  1:53 ` Tay Ray Chuan
2010-08-17 11:33   ` Vicent Marti
2010-08-17  4:38 ` Nguyen Thai Ngoc Duy

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