| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1067 from ajnavarro/fix/log-all-missing-objects | Máximo Cuadros | 2019-02-13 | 1 | -11/+23 |
|\ |
|
| * | Improve error handling logic | Antonio Jesus Navarro Perez | 2019-02-13 | 1 | -4/+4 |
| * | Ignore missing references on log --all | Antonio Jesus Navarro Perez | 2019-02-12 | 1 | -11/+23 |
* | | config: add a way to see if a "remote" URL is local or not | Jeremy Stribling | 2019-02-11 | 1 | -14/+8 |
* | | revlist: add `ObjectsWithStorageForIgnores` method | Jeremy Stribling | 2019-02-11 | 2 | -2/+40 |
* | | Merge pull request #1060 from keybase/strib/gh-KBFS-3828-packfile-object-size | Máximo Cuadros | 2019-02-05 | 2 | -1/+27 |
|\ \ |
|
| * | | packfile: get object size correctly for delta objects | Jeremy Stribling | 2019-01-31 | 2 | -1/+27 |
| |/ |
|
* | | Merge pull request #1006 from mcuadros/transactional-storage | Máximo Cuadros | 2019-02-02 | 3 | -5/+90 |
|\ \
| |/
|/| |
|
| * | storage: transactional, new storage with transactional capabilities | Máximo Cuadros | 2018-12-10 | 1 | -2/+0 |
| * | plumbing: storer, new NewMultiReferenceIter | Máximo Cuadros | 2018-10-31 | 2 | -2/+89 |
| * | storage: transactional, new storage with transactional capabilities (WIP) | Máximo Cuadros | 2018-10-29 | 1 | -1/+1 |
* | | Refine Log. | kuba-- | 2019-01-10 | 2 | -92/+109 |
* | | First lookup if hash exists, then GetCommit. | kuba-- | 2019-01-08 | 1 | -6/+6 |
* | | Implement git log --all | kuba-- | 2019-01-07 | 2 | -3/+148 |
* | | Simplify return statement in receivePackNoCheck | Iskander (Alex) Sharipov | 2018-12-12 | 1 | -5/+1 |
* | | plumbing/packfile: test UpdateObjectStorage empty packfile error | Javi Fontan | 2018-12-03 | 1 | -0/+14 |
* | | git: return better error message when packfile cannot be downloaded | Javi Fontan | 2018-11-30 | 1 | -1/+7 |
* | | plumbing: format/packfile, performance optimizations for reading large commit... | Filip Navara | 2018-11-28 | 5 | -33/+89 |
* | | Merge pull request #1025 from mcuadros/eoiev4.8.0 | Máximo Cuadros | 2018-11-19 | 4 | -4/+122 |
|\ \ |
|
| * | | plumbing: format/index: support for EOIE extension, by default on git v2.2.0 | Máximo Cuadros | 2018-11-19 | 4 | -4/+122 |
* | | | Merge pull request #994 from epiclabs-io/fix-thin-pack | Máximo Cuadros | 2018-11-16 | 2 | -47/+95 |
|\ \ \ |
|
| * | | | plumbing/format/packfile: Added thin pack test | Javier Peletier | 2018-11-12 | 1 | -0/+50 |
| * | | | plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991 | Javier Peletier | 2018-10-23 | 1 | -47/+45 |
* | | | | Remove unused method (#1022) | Antonio Navarro Perez | 2018-11-16 | 1 | -56/+0 |
| |/ /
|/| | |
|
* | | | Merge branch 'master' of github.com:src-d/go-git into mccurdyc/Issue#969/fix-... | Colton McCurdy | 2018-11-01 | 4 | -1/+113 |
|\ \ \ |
|
| * | | | http: improve TokenAuth documentation | Santiago M. Mola | 2018-10-31 | 1 | -1/+8 |
| * | | | plumbing: transport/http, Add missing host/port on redirect. Fixes #820 | Dave Henderson | 2018-10-27 | 2 | -0/+50 |
| | |/
| |/| |
|
| * | | plumbing: ReferenceName constructors | Máximo Cuadros | 2018-10-24 | 2 | -0/+55 |
| |/ |
|
* / | plumbing: ssh, Fix flaky test TestAdvertisedReferencesNotExists. Fixes #969 | Colton McCurdy | 2018-11-01 | 1 | -3/+11 |
|/ |
|
* | packfile: add comment on GetSizeByOffset | Jeremy Stribling | 2018-10-15 | 1 | -0/+2 |
* | tree: add a Size() method for getting plaintext size | Jeremy Stribling | 2018-10-11 | 2 | -0/+17 |
* | object: get object size without reading whole object | Jeremy Stribling | 2018-10-11 | 3 | -0/+28 |
* | Plumbing: object, Add support for Log with filenames. Fixes #826 (#979) | Nithin Gangadharan | 2018-10-11 | 1 | -0/+115 |
* | test: improve test for urlencoded user:pass | Santiago M. Mola | 2018-09-27 | 1 | -5/+15 |
* | all: remove extra 's' in "mismatch" | Jongmin Kim | 2018-09-26 | 1 | -1/+1 |
* | Remove empty space to trigger windows build. | kuba-- | 2018-09-17 | 2 | -4/+0 |
* | Fix potential LRU cache size issue. | kuba-- | 2018-09-17 | 4 | -22/+68 |
* | Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-support | Máximo Cuadros | 2018-09-10 | 25 | -61/+318 |
|\ |
|
| * | Merge pull request #932 from flant/fix-negative-range-info | Máximo Cuadros | 2018-09-10 | 2 | -2/+43 |
| |\ |
|
| | * | Fix fatal corrupt patch in unified diff format | Antonio Jesus Navarro Perez | 2018-09-07 | 2 | -2/+43 |
| * | | Merge pull request #949 from kuba--/custom-cache | Máximo Cuadros | 2018-09-08 | 13 | -44/+36 |
| |\ \ |
|
| | * | | Expose Storage cache. | kuba-- | 2018-09-07 | 13 | -44/+36 |
| | |/ |
|
| * / | plumbing/transport: ssh check if list of known_hosts files is empty | Kuba Podgórski | 2018-09-07 | 2 | -7/+69 |
| |/ |
|
| * | Merge pull request #939 from keybase/taruti/cherrypick-for-upstream-clamp-obj... | Máximo Cuadros | 2018-09-04 | 2 | -2/+6 |
| |\ |
|
| | * | plumbing: object: Clamp object timestamps before unix epoch to unix epoch | Taru Karttunen | 2018-08-29 | 2 | -2/+6 |
| * | | plumbing, storage: add bases to the common cache | Javi Fontan | 2018-08-22 | 2 | -0/+25 |
| * | | plumbing/idxfile: object iterators returns entries in offset order | Javi Fontan | 2018-08-21 | 3 | -1/+85 |
| * | | Merge pull request #921 from jfontan/fix/empty-headers | Máximo Cuadros | 2018-08-21 | 2 | -5/+45 |
| |\ \
| | |/
| |/| |
|
| | * | object: fix panic when reading object header | Javi Fontan | 2018-08-17 | 2 | -5/+45 |
| * | | Fixed an edge case for .gitignore | Fedor Korotkov | 2018-08-19 | 2 | -0/+9 |
| |/ |
|