Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v2.0.0' of github.com:src-d/go-git into v2.0.0 | Máximo Cuadros | 2015-10-25 | 0 | -0/+0 |
|\ | |||||
| * | Merge pull request #2 from mcuadros/v2.0.0 | Máximo Cuadros | 2015-10-23 | 15 | -393/+505 |
| |\ | | | | | | | formats/packfile: cleanup and hash type | ||||
* | | | formats/packfile: test improvements | Máximo Cuadros | 2015-10-25 | 3 | -11/+128 |
| |/ |/| | |||||
* | | formats/packfile: cleanup | Máximo Cuadros | 2015-10-23 | 8 | -101/+168 |
| | | |||||
* | | Merge branch 'v2.0.0' of github.com:mcuadros/go-git into v2.0.0 | Máximo Cuadros | 2015-10-23 | 0 | -0/+0 |
|\| | |||||
| * | Merge pull request #1 from mcuadros/v2.0.0 | Máximo Cuadros | 2015-10-23 | 0 | -0/+0 |
| |\ | | | | | | | format/pktline: review and improving coverage | ||||
| | * | fixing routes | Máximo Cuadros | 2015-10-23 | 3 | -4/+4 |
| | | | |||||
* | | | formats/packfile: type Hash instead of strings | Máximo Cuadros | 2015-10-23 | 12 | -304/+349 |
|/ / | |||||
* / | fixing routes | Máximo Cuadros | 2015-10-23 | 4 | -5/+5 |
|/ | |||||
* | codecov | Máximo Cuadros | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | format/pktline: review and improving coverage | Máximo Cuadros | 2015-10-23 | 5 | -29/+67 |
| | |||||
* | license and readme | Máximo Cuadros | 2015-10-23 | 2 | -0/+20 |
| | |||||
* | travis | Máximo Cuadros | 2015-10-23 | 1 | -1/+14 |
| | |||||
* | clients and remote: fetch implementation | Máximo Cuadros | 2015-10-23 | 9 | -194/+145 |
| | |||||
* | update version | Máximo Cuadros | 2015-10-23 | 3 | -3/+4 |
| | |||||
* | new remote abstraction | Máximo Cuadros | 2015-10-23 | 3 | -0/+88 |
| | |||||
* | clients: supporting diferent protocols | Máximo Cuadros | 2015-10-23 | 7 | -0/+331 |
| | |||||
* | pathsv1.0.0 | Máximo Cuadros | 2015-10-22 | 3 | -6/+22 |
| | |||||
* | travis | Máximo Cuadros | 2015-10-22 | 1 | -0/+11 |
| | |||||
* | org rename | Máximo Cuadros | 2015-10-19 | 2 | -3/+3 |
| | |||||
* | Remove duplicate NotFoundError and rename it to ErrNotFound (idiomatic) | Carlos Cobo | 2015-10-15 | 1 | -9/+2 |
| | | | | Error had to be defined in its own package to avoid import cycles. | ||||
* | memory passed to NewGit(), changed git types name | Alex Guerrieri | 2015-10-14 | 2 | -9/+7 |
| | |||||
* | Switch of repo size | Alex Guerrieri | 2015-10-13 | 2 | -0/+10 |
| | |||||
* | Extract GitHash function | Alex Guerrieri | 2015-10-06 | 4 | -19/+34 |
| | |||||
* | Merge remote-tracking branch 'origin/dev' | Daniel Ripollés | 2015-09-02 | 0 | -0/+0 |
|\ | |||||
| * | clients: allowing access to all the branches | Máximo Cuadros Ortiz | 2015-09-02 | 1 | -15/+37 |
| | | |||||
* | | clients: allowing access to all the branches | Máximo Cuadros Ortiz | 2015-08-30 | 1 | -15/+37 |
|/ | |||||
* | Update imports | Franky | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | vcs: using github.com/klauspost/compress/zlib | Máximo Cuadros | 2015-07-29 | 1 | -1/+2 |
| | |||||
* | Merge pull request #65 from toqueteos/repo-redirects | Máximo Cuadros | 2015-06-11 | 1 | -2/+1 |
|\ | | | | | | | Update URLs for moved repositories | ||||
| * | Unused attribute (leftover). | Carlos Cobo | 2015-06-04 | 1 | -2/+1 |
| | | |||||
* | | Remove not used zlib fragment. | Carlos Cobo | 2015-06-04 | 1 | -16/+3 |
|/ | | | | NewTree is called with the already deflated contents, there's no need to always fail creating a `zlib.NewReader` and waste memory with a new buffer we are just about to destroy. | ||||
* | Refactor out ReadAll, use custom Reader instead. | Carlos Cobo | 2015-05-20 | 1 | -19/+39 |
| | | | | We don't want to read all packfiles to memory, working with a stream is enough. | ||||
* | Fix typos. | Carlos Cobo | 2015-05-20 | 3 | -4/+4 |
| | |||||
* | Fixes #50. | Carlos Cobo | 2015-05-20 | 2 | -153/+103 |
| | | | | Revamped PackfileReader internals, no longer using a give back buffer. | ||||
* | Reduce allocs in packfile reader. | Toni Cárdenas | 2015-05-19 | 1 | -12/+24 |
| | | | | | | This doesn't have a noticeable impact in performance for a single repo, but it may have for lots of repos due to GC overhead, as we are creating thousands of spurious objects per repo. More importantly, it was driving me crazy. | ||||
* | project renamed | Máximo Cuadros Ortiz | 2015-05-02 | 1 | -1/+1 |
| | |||||
* | some refactor in folders and crawler | Máximo Cuadros Ortiz | 2015-04-06 | 13 | -0/+1542 |