Re: Listing files in order they are changed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Parag Kalra <paragkalra@xxxxxxxxx> 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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]