Skip to content

Commit d38dfbd

Browse files
authored
Merge branch 'master' into fix/panic-commit-stats
2 parents 13de4fb + e297239 commit d38dfbd

File tree

1,997 files changed

+8
-1842243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,997 files changed

+8
-1842243
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.o
33
*.a
44
*.so
5+
vendor
56

67
# Folders
78
_obj

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: go
22

33
go_import_path: github.com/src-d/gitbase
44

5+
env:
6+
- GO111MODULE=on
7+
58
matrix:
69
fast_finish: true
710
addons:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
- internal/function: take into account if repository is resolved in commit_stats ([#863](https://github.com/src-d/gitbase/pull/863))
1212

13+
### Changed
14+
15+
- Removed vendor folder.
16+
1317
## [0.21.0-beta1] - 2019-06-12
1418

1519
### Added

vendor/github.com/BurntSushi/toml/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/COMPATIBLE

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/COPYING

Lines changed: 0 additions & 21 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/Makefile

Lines changed: 0 additions & 19 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/README.md

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)