git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git blame not respecting --find-copies-harder ?
@ 2008-07-30  9:39 Stephen R. van den Berg
  2008-07-30 15:01 ` Björn Steinbrink
  0 siblings, 1 reply; 17+ messages in thread
From: Stephen R. van den Berg @ 2008-07-30  9:39 UTC (permalink / raw)
  To: Git Mailinglist

git clone git://git.cuci.nl/pike

Both of this "git blame" commands return the same (erroneous) results
at the end of the files (the last lines are older, and are from the old
README file next to it).

git blame README-CVS
git blame --find-copies-harder README-CVS

However, when using git show with and without --find-copies-harder, we
see that git indeed finds the copy with a 76% similarity index.

git show 9eb55816
git show --find-copies-harder 9eb55816

Shouldn't it be expected that blame should also give the same difference
in result with and without that option?

On a related note, it doesn't seem possible to make --find-copies-harder
a default; is that intentional?
-- 
Sincerely,
           Stephen R. van den Berg.

How many weeks are there in a lightyear?

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2008-07-31 10:35 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-30  9:39 git blame not respecting --find-copies-harder ? Stephen R. van den Berg
2008-07-30 15:01 ` Björn Steinbrink
2008-07-30 15:43   ` Sverre Rabbelier
2008-07-31  6:48     ` Jeff King
2008-07-31  7:05       ` Junio C Hamano
2008-07-31  7:21         ` Jeff King
2008-07-31  7:36           ` Junio C Hamano
2008-07-31  8:25             ` Jeff King
2008-07-31  8:35               ` Junio C Hamano
2008-07-31  9:01                 ` Pierre Habouzit
2008-07-31  9:05                   ` Jeff King
2008-07-31  9:06                   ` Pierre Habouzit
2008-07-31  9:03                 ` Jeff King
2008-07-31  9:15                   ` Pierre Habouzit
2008-07-31  9:34                     ` Jeff King
2008-07-31 10:22                       ` Pierre Habouzit
2008-07-31 10:33                         ` Jeff King

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).