author | Jeff King <peff@peff.net> | |
Mon, 9 May 2011 13:34:42 +0000 (09:34 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 9 May 2011 22:27:50 +0000 (15:27 -0700) | ||
commit | ed747dd5216ba1fe6fa59da9585dcd6cced202bb | |
tree | b3d07c9cecee5fb7f13c3249ba629fbabdf3e7c3 | tree | snapshot |
parent | e86226e34097ce22ed78a9e759564110f141dda0 | commit | diff |
blame: add --line-porcelain output format
This is just like --porcelain, except that we always output
the commit information for each line, not just the first
time it is referenced. This can make quick and dirty scripts
much easier to write; see the example added to the blame
documentation.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This is just like --porcelain, except that we always output
the commit information for each line, not just the first
time it is referenced. This can make quick and dirty scripts
much easier to write; see the example added to the blame
documentation.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/blame-options.txt | diff | blob | history | |
Documentation/git-blame.txt | diff | blob | history | |
builtin/blame.c | diff | blob | history | |
t/t8008-blame-formats.sh | diff | blob | history |