aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1006 from mcuadros/transactional-storageMáximo Cuadros2019-02-0220-8/+1161
|\
| * storage: transactional, package documentationMáximo Cuadros2019-02-028-21/+75
| * storage: transactional, new storage with transactional capabilitiesMáximo Cuadros2018-12-1014-7/+675
| * storage: new storage.ErrReferenceHasChanged error and test for CheckAndSetRef...Máximo Cuadros2018-12-104-3/+58
| * plumbing: storer, new NewMultiReferenceIterMáximo Cuadros2018-10-312-2/+89
| * storage: transactional, new storage with transactional capabilities (WIP)Máximo Cuadros2018-10-296-1/+290
* | Merge pull request #1056 from jfontan/fix/lose-objects-shared-cachev4.9.1Máximo Cuadros2019-01-302-5/+21
|\ \
| * | storage/filesystem: check file object before using cacheJavi Fontan2019-01-302-5/+21
|/ /
* | Merge pull request #1045 from kuba--/enh-1024/log-allv4.9.0Máximo Cuadros2019-01-115-32/+357
|\ \
| * | Refine Log.kuba--2019-01-103-132/+168
| * | First lookup if hash exists, then GetCommit.kuba--2019-01-081-6/+6
| * | Implement git log --allkuba--2019-01-075-33/+322
|/ /
* | Merge pull request #1037 from Quasilyte/patch-1Máximo Cuadros2018-12-121-5/+1
|\ \
| * | Simplify return statement in receivePackNoCheckIskander (Alex) Sharipov2018-12-121-5/+1
|/ /
* | Merge pull request #1036 from jfontan/fix/capabilities-setrefMáximo Cuadros2018-12-103-50/+73
|\ \
| * | storage/dotgit: test setRef with a non rwfsJavi Fontan2018-12-101-1/+24
| * | storage/dotgit: use fs capabilities in setRefJavi Fontan2018-12-102-49/+49
|/ /
* | Merge pull request #1031 from jfontan/fix/error-fetchingMáximo Cuadros2018-12-043-1/+25
|\ \
| * | plumbing/packfile: test UpdateObjectStorage empty packfile errorJavi Fontan2018-12-031-0/+14
| * | git: return better error message when packfile cannot be downloadedJavi Fontan2018-11-302-1/+11
|/ /
* | plumbing: format/packfile, performance optimizations for reading large commit...Filip Navara2018-11-287-61/+126
* | Merge pull request #1028 from smola/clone-regressionv4.8.1Máximo Cuadros2018-11-272-19/+57
|\ \
| * | repository: fix plain clone error handling regressionSantiago M. Mola2018-11-272-19/+57
|/ /
* | Merge pull request #1025 from mcuadros/eoiev4.8.0Máximo Cuadros2018-11-194-4/+122
|\ \
| * | plumbing: format/index: support for EOIE extension, by default on git v2.2.0Máximo Cuadros2018-11-194-4/+122
* | | Merge pull request #1019 from epiclabs-io/reindexMáximo Cuadros2018-11-192-0/+61
|\ \ \
| * | | storage/filesystem: Added reindex method to reindex packfilesJavier Peletier2018-11-122-0/+61
* | | | Merge pull request #994 from epiclabs-io/fix-thin-packMáximo Cuadros2018-11-162-47/+95
|\ \ \ \
| * | | | plumbing/format/packfile: Added thin pack testJavier Peletier2018-11-121-0/+50
| * | | | plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991Javier Peletier2018-10-231-47/+45
| |/ / /
* | / / Remove unused method (#1022)Antonio Navarro Perez2018-11-161-56/+0
| |/ / |/| |
* | | Merge pull request #1015 from fkorotkov/fedor/fix-tag-clonningMáximo Cuadros2018-11-072-15/+45
|\ \ \
| * | | repository: Fix RefSpec for a single tag. Fixes #960Fedor Korotkov2018-11-072-15/+45
* | | | Merge pull request #1013 from mccurdyc/mccurdyc/Issue#969/fix-flaky-ssh-testMáximo Cuadros2018-11-051-3/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' of github.com:src-d/go-git into mccurdyc/Issue#969/fix-...Colton McCurdy2018-11-0123-28/+421
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1009 from smola/tokenauth-docMáximo Cuadros2018-10-311-1/+8
|\ \ \ \
| * | | | http: improve TokenAuth documentationSantiago M. Mola2018-10-311-1/+8
|/ / / /
* | | | Update LICENSEMáximo Cuadros2018-10-301-2/+2
* | | | Merge pull request #1008 from smola/clone-cleanupMáximo Cuadros2018-10-302-6/+156
|\ \ \ \
| * | | | improve cleanup implementation, add more testsSantiago M. Mola2018-10-302-55/+109
| * | | | repository: added cleanup for the PlainCloneContext()Bartek Jaroszewski2018-10-302-6/+102
|/ / / /
* | | | Merge pull request #1005 from hairyhenderson/update-gcfg-1.4.0Máximo Cuadros2018-10-292-1/+3
|\ \ \ \
| * | | | update gcfg dependency to v1.4.0Dave Henderson2018-10-292-1/+3
* | | | | Merge pull request #1004 from LukaszKokot/fix/spelling-grammar-doc-exampleMáximo Cuadros2018-10-299-17/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix spelling and grammar in docs and exampleLukasz Kokot2018-10-289-17/+17
|/ / / /
* | | | Merge pull request #1001 from hairyhenderson/fix-redirect-on-cloneMáximo Cuadros2018-10-272-0/+50
|\ \ \ \
| * | | | plumbing: transport/http, Add missing host/port on redirect. Fixes #820Dave Henderson2018-10-272-0/+50
|/ / / /
* | | | Merge pull request #1000 from smola/stackoverflow-supportMáximo Cuadros2018-10-261-1/+2
|\ \ \ \
| * | | | add StackOverflow to support channelsSantiago M. Mola2018-10-261-1/+2
|/ / / /
* | | / examples & documentation: PlainClone with Basic Authentication (Password & A...Colton J. McCurdy2018-10-254-0/+128
| |_|/ |/| |