author | Martin von Zweigbergk <martin.von.zweigbergk@gmail.com> | |
Tue, 9 Nov 2010 20:59:00 +0000 (21:59 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 29 Nov 2010 22:49:54 +0000 (14:49 -0800) | ||
commit | 9474a029d5817a9a5a0f96cf257fa95befd93e62 | |
tree | 484cbfc6b3360f9aea3f9f5251e50d05681b064c | tree | snapshot |
parent | 593ce2bea5dad436e87b5dd37c205961d73feae9 | commit | diff |
rebase: only show stat if configured to true
If rebase.stat is set to true, a diffstat should be displayed. If it is
not set, it should default to false. However, if it is explicitly set to
false (or other value), a diffstat is still displayed, which is probably
not what most users would expect. Show diffstat only if it is set
to true.
Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
If rebase.stat is set to true, a diffstat should be displayed. If it is
not set, it should default to false. However, if it is explicitly set to
false (or other value), a diffstat is still displayed, which is probably
not what most users would expect. Show diffstat only if it is set
to true.
Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh | diff | blob | history |