diff options
author | Unknwon <u@gogs.io> | 2016-02-17 22:47:06 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-17 22:47:06 -0500 |
commit | 338af89d5641008be579df9c554d0a1db190a009 (patch) | |
tree | c0341776543ed25be8906e2399c9c0a39d6ac928 /templates/.VERSION | |
parent | 2fdf8fc938295b95cbe6efb7cddb1b87c2fb81ee (diff) | |
download | gitea-338af89d5641008be579df9c554d0a1db190a009.tar.gz gitea-338af89d5641008be579df9c554d0a1db190a009.zip |
#2650 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.
Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
Diffstat (limited to 'templates/.VERSION')
-rw-r--r-- | templates/.VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index 5b4bfc48e3..21926c1afb 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.8.37.0217
\ No newline at end of file +0.8.38.0217
\ No newline at end of file |