diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-04 22:58:40 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-10-12 13:21:51 -0700 |
commit | 96e117099c0e4f7d508eb071f60b6275038f6f37 (patch) | |
tree | e4879be8b4b1c6288a34842428e36657e75743ec /upload-pack.c | |
parent | git-blame: refactor code to emit "porcelain format" output (diff) | |
download | tgif-96e117099c0e4f7d508eb071f60b6275038f6f37.tar.xz |
blame: show "previous" information in --porcelain/--incremental format
When the final blame is laid for a line to a <commit, path> pair, it also
gives a "previous" information to --porcelain and --incremental output
format. It gives the parent commit of the blamed commit, _and_ a path in
that parent commit that corresponds to the blamed path --- in short, it is
the origin that would have been blamed (or passed blame through) for the
line _if_ the blamed commit did not change that line.
This unfortunately makes sanity checking of refcount quite complex, so I
ripped it out for now.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'upload-pack.c')
0 files changed, 0 insertions, 0 deletions