aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Repository now works against the generic ObjectStore interfaceJoshua Sjoding2016-01-235-65/+122
|
* Merge pull request #15 from alcortesm/performance-increase-for-big-reposMáximo Cuadros2016-01-212-12/+14
|\ | | | | Performance increase for big repos
| * performance increase for repos with many files and directoriesAlberto Cortés2016-01-212-12/+14
| |
* | Merge pull request #14 from alcortesm/fix-file-iterator-gorutine-leakMáximo Cuadros2016-01-213-10/+217
|\ \ | | | | | | Fix commit.File() gorutine leak
| * | Readability improvementsAlberto Cortés2016-01-211-2/+4
| |/
| * Fix commit.File() gorutine leakAlberto Cortés2016-01-213-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.2Máximo Cuadros2016-01-113-3/+13
|\ | | | | missing call to Close on Fetch return value (ReadCloser)
| * missing call to Close on Fetch return value (ReadCloser)Alberto Cortés2016-01-113-3/+13
|/
* Merge pull request #11 from alcortesm/ignore-submodulesv2.1.1Máximo Cuadros2016-01-082-1/+34
|\ | | | | Ignore submodule dirs (empty directories without associated object)
| * Ignore submodule dirs (empty directories without associated object), add ↵Alberto Cortés2016-01-082-1/+34
|/ | | | empty dir test
* Merge pull request #10 from alcortesm/file-clientv2.1.0Máximo Cuadros2015-12-237-27/+180
|\ | | | | Adds external protocol insertion for the clients and protocol selection based on the scheme
| * Add install protocols capabilities to GitUploadPackServiceAlberto Cortés2015-12-178-71/+136
| |
| * Add client selection based on repo URL schemeAlberto Cortés2015-12-163-2/+90
|/
* master versionMáximo Cuadros2015-12-131-1/+1
|
* Merge pull request #9 from mcuadros/blame-cleanupv2.0.0Máximo Cuadros2015-12-1211-196/+132
|\ | | | | blame code reorganization, and mutting the test
| * blame code reorganization, and mutting the testMáximo Cuadros2015-12-1211-196/+132
|/
* Merge pull request #7 from alcortesm/blameMáximo Cuadros2015-12-1117-12/+2101
|\ | | | | Blame
| * Extra fixes for #7Alberto Cortés2015-12-112-13/+12
| |
| * fix PR#7 commentsAlberto Cortés2015-12-0414-621/+686
| |
| * Blame support for filesAlberto Cortés2015-11-2512-1/+2026
| | | | | | | | | | | | | | | | This also includes a diff package and revlist package (needed by blame) Some extra packfiles (<1MB) are also included, to be used as fixtures in the tests.
* | Merge pull request #6 from klaidliadon/v2.0.0Máximo Cuadros2015-11-232-6/+26
|\ \ | |/ |/| Timezone fixes
| * Timezone fixesAlex Guerrieri2015-11-232-6/+26
|/
* Merge pull request #5 from alcortesm/sshMáximo Cuadros2015-11-175-1/+670
|\ | | | | Ssh client for go-git
| * travis update: crypt was included in 1.4Alberto Cortés2015-11-171-1/+0
| |
| * ssh clientAlberto Cortés2015-11-174-0/+670
| |
* | iters: add IsClosed field, fixes #4Máximo Cuadros2015-11-173-1/+39
| |
* | client/common: fix empty panic on set at empty capabilityMáximo Cuadros2015-11-172-1/+11
|/
* common: GitUploadPackRequest Want, Have methodsMáximo Cuadros2015-11-105-27/+31
|
* core: erros making public the inner errorMáximo Cuadros2015-11-071-6/+6
|
* clients: GitUploadPackInfo head changeMáximo Cuadros2015-11-055-15/+29
|
* clients: new AuthMethod and ConnectWithAuthMáximo Cuadros2015-11-0511-18/+152
|
* remote: info methodMáximo Cuadros2015-11-051-1/+6
|
* clients: capabilities improvement and info headMáximo Cuadros2015-11-052-4/+23
|
* clients: capabilities improvementMáximo Cuadros2015-11-017-63/+95
|
* internal -> coreMáximo Cuadros2015-10-3120-128/+135
|
* clients: Capabilities parsing improvement and GitUploadPackInfo encodingMáximo Cuadros2015-10-314-21/+105
|
* client: handly empty repositoriesMáximo Cuadros2015-10-302-1/+18
|
* clients: helpful error handlingMáximo Cuadros2015-10-284-8/+88
|
* tree and commitMáximo Cuadros2015-10-2711-167/+447
|
* repositoryMáximo Cuadros2015-10-262-0/+83
|
* objects: using readers from internal.ObjectMáximo Cuadros2015-10-2612-150/+202
|
* formats/packfile: new reader APIMáximo Cuadros2015-10-2513-372/+347
|
* formats/packfile: new reader API (wip)Máximo Cuadros2015-10-255-144/+209
|
* formats/packfile: new reader API (wip)Máximo Cuadros2015-10-254-176/+128
|
* Merge branch 'v2.0.0' of github.com:src-d/go-git into v2.0.0Máximo Cuadros2015-10-250-0/+0
|\
| * Merge pull request #2 from mcuadros/v2.0.0Máximo Cuadros2015-10-2315-393/+505
| |\ | | | | | | formats/packfile: cleanup and hash type
* | | formats/packfile: test improvementsMáximo Cuadros2015-10-253-11/+128
| |/ |/|
* | formats/packfile: cleanupMáximo Cuadros2015-10-238-101/+168
| |
* | Merge branch 'v2.0.0' of github.com:mcuadros/go-git into v2.0.0Máximo Cuadros2015-10-230-0/+0
|\|
| * Merge pull request #1 from mcuadros/v2.0.0Máximo Cuadros2015-10-230-0/+0
| |\ | | | | | | format/pktline: review and improving coverage