Merge branch 'sd/stash-wo-user-name'
commit1328d29943c81602bedba085e8c41acf01b4c866
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Jan 2019 21:33:34 +0000 (4 13:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Jan 2019 21:33:34 +0000 (4 13:33 -0800)
tree6fb53598b781b9d2e93e3f7d400af0660a7b9617
parent84d178316fbe7e93b11e34604fcee86812802986
parent3bc2111fc2e9e8ff33b48bb2ccd17b77ca7dbced
Merge branch 'sd/stash-wo-user-name'

A properly configured username/email is required under
user.useConfigOnly in order to create commits; now "git stash"
(even though it creates commit objects to represent stash entries)
command is exempt from the requirement.

* sd/stash-wo-user-name:
  stash: tolerate missing user identity