summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/src-d/go-git.v4
Commit message (Collapse)AuthorAgeFilesLines
* update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705)Antoine GIRARD2019-08-011-1/+1
|
* Update src-d/go-git to v4.13.0 (#7688)Antoine GIRARD2019-07-3126-85/+186
| | | | | | | | * update gopkg.in/src-d/go-git.v4 v4.13.0 * mod tidy * vendor
* Use commit graph files for listing pages (#7314)Filip Navara2019-07-0210-0/+1090
| | | | | | | | | | | | | | | | | | | | | | | | * Experimental support for git commit graph files and bloom filter index Signed-off-by: Filip Navara <filip.navara@gmail.com> * Force vendor of commitgraph Signed-off-by: Filip Navara <filip.navara@gmail.com> * Remove bloom filter experiment and debug prints * Remove old code for building commit graphs * Remove unused function * Remove mmap usage * gofmt * sort vendor/modules.txt * Add copyright header and log commit-graph error
* update go-git to v4.12.0 - fixes #7248 (#7249)techknowlogick2019-06-1929-392/+1028
|
* update go git from v4.10.0 to v4.11.0 (#7096)Lunny Xiao2019-05-3112-36/+89
|
* [mod]: Bump gopkg.in/src-d/go-git.v4 from 4.8.0 to 4.10.0 (#6662)Antoine GIRARD2019-04-1625-187/+592
| | | | | Bumps [gopkg.in/src-d/go-git.v4](https://github.com/src-d/go-git) from 4.8.0 to 4.10.0. - [Release notes](https://github.com/src-d/go-git/releases) - [Commits](https://github.com/src-d/go-git/compare/v4.8.0...v4.10.0)
* Use Go1.11 module (#5743)Mura Li2019-03-2712-0/+608
| | | | | | | | | | | | | | | | | | * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-27163-0/+31374
* Inital routes to git refs api * Git refs API implementation * Update swagger * Fix copyright * Make swagger happy add basic test * Fix test * Fix test again :)