Re: list all dirty files in working directory

From: Andreas Gal <gal@uci.edu>
Date: 2005-05-06 07:35:05
git-update-cache --refresh | while read line; do
    echo $line | cut -d ':' -f 1
done

That should give you one file per line, for every dirty file. 

Andreas

On Thu, 5 May 2005, Thomas Glanzmann wrote:

> Hello,
> is there another way than call 'checkout-cache -a' and parse the output?
> Maybe a command which lists one dirty file per line?
> 
> 	Thomas
> -
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Fri May 06 07:35:26 2005

This archive was generated by hypermail 2.1.8 : 2005-05-06 07:35:26 EST