]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-rebase.txt
git-rebase: Add --stat and --no-stat for producing diffstat on rebase
authorTor Arne Vestbø <torarnv@gmail.com>
Sun, 1 Mar 2009 22:11:38 +0000 (23:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2009 07:22:32 +0000 (23:22 -0800)
commita9c3821ca2fec065260b4314d61337a7529aba5b
treebd0a4c7fb22e9913c4713c44dff7b25c84c66828
parentf474c526618d5d1111b585a6344e012fb731d3fe
git-rebase: Add --stat and --no-stat for producing diffstat on rebase

The behavior of --verbose is unchanged, but uses a different state
variable internally, so that the meaning of verbose output may be
expanded without affecting the diffstat. This is also reflected in
the documentation.

The configuration option rebase.stat works the same was as merg.stat,
but the default is currently false.

Signed-off-by: Tor Arne Vestbø <torarnv@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-rebase.txt
git-rebase.sh
t/t3406-rebase-message.sh