Re: [PATCH 2/2] Teach name-rev to identify revisions containing a certain blob

From: Junio C Hamano <junkio@cox.net>
Date: 2007-02-18 05:24:22
Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:

> If you want to know which revisions contained a certain version
> of a file, just say
>
> 	git name-rev --file <filename>
>
> which will read the file, and give you a list of revisions
> containing a file with the same contents. If <filename> is "-",
> it will read the contents from stdin. Of course, this is a really
> expensive operation.

I expected this to take arbitrary object name and let the caller
to do 'hash-object', so that you could also find a certain tree,
not just blob.


-
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 Sun Feb 18 05:24:36 2007

This archive was generated by hypermail 2.1.8 : 2007-02-18 05:30:11 EST