core-tutorial.txt: Fix showing the current behaviour.
commitabea85d1e9ee0bd77e41e934534aa5d5cdd0593a
authorCarlos Rica <jasampler@gmail.com>
Thu, 10 Apr 2008 00:08:23 +0000 (10 02:08 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Apr 2008 07:20:41 +0000 (10 00:20 -0700)
tree55e5384f8d89038bbd3d3ef10524c79dcfe8d4e3
parentac7fa2776c4a839a5a96c13886714774b52844de
core-tutorial.txt: Fix showing the current behaviour.

The --root option from "git diff-tree" won't do nothing
when is given to commands like git-whatchanged or git-log,
because those always print the initial commit by default.

This fixes the tutorial explaining the function of the
log.showroot configuration variable.

Signed-off-by: Carlos Rica <jasampler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/core-tutorial.txt