From: "Motiejus Jakštys" <desired.mta@gmail.com>
To: Vincent van Ravesteijn <vfr@lyx.org>
Cc: git@vger.kernel.org, libgit2@librelist.com
Subject: Re: start of git2 (based on libgit2)
Date: Sat, 26 Mar 2011 02:13:01 +0000 [thread overview]
Message-ID: <20110326021300.GC2934@jakstys.lt> (raw)
In-Reply-To: <4D8D2B31.4040908@lyx.org>
On Sat, Mar 26, 2011 at 12:54:25AM +0100, Vincent van Ravesteijn wrote:
> On 26-3-2011 0:12, Motiejus Jakštys wrote:
> >According to Jeff King[2], I should start with plumbing commands. I
> >agree. However, how deep? I.e. do I have to make sure all git rev-list
> >possible arguments are implemented?
>
> I guess a lot can be copied from Git itself. Actually
> builtin/rev-list.c consists mostly of command line arguments parsing
> methods, and outputting functions. The key is to parse what you want
> to know and ask libgit2 to provide the info. If libgit2 has
> implemented the basic functionality that is needed, the rest would
> be relatively simple.
> AFAICS, current git is a single binary on Windows already.
So I have the answer. Thank you. Further working path is getting
clearer. Finish with rev-list, make it work with t/. Then pick up
dependencies of one of the must-have commands (commit/merge/diff?),
implement them and implement the command.
>
> >Build tool. Currently libgit2 uses waf. I am not against it (I've chosen
> >waf for one of my own C++ projects), However, it's too clumsy for me. Is
> >it me who lacks experience? Scons looks much easier for me. Moreover, we
> >do not need automatic configuration, so it makes waf "overfeatured".
>
> Why not CMake which is also used for libgit2 ?
Did not notice that. I noticed wscript and stopped looking... I never
tried CMake before. But I have nothing against it.
>
> I already wrote a CMakeLists file for your git2 app.
Very nice. Pull request? Patch?
>
> As you know, this project can be possibly fulfilled by a GSoC
> student (either you or someone else). Maybe people are awaiting this
> before diving into the project.
Competition is a good thing. The most important thing is picking the
best choice.
Thank you Vincent,
Motiejus
next prev parent reply other threads:[~2011-03-26 2:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-25 23:12 start of git2 (based on libgit2) Motiejus Jakštys
2011-03-25 23:54 ` Vincent van Ravesteijn
2011-03-26 2:13 ` Motiejus Jakštys [this message]
2011-03-26 13:29 ` Jeff King
2011-03-27 8:34 ` Junio C Hamano
2011-03-27 9:56 ` Vincent van Ravesteijn
2011-03-26 6:33 ` Sam Vilain
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=20110326021300.GC2934@jakstys.lt \
--to=desired.mta@gmail.com \
--cc=git@vger.kernel.org \
--cc=libgit2@librelist.com \
--cc=vfr@lyx.org \
/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).