git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Darrin Thompson <darrint@progeny.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: git-ls-files -o no recurse?
Date: Thu, 05 Jan 2006 12:15:52 -0500	[thread overview]
Message-ID: <1136481352.5597.2.camel@localhost.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.64.0601041330550.3668@g5.osdl.org>

On Wed, 2006-01-04 at 13:31 -0800, Linus Torvalds wrote:
> 
> On Wed, 4 Jan 2006, Darrin Thompson wrote:
> > 
> > Would it be hard to make git-ls-files optionally do this?
> 
> Something like the appended may or may not be what you're looking for..
> 

Worked great!

> @@ -19,6 +19,7 @@ static int show_stage = 0;
>  static int show_unmerged = 0;
>  static int show_modified = 0;
>  static int show_killed = 0;
> +static int show_ignored_directories = 0;
>  static int line_terminator = '\n';

Did you perhaps mean s/ignored/other/g ? I thought maybe you were being
clever but I couldn't get it to do anything useful with -i, only -o.

--
Darrin

  reply	other threads:[~2006-01-05 17:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-04 18:51 git-ls-files -o no recurse? Darrin Thompson
2006-01-04 21:31 ` Linus Torvalds
2006-01-05 17:15   ` Darrin Thompson [this message]
2006-01-05 17:31     ` Linus Torvalds
2006-01-06 22:38   ` Junio C Hamano
2006-01-07 18:20     ` Darrin Thompson
2006-01-07 18:23     ` Darrin Thompson
2006-01-07 18:45       ` Junio C Hamano
2006-01-07 19:34         ` Linus Torvalds

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=1136481352.5597.2.camel@localhost.localdomain \
    --to=darrint@progeny.com \
    --cc=git@vger.kernel.org \
    --cc=torvalds@osdl.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).