diff options
author | Thibault Meyer <0xbaadf00d@users.noreply.github.com> | 2016-11-12 12:09:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-12 12:09:25 +0100 |
commit | 54e6ed3431c559f4534210f8e5431acff0a99735 (patch) | |
tree | df696dd6f09e822354318b42f700ff1a7da49aeb /vendor/code.gitea.io/git/doc.go | |
parent | b339858500d3c0faf8c37ee786c22657c60a5833 (diff) | |
download | gitea-54e6ed3431c559f4534210f8e5431acff0a99735.tar.gz gitea-54e6ed3431c559f4534210f8e5431acff0a99735.zip |
Upgrade vendor "git" (#161)
Diffstat (limited to 'vendor/code.gitea.io/git/doc.go')
-rw-r--r-- | vendor/code.gitea.io/git/doc.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/code.gitea.io/git/doc.go b/vendor/code.gitea.io/git/doc.go new file mode 100644 index 0000000000..1941d28550 --- /dev/null +++ b/vendor/code.gitea.io/git/doc.go @@ -0,0 +1,5 @@ +// Copyright 2016 The Gitea Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package git // import "code.gitea.io/git" |