1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

Update code.gitea.io/git dependency (#2149)

This commit is contained in:
Lauris BH
2017-07-13 06:35:21 +03:00
committed by Bo-Yi Wu
parent a739991b36
commit 7d61834dc9
2 changed files with 4 additions and 4 deletions

2
vendor/code.gitea.io/git/Makefile generated vendored
View File

@ -18,7 +18,7 @@ generate:
.PHONY: fmt
fmt:
find . -name "*.go" -type f -not -path "./vendor/*" -not -path "./benchmark/*" | xargs gofmt -s -w
find . -name "*.go" -type f ! -path "./vendor/*" ! -path "./benchmark/*" | xargs gofmt -s -w
.PHONY: vet
vet: