From: Andreas Ericsson <ae@op5.se>
To: Marc Pegon <pegon.marc@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: End year project : minimal Git client based on libgit2
Date: Thu, 19 May 2011 08:18:48 +0200 [thread overview]
Message-ID: <4DD4B648.8040509@op5.se> (raw)
In-Reply-To: <BANLkTinGPvekMDT5nmsFQp3SpR_QOYq+UA@mail.gmail.com>
On 05/18/2011 06:42 PM, Marc Pegon wrote:
> Hello everyone. We are a team of four students from a French school of
> engineering (Ensimag: http://ensimag.grenoble-inp.fr/). To end the
> school year, we are supposed to work on a four-week full-time project,
> under the supervision of Matthieu Moy, who has been following Git's
> development for quite a few years now. We thought it would be
> interesting to contribute to git/libgit2. We are especially interested
> in one of the GSoC2011 ideas : Build a minimal Git client based on
> libgit2 (http://git.wiki.kernel.org/index.php/SoC2011Ideas#Build_a_minimal_Git_client_based_on_libgit2)
>
Cool project :)
> We started by taking a look at libgit2 API and Git source code, and we
> have already begun to write some (quick and dirty) code.
> We would like to know more about your expectations around the
> "minimal" git client. What are the key features to implement ?
> According to the GSoC proposal, we should implement some high level
> functionalities (push, commit, branch...). Perhaps we should
> concentrate on more "plumbing" commands ?
>
If you can make the plumbing commands work it should be trivial to
script the other tools on top of the plumbing.
Otoh, coding up the commands currently implemented as scripts in C
with libgit2 as backend would increase the chance of acceptance into
git.git proper, since you'd then be doing something worthwhile for
the git core.
Then again, creating bindings into other languages and writing up
the minimal git in python or some such would also be extremely
useful and worthwhile, and probably faster than writing the minimal
git from scratch in C as well.
--
Andreas Ericsson andreas.ericsson@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.
next prev parent reply other threads:[~2011-05-19 6:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-18 16:42 End year project : minimal Git client based on libgit2 Marc Pegon
2011-05-19 6:18 ` Andreas Ericsson [this message]
2011-05-19 16:15 ` Romain Geissler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DD4B648.8040509@op5.se \
--to=ae@op5.se \
--cc=git@vger.kernel.org \
--cc=pegon.marc@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).