diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-12 19:42:11 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-12 19:42:11 -0400 |
commit | bba401a5dcf8af2fdc4c7c05b11db100019ee4fa (patch) | |
tree | 6296b12013f1679c8ffa81ab5308892e0661c593 /models/git_diff.go | |
parent | 1b7adf57e94aaccd2abc6c7288947e36bb311c0a (diff) | |
download | gitea-bba401a5dcf8af2fdc4c7c05b11db100019ee4fa.tar.gz gitea-bba401a5dcf8af2fdc4c7c05b11db100019ee4fa.zip |
Prepare 0.5 release
Diffstat (limited to 'models/git_diff.go')
-rw-r--r-- | models/git_diff.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/models/git_diff.go b/models/git_diff.go index 21a624de5f..bf7a9cd575 100644 --- a/models/git_diff.go +++ b/models/git_diff.go @@ -15,8 +15,7 @@ import ( "github.com/Unknwon/com" - "github.com/gogits/git" - + "github.com/gogits/gogs/modules/git" "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/process" ) |