aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1073 from jeremyschlatter/patch-2Máximo Cuadros2019-03-041-1/+1
|\ \
| * | git: Fix typoJeremy Schlatter2019-02-221-1/+1
| |/
* | Merge pull request #1070 from fbsb/fix/enable-excluded-patternsMáximo Cuadros2019-03-042-1/+33
|\ \
| * | worktree: test hardcoded excludes when no gitignore is presentFabian Sabau2019-03-041-0/+28
| * | worktree: enable manual ignore patterns when no .gitignore is availableFabian Sabau2019-03-041-1/+5
|/ /
* | Merge pull request #1080 from jfontan/fix/blocked-goroutine-remote-pushMáximo Cuadros2019-03-042-1/+17
|\ \
| * | git: fix goroutine block while pushing a remoteJavi Fontan2019-03-012-1/+17
|/ /
* | Merge pull request #1076 from jfontan/panic-cacheMáximo Cuadros2019-02-262-1/+19
|\ \ | |/ |/|
| * plumbing/cache: check for empty cache listJavi Fontan2019-02-252-1/+19
|/
* Merge pull request #1065 from vmarkovtsev/fix-unicodev4.10.0Máximo Cuadros2019-02-144-14/+62
|\
| * Remove Unicode normalization in difftreeVadim Markovtsev2019-02-114-14/+62
* | Merge pull request #1067 from ajnavarro/fix/log-all-missing-objectsMáximo Cuadros2019-02-132-11/+85
|\ \
| * | Improve error handling logicAntonio Jesus Navarro Perez2019-02-131-4/+4
| * | Ignore missing references on log --allAntonio Jesus Navarro Perez2019-02-122-11/+85
* | | Merge pull request #1066 from keybase/strib/909-git-push-speedup-when-localJeremy Stribling2019-02-136-17/+104
|\ \ \
| * | | remote: when pushing to a local repo, use local store for ignoresJeremy Stribling2019-02-111-1/+14
| * | | config: add a way to see if a "remote" URL is local or notJeremy Stribling2019-02-113-14/+50
| * | | revlist: add `ObjectsWithStorageForIgnores` methodJeremy Stribling2019-02-112-2/+40
|/ / /
* | | Merge pull request #1064 from asv/sentinel_error_for_no_ff_updateMáximo Cuadros2019-02-082-6/+7
|\ \ \
| * | | worktree: add sentinel error for non-fast-forward pullAlexey Smirnov2019-02-072-6/+7
|/ / /
* | | Merge pull request #1060 from keybase/strib/gh-KBFS-3828-packfile-object-sizeMáximo Cuadros2019-02-052-1/+27
|\ \ \
| * | | packfile: get object size correctly for delta objectsJeremy Stribling2019-01-312-1/+27
| |/ /
* | | 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
|\ \ \ \