It seems that git config only returns value that I explicitly set and doesn't aware of the default values. For example when I run git config commit.status it outputs nothing.
http://git-scm.com/docs/git-config helps but doesn't list all of the default values.