git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andy Parkins <andyparkins@gmail.com>
To: git@vger.kernel.org
Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Subject: Re: MinGW port - initial work uploaded
Date: Tue, 23 Jan 2007 16:24:40 +0000	[thread overview]
Message-ID: <200701231624.41716.andyparkins@gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.63.0701231614490.22628@wbgn013.biozentrum.uni-wuerzburg.de>

On Tuesday 2007 January 23 15:20, Johannes Schindelin wrote:

> MinGW and cygwin differ in one very important point: cygwin needs an extra
> dll, MinGW does not.
>
> However, the development environment is still console-based, with a bash
> so you can run configure and simple bash scripts. It is definitely more
> catering to Unix types than Windows types.
>
> So yes, there is a bash, and there is a less, and there is perl.

Those are just tools for MinGW though aren't they?  They aren't needed to run 
the final executable object?  MinGW just spits out a native windows .exe - 
i.e. plain windows.  There is no reason to suppose that joe-random-developer 
will have bash, less and perl, even if they do have git.  Which was kind of 
the point I was making - there is no pager to rely on in Windows, so why not 
just drop it.  Okay, so MinGW comes with some nice UNIXy tools, but MinGW is 
the compiler, not the environment.

Am I still misunderstanding?  I'm looking out for the time when

C:\SomePath> git commit -a

will work (I know - it's a long way off yet).  Not for me; I don't care about 
Windows in the slightest; but some of my colleagues use it, and I'd like to 
spread the git-religion as far as I can.

> > That sounds better than I remember.  You'll have talked me into
> > migrating to Windows soon :-)
>
> I don't understand. The command "less" is the default pager of git, so you
> are prone to have used it already.

Of course I have; I was trying (failing) to be amusing.  :-)

Whenever I'm forced to use Windows, it's lack of the most basic of command 
line tools drives me insane, so you saying that less is easily available with 
good pipe support would ease my insanity slightly if were ever to go back to 
the dark place.


Andy

-- 
Dr Andy Parkins, M Eng (hons), MIEE
andyparkins@gmail.com

  reply	other threads:[~2007-01-23 16:24 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-19 20:48 MinGW port - initial work uploaded Johannes Sixt
2007-01-19 22:47 ` Christian MICHON
     [not found]   ` <20070119234816.235726@dial-up-mi-89.lombardiacom.it>
2007-01-19 23:53     ` Michael
2007-01-20  3:31 ` Shawn O. Pearce
2007-01-20  9:24   ` Johannes Schindelin
2007-01-20 20:05   ` Johannes Sixt
2007-01-20 20:21     ` Christian MICHON
2007-01-22 13:06 ` Christian MICHON
2007-01-22 16:39   ` Linus Torvalds
2007-01-22 22:25     ` Christian MICHON
2007-02-08  8:17       ` H. Peter Anvin
2007-02-08 14:06         ` Christian MICHON
2007-02-08 17:22           ` H. Peter Anvin
2007-01-23 11:25     ` Johannes Schindelin
2007-01-23 13:08       ` Christian MICHON
2007-01-23 14:17         ` Johannes Schindelin
2007-01-23 15:37       ` Linus Torvalds
2007-01-23 15:45         ` Alex Riesen
2007-01-23 15:52           ` Johannes Schindelin
2007-01-23 15:56             ` Alex Riesen
2007-01-23 16:00               ` Johannes Schindelin
2007-01-23 15:53           ` Shawn O. Pearce
2007-01-23 15:49         ` Johannes Schindelin
2007-01-24  7:12         ` Nguyen Thai Ngoc Duy
2007-01-24 10:17           ` Johannes Schindelin
2007-01-24 16:42           ` Linus Torvalds
2007-01-24 21:08             ` Christian MICHON
2007-02-08 17:18             ` H. Peter Anvin
2007-01-22 20:27   ` Johannes Sixt
2007-01-22 22:20     ` Christian MICHON
2007-01-23  8:31     ` Christian MICHON
2007-01-23 11:32     ` Johannes Schindelin
2007-01-23 12:06       ` Jakub Narebski
2007-01-23 15:29         ` Shawn O. Pearce
2007-01-23 13:12       ` Christian MICHON
2007-01-23 14:18         ` Johannes Schindelin
2007-01-23 18:55           ` Christian MICHON
2007-01-23 19:18             ` Johannes Schindelin
2007-01-23 19:28               ` Johannes Schindelin
2007-01-23 13:22       ` Andy Parkins
2007-01-23 14:21         ` Johannes Schindelin
2007-01-23 15:06           ` Andy Parkins
2007-01-23 15:20             ` Johannes Schindelin
2007-01-23 16:24               ` Andy Parkins [this message]
2007-01-23 16:37                 ` Johannes Schindelin
2007-01-23 17:02                   ` Linus Torvalds
2007-01-23 17:07                     ` Johannes Schindelin
2007-01-24  1:44                       ` Junio C Hamano
2007-01-24  1:57                         ` Johannes Schindelin
2007-01-24  5:05                           ` Junio C Hamano
2007-01-24 10:24                             ` Johannes Schindelin
2007-01-23 13:36       ` Nguyen Thai Ngoc Duy
2007-01-23 14:15         ` Johannes Schindelin

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=200701231624.41716.andyparkins@gmail.com \
    --to=andyparkins@gmail.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.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).