diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-22 13:50:50 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-22 13:50:50 -0400 |
commit | 61e29226015fad6451281035948c3d8d1364880c (patch) | |
tree | 6ef97e9b24040d880913eb09d3e1b00ea4727e2e /models/action.go | |
parent | e3f55ca0fb0c8aee84f2935b76353ef8ce66384f (diff) | |
download | gitea-61e29226015fad6451281035948c3d8d1364880c.tar.gz gitea-61e29226015fad6451281035948c3d8d1364880c.zip |
Working on issues
Diffstat (limited to 'models/action.go')
-rw-r--r-- | models/action.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/models/action.go b/models/action.go index 4e1107f891..a996e16aa8 100644 --- a/models/action.go +++ b/models/action.go @@ -88,7 +88,6 @@ func CommitRepoAction(userId int64, userName string, return err } repo.IsBare = false - repo.Updated = time.Now() if err = UpdateRepository(repo); err != nil { return err } |