From: Matthieu Moy <Matthieu.Moy@imag.fr>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: "Väinö Järvelä" <v@pp.inet.fi>,
"Junio C Hamano" <gitster@pobox.com>,
"Alex Riesen" <raa.lkml@gmail.com>,
git@vger.kernel.org
Subject: Re: [PATCH 1/2] Add "--only-untracked" flag to status commands.
Date: Fri, 24 Aug 2007 13:40:53 +0200 [thread overview]
Message-ID: <vpqps1dyxbu.fsf@bauges.imag.fr> (raw)
In-Reply-To: <Pine.LNX.4.64.0708241154410.16728@wbgn129.biozentrum.uni-wuerzburg.de> (Johannes Schindelin's message of "Fri\, 24 Aug 2007 11\:55\:41 +0200 \(CEST\)")
Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
> Would it not be better to imitate the "-x" and "-X" options of ls-files,
> then? You could achieve the effect you desire by "git status -x \*"
> then.
That's equivalent feature-wise, but a bit slower performance-wise (the
proposed patch skips file listing totally). But since the use-case for
it is not the common case, it probably doesn't matter (and in case,
it's possible to hardcode an optimisation if the pattern is "*").
--
Matthieu
next prev parent reply other threads:[~2007-08-24 11:43 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-23 19:58 [PATCH 1/2] Add "--only-untracked" flag to status commands Väinö Järvelä
2007-08-23 19:58 ` Väinö Järvelä
2007-08-23 20:50 ` Matthieu Moy
2007-08-24 6:28 ` Väinö Järvelä
2007-08-23 19:58 ` [PATCH 2/2] Documented "--only-untracked" flag Väinö Järvelä
2007-08-23 19:58 ` Väinö Järvelä
2007-08-23 20:32 ` [PATCH 1/2] Add "--only-untracked" flag to status commands Alex Riesen
2007-08-24 6:35 ` Väinö Järvelä
2007-08-24 7:40 ` Jakub Narebski
2007-08-27 13:18 ` Andreas Ericsson
2007-08-24 7:46 ` Junio C Hamano
2007-08-24 9:31 ` Väinö Järvelä
2007-08-24 9:55 ` Johannes Schindelin
2007-08-24 10:52 ` Väinö Järvelä
2007-08-25 14:39 ` Johannes Schindelin
2007-08-24 11:40 ` Matthieu Moy [this message]
2007-08-24 22:47 ` Jakub Narebski
2007-08-24 23:06 ` Junio C Hamano
2007-08-25 6:16 ` Väinö Järvelä
2007-08-25 14:42 ` Johannes Schindelin
2007-08-24 22:33 ` Alex Riesen
2007-08-25 5:37 ` Väinö Järvelä
2007-08-25 6:10 ` Junio C Hamano
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=vpqps1dyxbu.fsf@bauges.imag.fr \
--to=matthieu.moy@imag.fr \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=raa.lkml@gmail.com \
--cc=v@pp.inet.fi \
/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.