git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: Parag Kalra <paragkalra@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Listing files in order they are changed
Date: Thu, 23 Sep 2010 13:48:07 -0700 (PDT)	[thread overview]
Message-ID: <m3pqw4gpb2.fsf@localhost.localdomain> (raw)
In-Reply-To: <AANLkTimHrCujEggj9KbAWWivY+WxnL0YqsXs+idhymBA@mail.gmail.com>

Parag Kalra <paragkalra@gmail.com> writes:

> Is there a way I can make Git list all the tracked files in the
> working directory in order they are changed (modified, added or
> deleted)
> 
> Something like displayed by: git ls-files

No, it is currently not possible, mainly because git thinks in terms
of changes to project as a whole, not as changes to individual files.

The tree blame ("git blame <directory>"), if it existed (I have
working prototype), would be of use here.
-- 
Jakub Narebski
Poland
ShadeHawk on #git

  parent reply	other threads:[~2010-09-23 20:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-23 18:51 Listing files in order they are changed Parag Kalra
2010-09-23 20:38 ` Jeff King
2010-09-24  7:59   ` Peter Krefting
2010-09-23 20:48 ` Jakub Narebski [this message]
2010-09-23 20:53   ` Sverre Rabbelier
2010-09-23 21:02     ` Jakub Narebski
2010-09-23 21:20       ` Sverre Rabbelier

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=m3pqw4gpb2.fsf@localhost.localdomain \
    --to=jnareb@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=paragkalra@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).