]> source.dussan.org Git - gitea.git/commit
Standard git user.name and user.email if not set
authorTristan Storch <tstorch@math.uni-bielefeld.de>
Thu, 4 Sep 2014 10:03:29 +0000 (12:03 +0200)
committerTristan Storch <tstorch@math.uni-bielefeld.de>
Thu, 4 Sep 2014 10:07:09 +0000 (12:07 +0200)
commit9fc4ded369a90140a63e064371479f2ef4e4bc4f
treee4c6219b5c28ec1b02f678f2396022879a2f2287
parentf36f9e07b78d078c89b57437a12c85ea8218fa1c
Standard git user.name and user.email if not set

Git user.name and user.email will now be set to the standard values

  - Gogs
  - gogitservice@gmail.com

if user.name is not set or empty.

If user.name is set and user.email not, it will leave it this way.
models/repo.go