git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Nigel Magnay" <nigel.magnay@gmail.com>
To: "Li Frank" <Frank.Li@freescale.com>
Cc: "Scott Chacon" <schacon@gmail.com>,
	"Andreas Ericsson" <ae@op5.se>, "Ian Hilt" <ian.hilt@gmx.com>,
	git@vger.kernel.org
Subject: Re: why not TortoiseGit
Date: Mon, 3 Nov 2008 10:00:14 +0000	[thread overview]
Message-ID: <320075ff0811030200q606b76a8i16496cf7b8b1b7d2@mail.gmail.com> (raw)
In-Reply-To: <7FD1F85C96D70C4A89DA1DF7667EAE961E728C@zch01exm23.fsl.freescale.net>

> I read some code of TortoiseSVN and TortoiseHg Code.
> At beginning, TortoiseGit can git command to get information like Qgit.
> After linkable library ready, replace "git command".
>
> I think TortoiseGit can start base on below way.
>
> 1.  Base on TortoiseHg, It is python Script.  Replace below hg operator
> with Git.
> 2.  Base on TortoiseSVN, It is developed with C++. Need VS2008.
> ToritoiseSVN provide some built in diff and merge tools.
> 3.  Base on Qgit, which provide some basic UI, such comment dialogbox,
> history view and file annotate.
>
>

TortoiseSVN is a good place to start because it separates out the
windows icon decorators into a separate DLL (shared with TortoiseCVS).
This is significant, as these are a finite resource in the windows
shell, and so having a TortoiseSVN + TortoiseGIT on one machine and
you might run out, and I'd imagine lots of people wanting both.

On the minus side, building (Tortoise)SVN requires a lot of
environment setup just to get it to build - most of which can be
immediately thrown away as it's specific to SVN.

But it doesn't look like a hard project to me, just requires stripping
out a lot of junk and re-patching callouts to a git executable (which
could be the standard git tools) and a minimal git library that knows
if files are dirty.

  reply	other threads:[~2008-11-03 10:01 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-31  1:44 why not TortoiseGit Li Frank-B20596
2008-10-31  1:59 ` Jakub Narebski
2008-10-31  2:02   ` Li Frank-B20596
2008-10-31  3:07     ` George Shammas
2008-10-31  3:53       ` Miles Bader
2008-10-31 12:19 ` Ian Hilt
2008-10-31 12:35   ` Andreas Ericsson
2008-10-31 15:57     ` Scott Chacon
2008-11-02 14:14       ` Li Frank
2008-11-03 10:00         ` Nigel Magnay [this message]
2008-11-03 13:26           ` Johannes Schindelin
2008-11-03 13:39             ` Nigel Magnay
2008-11-04  6:36           ` Li Frank
2008-11-04 12:52             ` Johannes Schindelin
2008-11-11  1:51           ` Li Frank

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=320075ff0811030200q606b76a8i16496cf7b8b1b7d2@mail.gmail.com \
    --to=nigel.magnay@gmail.com \
    --cc=Frank.Li@freescale.com \
    --cc=ae@op5.se \
    --cc=git@vger.kernel.org \
    --cc=ian.hilt@gmx.com \
    --cc=schacon@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).