author | Adam Simpkins <adam@adamsimpkins.net> | |
Mon, 5 May 2008 07:57:03 +0000 (00:57 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 6 May 2008 01:55:39 +0000 (18:55 -0700) | ||
commit | 0724cb86c51a230090ef12d6bfe17a67351631a8 | |
tree | 278671b3768cdf1e4d2acedd69d488618ec67177 | tree | snapshot |
parent | 7fefda5cc7a5faf7962092367bedb321a634d54d | commit | diff |
graph API: eliminate unnecessary indentation
This change improves the calculation of the amount of horizontal
padding, so that there is always exactly 1 space of padding.
Previously, most commits had 3 spaces of padding, but commits that
didn't have any children in the graph had only 1 space of padding.
Signed-off-by: Adam Simpkins <adam@adamsimpkins.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This change improves the calculation of the amount of horizontal
padding, so that there is always exactly 1 space of padding.
Previously, most commits had 3 spaces of padding, but commits that
didn't have any children in the graph had only 1 space of padding.
Signed-off-by: Adam Simpkins <adam@adamsimpkins.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
graph.c | diff | blob | history |