From: Jakub Narebski <jnareb@gmail.com>
To: Jeff King <peff@peff.net>
Cc: Elazar Leibovich <elazarl@gmail.com>,
Tim Mazid <timmazid@hotmail.com>,
Git Mailing List <git@vger.kernel.org>
Subject: Re: Supporting "-v" option for git-log
Date: Wed, 25 May 2011 18:38:58 +0200 [thread overview]
Message-ID: <201105251838.59548.jnareb@gmail.com> (raw)
In-Reply-To: <20110525151115.GB8795@sigill.intra.peff.net>
Dnia środa 25. maja 2011 17:11, Jeff King napisał:
> On Wed, May 25, 2011 at 06:53:31AM -0700, Jakub Narebski wrote:
>
> > > Which is a shame, because we already have all of the code for "--and",
> > > "--or", and "--not" in git-grep. It is just a syntactic conflict. I
> > > think you could get away with "--grep-and", "--grep-or", and
> > > "--grep-not". They are obviously less nice to type, but there would be
> > > not conflict.
> >
> > Hmmm... perhaps short -! could be alias for --grep-not (it is the only
> > that needs to be changed to avoid conflict, as there are no --or and
> > --and for rev-list).
>
> Ick. I really hate using shell metacharacters that need quoting
> (especially "!", which even gets expanded inside double-quotes). But as
> long as it's an alias, I guess people who care can use --grep-not.
Yeah, I know. Nevertheless '!' is natural to mean 'not',
and `-\!` is still shorter than `--grep-not`.
--
Jakub Narebski
Poland
next prev parent reply other threads:[~2011-05-25 16:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-25 9:40 Supporting "-v" option for git-log Elazar Leibovich
2011-05-25 11:05 ` Tim Mazid
2011-05-25 11:14 ` Elazar Leibovich
2011-05-25 11:21 ` Tim Mazid
2011-05-25 11:24 ` Tim Mazid
2011-05-25 11:28 ` Elazar Leibovich
2011-05-25 11:35 ` Tim Mazid
2011-05-25 11:40 ` Elazar Leibovich
2011-05-25 13:29 ` Jeff King
2011-05-25 13:53 ` Jakub Narebski
2011-05-25 15:11 ` Jeff King
2011-05-25 16:38 ` Jakub Narebski [this message]
2011-05-25 17:32 ` Junio C Hamano
2011-05-25 20:01 ` Jeff King
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=201105251838.59548.jnareb@gmail.com \
--to=jnareb@gmail.com \
--cc=elazarl@gmail.com \
--cc=git@vger.kernel.org \
--cc=peff@peff.net \
--cc=timmazid@hotmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.