Merge branch 'da/user-useconfigonly'
commitc37f9a1bc38cad56c9eca40014802e7cd822c21c
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2016 18:13:31 +0000 (17 10:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2016 18:13:31 +0000 (17 10:13 -0800)
tree9dbd9746f9cd3f6949eec3a7a10d54ac5ed047f0
parentdbda66b0e283494c35958316c9b1c47b6e6c9f59
parent4d5c2956969a6690db2bbb2f3ff40459c09d7646
Merge branch 'da/user-useconfigonly'

The "user.useConfigOnly" configuration variable can be used to
force the user to always set user.email & user.name configuration
variables, serving as a reminder for those who work on multiple
projects and do not want to put these in their $HOME/.gitconfig.

* da/user-useconfigonly:
  ident: add user.useConfigOnly boolean for when ident shouldn't be guessed
  fmt_ident: refactor strictness checks
Documentation/config.txt
ident.c