1
0
Fork 0
forked from forgejo/forgejo

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: