commit | b5a4de9d506030fce1b70a06dc49090a46877c3f | [log] [tgz] |
---|---|---|
author | Bo Yang <struggleyb.nku@gmail.com> | Wed May 26 15:23:56 2010 +0800 |
committer | Junio C Hamano <gitster@pobox.com> | Mon May 31 18:02:07 2010 -0700 |
tree | 513eb9717de38cfcab8f7c95bc2d08f3a9cbaf4f | |
parent | 2efcc977646320123c0d461664d25c4c93aaa9ee [diff] |
graph.c: register a callback for graph output It will look better if the 'git log --graph' print the graph pading lines before the diff output just like what it does for commit message. And this patch leverage the new diff prefix callback function to achieve this. Signed-off-by: Bo Yang <struggleyb.nku@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>