From: Erik Mouw <erik@harddisk-recovery.com>
To: Hendrik Visage <hvjunk@gmail.com>
Cc: david@dgreaves.com, git@vger.kernel.org
Subject: Re: git vs git
Date: Mon, 30 Jan 2006 16:37:15 +0100 [thread overview]
Message-ID: <20060130153715.GE30671@harddisk-recovery.com> (raw)
In-Reply-To: <d93f04c70601300714i4b7b3b58qa5aa151e3e42a413@mail.gmail.com>
On Mon, Jan 30, 2006 at 05:14:28PM +0200, Hendrik Visage wrote:
> as few of you might know, there existed a very nice mc/norton commander
> orientated tool called git
> Homepage: http://www.gnu.org/software/git/
> Description: GNU Interactive Tools - increase speed and
> efficiency of most daily task
Yes, this has been discussed in the past.
> This package have been in existence since many summers, but the name choice for
> git - the stupid content tracker, seems to cause several weird problems when
> you don't want/expect it :(
GNU git development is dead. The last release is from March 13, 2000.
> Could the name git perhaps be reconsideredto something like SCT? or GnuSCT?
I don't think that will happen. The number of source control git users
outnumbers the number of GNU git users, so consider it a lost case.
> Just asking, as it do cause hassles when an environment is using git
> and suddenly
> need to load git to download newer drivers etc. and then git isn't
> working because the wrong git is in the right place :(
I think we found the only GNU git user in the world! ;-)
A simple workaround would be to install git in a directory not in your
path and put a shell script "sct" in your path that just calls git.
Something like (untested):
#! /bin/sh
# sct: call git
gitpath=/path/to/git
export PATH=$gitpath:$PATH
exec $gitpath/git $*
Erik
--
+-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 --
| Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands
next prev parent reply other threads:[~2006-01-30 15:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-30 15:14 git vs git Hendrik Visage
2006-01-30 15:18 ` David Lang
2006-01-30 15:30 ` Josh Boyer
2006-01-30 15:37 ` Erik Mouw [this message]
2006-01-30 16:09 ` Hendrik Visage
2006-01-30 16:26 ` Johannes Schindelin
2006-01-30 16:55 ` Randal L. Schwartz
2006-01-30 17:23 ` Erik Mouw
2006-01-30 19:22 ` Junio C Hamano
2006-01-30 20:16 ` Martin Langhoff
2006-01-31 5:05 ` Hendrik Visage
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=20060130153715.GE30671@harddisk-recovery.com \
--to=erik@harddisk-recovery.com \
--cc=david@dgreaves.com \
--cc=git@vger.kernel.org \
--cc=hvjunk@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).