git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ian Hilt <Ian.Hilt@gmx.com>
To: "Rhodes, Kate" <masukomi@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: how to list all files that will be comitted
Date: Wed, 25 Jun 2008 11:57:11 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LFD.1.10.0806251154180.5755@sys-0.hiltweb.site> (raw)
In-Reply-To: <644094BE-2835-41EF-B1B4-615B8A4BD509@gmail.com>

On Wed, 25 Jun 2008 at 11:31am -0400, Rhodes, Kate wrote:

> I know ls-files is the tool I need but I haven't been able to figure out what
> combination of options will give me the files that have been added to the
> index.
> 
> -Kate

Have you tried "git status" ?  It will output something similar to the
following:

# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	modified:   somefile
#
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#
#	modified:   anotherfile
#


-- 
Ian Hilt
Ian.Hilt (at) gmx.com
GnuPG key: 0x4AFC1EE3

  reply	other threads:[~2008-06-25 15:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-25 15:31 how to list all files that will be comitted Rhodes, Kate
2008-06-25 15:57 ` Ian Hilt [this message]
2008-06-25 16:01   ` Rhodes, Kate
2008-06-25 16:14     ` Karl Hasselström
2008-06-25 16:16       ` Rhodes, Kate
2008-06-25 16:24     ` Ian Hilt
2008-06-25 16:14 ` Reece Dunn
2008-06-25 16:19 ` Michael J Gruber

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=alpine.LFD.1.10.0806251154180.5755@sys-0.hiltweb.site \
    --to=ian.hilt@gmx.com \
    --cc=git@vger.kernel.org \
    --cc=masukomi@gmail.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).