Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove package docv2.2.0 | Máximo Cuadros | 2016-02-16 | 6 | -40/+27 |
| | |||||
* | remove blame package header | Máximo Cuadros | 2016-02-16 | 3 | -3/+8 |
|\ | |||||
| * | Merge pull request #25 from shawnps/patch-1 | Máximo Cuadros | 2016-02-16 | 1 | -1/+1 |
| |\ | | | | | | | fix typo | ||||
| | * | fix typo | Shawn Smith | 2016-02-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #24 from shawnps/master | Máximo Cuadros | 2016-02-16 | 1 | -1/+1 |
| |\ \ | | | | | | | | | gofmt -s | ||||
| | * | | gofmt -s | Shawn Smith | 2016-02-17 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #26 from shawnps/patch-2 | Máximo Cuadros | 2016-02-16 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | fix typo | ||||
| | * | fix typo | Shawn Smith | 2016-02-17 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #22 from alcortesm/master | Máximo Cuadros | 2016-02-16 | 1 | -0/+5 |
| |\ | | | | | | | add blame comment to readme and fix typo | ||||
| | * | [README] Adds Coming Soon section | Alberto Cortés | 2016-02-16 | 1 | -1/+6 |
| | | | |||||
| * | | Merge pull request #23 from mvader/patch-1 | Máximo Cuadros | 2016-02-16 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | Typo on README | ||||
| | * | Update README.md | Miguel Molina | 2016-02-16 | 1 | -1/+1 |
| |/ | |||||
* / | package documentation | Máximo Cuadros | 2016-02-16 | 2 | -8/+27 |
|/ | |||||
* | readme: Acknowledgements | Máximo Cuadros | 2016-02-16 | 1 | -0/+6 |
| | |||||
* | readme: codebeat badge | Máximo Cuadros | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | documentation | Máximo Cuadros | 2016-02-16 | 0 | -0/+0 |
|\ | |||||
| * | Merge pull request #21 from marcinwyszynski/patch-1 | Máximo Cuadros | 2016-02-16 | 1 | -1/+1 |
| |\ | | | | | | | Add codebeat badge | ||||
| | * | Add codebeat badge | Marcin Wyszynski | 2016-02-16 | 1 | -1/+1 |
| | | | | | | | | | Brilliant piece of Go code, congrats! Out of curiosity - have you tried benchmarking this against Golang's libgit2 bindings running from ramdisk? For a small side project where I needed `git blame` functionality I got 10-20x speed boost from doing just that. | ||||
* | | | documentation | Máximo Cuadros | 2016-02-16 | 2 | -0/+93 |
|/ / | |||||
* | | examples: basic | Máximo Cuadros | 2016-02-16 | 1 | -0/+41 |
| | | |||||
* | | repository: documentation | Máximo Cuadros | 2016-02-16 | 1 | -0/+3 |
|/ | |||||
* | travis: allow_failures | Máximo Cuadros | 2016-02-16 | 1 | -0/+4 |
| | |||||
* | core.Type stringer improved | Máximo Cuadros | 2016-02-15 | 1 | -1/+7 |
| | |||||
* | clients: skip ssh test when SSH_AUTH_SOCK is not present | Máximo Cuadros | 2016-02-13 | 2 | -10/+16 |
| | |||||
* | clients: cleanup | Máximo Cuadros | 2016-02-11 | 1 | -17/+10 |
| | |||||
* | Merge branch 'master' of github.com:src-d/go-git | Máximo Cuadros | 2016-02-11 | 2 | -12/+38 |
|\ | |||||
| * | Merge pull request #18 from ivanfoo/master | Máximo Cuadros | 2016-01-27 | 1 | -1/+4 |
| |\ | | | | | | | added default shell to makefile | ||||
| | * | added default shell to makefile | ivanfoo | 2016-01-27 | 1 | -1/+4 |
| |/ | | | | | | | changed if to a more standard syntax | ||||
| * | ci | Máximo Cuadros | 2016-01-27 | 2 | -12/+35 |
| | | |||||
* | | clients: removing url from the clients constructor | Máximo Cuadros | 2016-02-11 | 6 | -46/+47 |
|/ | |||||
* | Merge pull request #17 from alcortesm/fix-zlib-invalid-headerv2.1.3 | Máximo Cuadros | 2016-01-27 | 2 | -3/+70 |
|\ | | | | | fix zlib invalid header error | ||||
| * | fix zlib invalid header error | Alberto Cortés | 2016-01-27 | 2 | -3/+70 |
|/ | | | | | The return value of reads to the packfile were being ignored, so zlib was getting invalid data on it read buffers. | ||||
* | Merge pull request #16 from alcortesm/speedup-packfile-reading | Máximo Cuadros | 2016-01-26 | 2 | -1/+8 |
|\ | | | | | Speed up packfile reading | ||||
| * | Speed up packfile reading | Alberto Cortés | 2016-01-26 | 2 | -1/+8 |
|/ | | | | | By adding a bufio to the trackingReader, otherwise most of the time is spent in syscalls for small reads to the packfile. | ||||
* | Merge pull request #15 from alcortesm/performance-increase-for-big-repos | Máximo Cuadros | 2016-01-21 | 2 | -12/+14 |
|\ | | | | | Performance increase for big repos | ||||
| * | performance increase for repos with many files and directories | Alberto Cortés | 2016-01-21 | 2 | -12/+14 |
| | | |||||
* | | Merge pull request #14 from alcortesm/fix-file-iterator-gorutine-leak | Máximo Cuadros | 2016-01-21 | 3 | -10/+217 |
|\ \ | | | | | | | Fix commit.File() gorutine leak | ||||
| * | | Readability improvements | Alberto Cortés | 2016-01-21 | 1 | -2/+4 |
| |/ | |||||
| * | Fix commit.File() gorutine leak | Alberto Cortés | 2016-01-21 | 3 | -10/+215 |
|/ | | | | | | | | | | | | Commit.File() was leaking a goroutine because it was looping over an iterator without closing its channel. Now commit.File() calls the new Tree.File() method that searches the file in the repository by trasversing the dir tree instead of using the tree.Files() iterator. This not only prevent the goroutine leak, but also speeds up file searching. | ||||
* | Merge pull request #12 from alcortesm/hotfix-close-packfilev2.1.2 | Máximo Cuadros | 2016-01-11 | 3 | -3/+13 |
|\ | | | | | missing call to Close on Fetch return value (ReadCloser) | ||||
| * | missing call to Close on Fetch return value (ReadCloser) | Alberto Cortés | 2016-01-11 | 3 | -3/+13 |
|/ | |||||
* | Merge pull request #11 from alcortesm/ignore-submodulesv2.1.1 | Máximo Cuadros | 2016-01-08 | 2 | -1/+34 |
|\ | | | | | Ignore submodule dirs (empty directories without associated object) | ||||
| * | Ignore submodule dirs (empty directories without associated object), add ↵ | Alberto Cortés | 2016-01-08 | 2 | -1/+34 |
|/ | | | | empty dir test | ||||
* | Merge pull request #10 from alcortesm/file-clientv2.1.0 | Máximo Cuadros | 2015-12-23 | 7 | -27/+180 |
|\ | | | | | Adds external protocol insertion for the clients and protocol selection based on the scheme | ||||
| * | Add install protocols capabilities to GitUploadPackService | Alberto Cortés | 2015-12-17 | 8 | -71/+136 |
| | | |||||
| * | Add client selection based on repo URL scheme | Alberto Cortés | 2015-12-16 | 3 | -2/+90 |
|/ | |||||
* | master version | Máximo Cuadros | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #9 from mcuadros/blame-cleanupv2.0.0 | Máximo Cuadros | 2015-12-12 | 11 | -196/+132 |
|\ | | | | | blame code reorganization, and mutting the test | ||||
| * | blame code reorganization, and mutting the test | Máximo Cuadros | 2015-12-12 | 11 | -196/+132 |
|/ | |||||
* | Merge pull request #7 from alcortesm/blame | Máximo Cuadros | 2015-12-11 | 17 | -12/+2101 |
|\ | | | | | Blame |