aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 #998 from mcuadros/ref-helpersMáximo Cuadros2018-10-252-0/+55
|\
| * plumbing: ReferenceName constructorsMáximo Cuadros2018-10-242-0/+55
|/
* Merge pull request #992 from yuce/enable-openbsd-dragonfly-solarisMáximo Cuadros2018-10-242-1/+27
|\
| * Enables building on openbsd, dragonfly bsd and solarisYuce Tekol2018-10-232-1/+27
|/
* Merge pull request #987 from bashims/945-push-ref-deltasMáximo Cuadros2018-10-172-2/+30
|\
| * remote: use reference deltas on push when the remote server does notBenjamin Ash2018-10-162-2/+30
* | Fixed a typo. (#989)hnarasaki2018-10-171-1/+1
|/
* Merge pull request #985 from mcuadros/checkout-docv4.7.1Máximo Cuadros2018-10-161-2/+3
|\
| * repository: improve CheckoutOption.Hash docMáximo Cuadros2018-10-161-2/+3
* | Merge pull request #984 from mcuadros/open-bareMáximo Cuadros2018-10-162-14/+9
|\ \
| * | repository: allow open non-bare repositories as bareMáximo Cuadros2018-10-152-14/+9
* | | Merge pull request #986 from mcuadros/fix-blameMáximo Cuadros2018-10-162-5/+42
|\ \ \
| * | | blame: fix edge case with missing \n in content length causing mismatched len...Máximo Cuadros2018-10-162-5/+42
* | | | Merge pull request #982 from keybase/strib/gh-KBFS-3474-object-sizesMáximo Cuadros2018-10-168-0/+168
|\ \ \ \ | |/ / / |/| | |
| * | | packfile: add comment on GetSizeByOffsetJeremy Stribling2018-10-151-0/+2
| * | | filesystem: add a new test for EncodedObjectSizeJeremy Stribling2018-10-122-3/+15
| * | | tree: add a Size() method for getting plaintext sizeJeremy Stribling2018-10-112-0/+17
| * | | object: get object size without reading whole objectJeremy Stribling2018-10-116-0/+137
* | | | Merge pull request #830 from novas0x2a/annotatedMáximo Cuadros2018-10-152-11/+54
|\ \ \ \ | |_|_|/ |/| | |
| * | | teach ResolveRevision how to look up annotated tags, testMáximo Cuadros2018-10-151-2/+1
| * | | Merge branch 'master' of github.com:src-d/go-git into annotatedMáximo Cuadros2018-10-15113-1873/+6283
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #727 from krylovsk/bugfix/references-sort-timestampsMáximo Cuadros2018-10-152-2/+16
|\ \ \ \
| * | | | references: sort: compare author timestamps when commit timestamps are equal,...Máximo Cuadros2018-10-151-1/+13
| * | | | Merge branch 'bugfix/references-sort-timestamps' of github.com:krylovsk/go-gi...Máximo Cuadros2018-10-151-1/+3
|/| | | |
| * | | | references: sort: compare author timestamps when commit timestamps are equal....Alexandr Krylovskiy2018-01-211-1/+3
* | | | | Merge pull request #828 from fooker/patch-1Máximo Cuadros2018-10-152-5/+19
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | use remote name in fetch while clone, testMáximo Cuadros2018-10-152-1/+14
| * | | | Use remote name in fetch while cloneDustin Frisch2018-05-091-4/+5
* | | | | Plumbing: object, Add support for Log with filenames. Fixes #826 (#979)Nithin Gangadharan2018-10-114-6/+271
* | | | | Merge pull request #977 from filipnavara/config-testMáximo Cuadros2018-10-091-1/+14
|\ \ \ \ \
| * | | | | Add test for Windows local paths.Filip Navara2018-10-051-1/+14
* | | | | | Merge pull request #978 from urld/iscleanMáximo Cuadros2018-10-091-1/+1
|\ \ \ \ \ \
| * | | | | | git: Fix Status.IsClean() documentationDavid Url2018-10-061-1/+1
* | | | | | | Merge pull request #974 from u5surf/issue-813Máximo Cuadros2018-10-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | use time.IsZero in Pruneu5surf2018-10-021-1/+1
* | | | | | | | Merge pull request #968 from smola/improve-test-weird-userpassMáximo Cuadros2018-10-091-5/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | test: improve test for urlencoded user:passSantiago M. Mola2018-09-271-5/+15
|/ / / / / / /
* | | | | | | Merge pull request #966 from jmkim/fix-typoMáximo Cuadros2018-09-272-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | all: remove extra 's' in "mismatch"Jongmin Kim2018-09-262-2/+2
|/ / / / / /
* | | | | | Merge pull request #962 from jfontan/fix/do-not-close-files-in-iteratorMáximo Cuadros2018-09-212-12/+64
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | storage/filesystem: add more doc to NewPackfileIterJavi Fontan2018-09-211-4/+7
| * | | | | storage/filesystem: keep packs open in PackfileIterJavi Fontan2018-09-202-14/+63
|/ / / / /
* | | | | Merge pull request #958 from kuba--/fix-cachesizeMáximo Cuadros2018-09-184-24/+66
|\ \ \ \ \
| * | | | | Remove empty space to trigger windows build.kuba--2018-09-172-4/+0
| * | | | | Fix potential LRU cache size issue.kuba--2018-09-174-22/+68
|/ / / / /