Re: possible 'git cp'/how does git detect copies

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Santi Béjar
Date: Friday, June 27, 2008 - 5:57 am

On Fri, Jun 27, 2008 at 14:40, Mircea Bardac <dev@mircea.bardac.net> wrote:

Did you followed the "See also −−find−copies−harder."?

From the man page

--find-copies-harder::
        For performance reasons, by default, `-C` option finds copies only
        if the original file of the copy was modified in the same
        changeset.  This flag makes the command
        inspect unmodified files as candidates for the source of
        copy.  This is a very expensive operation for large
        projects, so use it with caution.  Giving more than one
        `-C` option has the same effect.



git blame -C -C new_copied_file
--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
possible 'git cp'/how does git detect copies, Mircea Bardac, (Fri Jun 27, 5:40 am)
Re: possible 'git cp'/how does git detect copies, Santi Béjar, (Fri Jun 27, 5:57 am)
Re: possible 'git cp'/how does git detect copies, Pierre Habouzit, (Fri Jun 27, 6:00 am)
Re: possible 'git cp'/how does git detect copies, Johannes Sixt, (Fri Jun 27, 6:05 am)
Re: possible 'git cp'/how does git detect copies, Miklos Vajna, (Fri Jun 27, 6:09 am)
Re: possible 'git cp'/how does git detect copies, Mircea Bardac, (Fri Jun 27, 6:16 am)