core-tutorial.txt: Fix showing the current behaviour.
authorCarlos Rica <jasampler@gmail.com>
Thu, 10 Apr 2008 00:08:23 +0000 (02:08 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Apr 2008 07:20:41 +0000 (00:20 -0700)
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>
No differences found