git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Theodore Tso <tytso@mit.edu>
Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [PATCH] Make '!' aliases more useful
Date: Tue, 3 Jul 2007 02:37:43 +0100 (BST)	[thread overview]
Message-ID: <Pine.LNX.4.64.0707030220460.4071@racer.site> (raw)
In-Reply-To: <20070703011429.GB5322@thunk.org>

Hi,

On Mon, 2 Jul 2007, Theodore Tso wrote:

> On Mon, Jul 02, 2007 at 04:11:21PM -0700, Junio C Hamano wrote:
> > > Such a point exists, I agree, but I would draw after $* and $1/$2/$3
> > > interpolation.  There is a lot more value that gets added with
> > > positional arguments support, and it makes git aliases more usable on
> > > platforms such as Windows where scripting capability is much more
> > > limited.
> > 
> > That actually sounds sensible, but you could alias
> > 
> > 	!sh -c 'command $2 $1 $3'
> > 
> > to reorder the parameters, couldn't you?
> 
> Um, how would that work on the Windows platform?
> 
> (I'm assuming here that we are trying to support Windows better, since
> there are projects such as Mozilla, and MySQL that care very much
> about first class Windows support.  We could say this isn't important
> enough, and that would be fine; but I wanted to at least raise the
> question.)

Windows support for those people unwilling to use cygwin amounts to 
anything, but a command line interface. Since aliases are _bound_ to 
the command line, I do not really get your point here.

In my view of things, for Windows support it is first of all important to 
get rid of the dependency on bash in the core parts. Then we should 
continue on the work Han-Wen did with his gub, and produce a proper 
Windows-clicky-style installer which installs git-gui with a proper 
Windows Start Menu item. But of course, then we should brace ourselves for 
a lot of clueless^Winterested users.

Ciao,
Dscho

  reply	other threads:[~2007-07-03  1:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-01 21:51 [PATCH] Make '!' aliases more useful Johannes Schindelin
2007-07-02 14:55 ` Theodore Tso
2007-07-02 15:55   ` Johannes Schindelin
2007-07-02 16:08     ` Theodore Tso
2007-07-02 23:11       ` Junio C Hamano
2007-07-03  1:14         ` Theodore Tso
2007-07-03  1:37           ` Johannes Schindelin [this message]
2007-07-03 12:10             ` Theodore Tso
2007-07-03  7:24           ` Johannes Sixt
2007-07-03  7:07       ` Alex Riesen
2007-07-03 11:27         ` 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=Pine.LNX.4.64.0707030220460.4071@racer.site \
    --to=johannes.schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=tytso@mit.edu \
    /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).