aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|/ / / / /
* | | | | travis: drop go1.9 add go1.11Máximo Cuadros2018-09-101-1/+1
* | | | | *: go modules supportMáximo Cuadros2018-09-102-0/+86
* | | | | Merge pull request #928 from vancluever/f-add-tagging-supportMáximo Cuadros2018-09-106-69/+662
|\ \ \ \ \
| * | | | | repository: fix test for new Storage constructorMáximo Cuadros2018-09-101-7/+5
| * | | | | Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-supportMáximo Cuadros2018-09-1044-187/+1028
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #932 from flant/fix-negative-range-infoMáximo Cuadros2018-09-102-2/+43
|\ \ \ \ \ \
| * | | | | | Fix fatal corrupt patch in unified diff formatAntonio Jesus Navarro Perez2018-09-072-2/+43
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #949 from kuba--/custom-cacheMáximo Cuadros2018-09-0825-165/+111
|\ \ \ \ \ \
| * | | | | | Expose Storage cache.kuba--2018-09-0725-165/+111
| |/ / / / /
* / / / / / plumbing/transport: ssh check if list of known_hosts files is emptyKuba Podgórski2018-09-072-7/+69
|/ / / / /
* | | | | worktree: solve merge conflictsv4.7.0Máximo Cuadros2018-09-062-3/+70
|\ \ \ \ \
| * | | | | worktree: address PR comments: sort imports appropriatelyMark Bartel2018-07-072-6/+6
| * | | | | worktree: sort the tree object. Fixes #881Mark Bartel2018-07-031-0/+14
| * | | | | worktree: add test for correct tree sorting (issue #881)Mark Bartel2018-07-031-0/+54
* | | | | | Merge pull request #942 from jfontan/improvement/maintain-packfiles-openMáximo Cuadros2018-09-065-2/+131
|\ \ \ \ \ \
| * | | | | | storage/filesystem: compare files using offset in testJavi Fontan2018-09-062-3/+20
| * | | | | | storage/filesystem: add KeepDescriptors testJavi Fontan2018-09-053-7/+31
| * | | | | | plumbing/storer: do not expose Close in EncodedObjectStorer interfaceJavi Fontan2018-09-041-2/+0
| * | | | | | storage/dotgit: add KeepDescriptors optionJavi Fontan2018-09-047-2/+92
|/ / / / / /
* | | | | | Merge pull request #941 from jfontan/improvement/static-modeMáximo Cuadros2018-09-046-9/+260
|\ \ \ \ \ \
| * | | | | | storage/dotgit: add ExclusiveAccess tests in dotgitJavi Fontan2018-09-041-0/+24
| * | | | | | storage/filesystem: move Options to filesytem and dotgitJavi Fontan2018-09-035-32/+50
| * | | | | | storage/filesystem: make Storage options privateJavi Fontan2018-09-031-2/+2
| * | | | | | plumbing/storer: rename Static option to ExclusiveAccessJavi Fontan2018-08-313-8/+9