git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alex Riesen <raa.lkml@gmail.com>
To: Michael J Gruber <git@drmicha.warpmail.net>
Cc: Jack Desert <jackdesert556@gmail.com>,
	Tomas Carnecky <tom@dbservice.com>,
	git@vger.kernel.org
Subject: Re: GIT counterpart to "svn list"
Date: Thu, 22 Apr 2010 12:44:20 +0200	[thread overview]
Message-ID: <m2r81b0412b1004220344j3101d7e6n7b2e9a017500db61@mail.gmail.com> (raw)
In-Reply-To: <4BCFFDC7.4050205@drmicha.warpmail.net>

On Thu, Apr 22, 2010 at 09:41, Michael J Gruber
<git@drmicha.warpmail.net> wrote:
> git ls-files does what svn list (without URL) does, and more. But git
> status [-s] may be what you are really looking for, ...

"git status -u" (to show the untracked files). The "-s" is just the
short format,
which is a nice thing, but not exactly what was asked. These can be
combined, of course:

 $ git status -su
  M git.c
 ?? RemoveMe
 $

The untracked files are marked by "??".

  reply	other threads:[~2010-04-22 10:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-22  3:22 GIT counterpart to "svn list" Jack Desert
2010-04-22  3:24 ` Tomas Carnecky
2010-04-22  3:37   ` Jack Desert
2010-04-22  3:45     ` Alexander Iljin
2010-04-22  3:47     ` Tomas Carnecky
2010-04-22  7:41     ` Michael J Gruber
2010-04-22 10:44       ` Alex Riesen [this message]
2010-04-22  8:56 ` Santi Béjar
2010-04-22 11:51   ` Git - SVN Crash Course Petr Baudis

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=m2r81b0412b1004220344j3101d7e6n7b2e9a017500db61@mail.gmail.com \
    --to=raa.lkml@gmail.com \
    --cc=git@drmicha.warpmail.net \
    --cc=git@vger.kernel.org \
    --cc=jackdesert556@gmail.com \
    --cc=tom@dbservice.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 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).