Git development
 help / color / mirror / Atom feed
* BUG: Git blame provides incorrect previous commit if the line is uncommitted
@ 2016-09-26 12:29 Eric Amodio
  2016-09-26 16:05 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Amodio @ 2016-09-26 12:29 UTC (permalink / raw)
  To: git

This is the first time I've reported a bug with Git so please forgive
me if this isn't the right place, format, etc.

If git blame --porcelain (or --line-porcelain or --incremental) is run
on a file that has uncommitted changes any uncommitted lines have the
wrong previous sha. Instead of the sha the last time that line was
changed or even the last time the file was changed it seem to return
the last commit in the repository. This seems to only affect
uncommitted lines, other line seem to be populated properly.

I am using git version 2.10.0 on macOS 10.12 (16A323).

Please let me know if I can provide any more information.

Thanks,
Eric Amodio

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

end of thread, other threads:[~2016-09-26 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26 12:29 BUG: Git blame provides incorrect previous commit if the line is uncommitted Eric Amodio
2016-09-26 16:05 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox