commit | ed747dd5216ba1fe6fa59da9585dcd6cced202bb | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Mon May 09 09:34:42 2011 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon May 09 15:27:50 2011 -0700 |
tree | b3d07c9cecee5fb7f13c3249ba629fbabdf3e7c3 | |
parent | e86226e34097ce22ed78a9e759564110f141dda0 [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>