byplayer / egg

Emacs Got Git. This is a clone of Marius's excellent magit. Egg is an emacs interface to git.
bogolisk.blogspot.com
97 stars 20 forks source link

Default user.name and user.email #61

Closed xxzgc closed 10 years ago

xxzgc commented 10 years ago

egg-commit-log-edit is failing if there's no either user.name or user.email specified in .gitconfig. We can use some default values e.g. login name if there's no user.name, and login-name@hostname if user.email is missing. BTW, git commit does the same in this case.