author | Bo Yang <struggleyb.nku@gmail.com> | |
Wed, 26 May 2010 07:23:56 +0000 (15:23 +0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 1 Jun 2010 01:02:07 +0000 (18:02 -0700) | ||
commit | b5a4de9d506030fce1b70a06dc49090a46877c3f | |
tree | 513eb9717de38cfcab8f7c95bc2d08f3a9cbaf4f | tree | snapshot |
parent | 2efcc977646320123c0d461664d25c4c93aaa9ee | commit | 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>
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>
graph.c | diff | blob | history |