aboutsummaryrefslogtreecommitdiffstats
path: root/repository_test.go
Commit message (Expand)AuthorAgeFilesLines
* repository: Fix RefSpec for a single tag. Fixes #960Fedor Korotkov2018-11-071-0/+26
* improve cleanup implementation, add more testsSantiago M. Mola2018-10-301-6/+48
* repository: added cleanup for the PlainCloneContext()Bartek Jaroszewski2018-10-301-5/+43
* Merge pull request #984 from mcuadros/open-bareMáximo Cuadros2018-10-161-5/+5
|\
| * repository: allow open non-bare repositories as bareMáximo Cuadros2018-10-151-5/+5
* | 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-151-13/+629
|\ \
| * \ Merge pull request #828 from fooker/patch-1Máximo Cuadros2018-10-151-0/+13
| |\ \
| | * | use remote name in fetch while clone, testMáximo Cuadros2018-10-151-0/+13
| * | | Plumbing: object, Add support for Log with filenames. Fixes #826 (#979)Nithin Gangadharan2018-10-111-0/+139
| | |/ | |/|
| * | 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-101-16/+8
| |\ \
| | * | Expose Storage cache.kuba--2018-09-071-19/+11
| * | | git: s/TagObjectOptions/CreateTagOptions/Chris Marchesi2018-09-071-8/+8
| * | | git: Add some tests for annotated tag deletionChris Marchesi2018-09-071-3/+110
| * | | git: Don't return tag object with Tag, adjust docs for Tag and TagsChris Marchesi2018-08-231-35/+16
| * | | git: Discern tag target type from supplied hashChris Marchesi2018-08-231-28/+24
| * | | git: Canonicalize incoming annotated tag messagesChris Marchesi2018-08-211-0/+43
| * | | git: Add tagging supportChris Marchesi2018-08-211-0/+265
| |/ /
| * | Merge pull request #906 from src-d/perf/packfile-readsMáximo Cuadros2018-08-141-0/+56
| |\ \
| | * | git: add benchmark for iterating repository objectsMiguel Molina2018-08-101-0/+56
| | |/
| * / Fixed cloning of a single tagFedor Korotkov2018-08-081-1/+27
| |/
* | teach ResolveRevision how to look up annotated tags, testMáximo Cuadros2018-10-151-0/+19
* | Teach ResolveRevision how to look up annotated tagsMike Lundy2018-05-111-1/+1
|/
* Merge pull request #706 from antham/resolve-commit-sha1v4.3.1Máximo Cuadros2018-04-171-3/+13
|\
| * Resolve full commit sha to plumbing hashantham2018-04-161-3/+13
* | git: remote, Add shallow commits instead of substituting. Fixes #412Javi Fontan2018-04-161-0/+63
|/
* config: adds branches to config for tracking branches against remotes, update...Jeremy Chambers2018-04-101-0/+146
* add PlainOpen variant to find .git in parent dirsDaniel Martí2018-04-031-0/+30
* *: skip time consuming testsMáximo Cuadros2018-03-211-0/+13
* Fix "too few values in struct initializer" in repository_test.goSaeed Rasooli2018-03-051-2/+2
* Support for clone without checkoutMichael Rykov2018-01-171-0/+22
* Fix revision solver for branch and tag (#660)Anthony HAMON2017-12-011-19/+26
* repository: add tests for pruning and object re-packingJeremy Stribling2017-11-291-0/+61
* all: fixes for ineffective assignferhat elmas2017-11-261-0/+2
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-4/+4
* Repository.Clone added Tags option, and set by default AllTags as git doesMáximo Cuadros2017-09-041-0/+21
* Add sideband support for pushOri Rawlings2017-09-011-0/+41
* repository: Resolve commit when cloning annotated tag, fixes #557Ori Rawlings2017-08-241-0/+21
* *: windows support, some more fixes (#533)Manuel Carmona2017-08-031-1/+1
* Remote.Clone fix clone of tags in shallow modeMáximo Cuadros2017-08-021-0/+30
* Merge pull request #531 from mcuadros/ref-nameMáximo Cuadros2017-08-021-5/+3
|\
| * *: use the new API for ReferenceName.Is* methodsMáximo Cuadros2017-08-021-5/+3
* | config: multiple values in RemoteConfig (URLs and Fetch)Santiago M. Mola2017-08-011-7/+7
|/
* worktree: expose underlying filesystemMáximo Cuadros2017-07-261-1/+1
* *: package context support in Repository, Remote and SubmoduleMáximo Cuadros2017-07-261-31/+86
* move Repository.Pull to Worktree.PullMáximo Cuadros2017-07-241-152/+13
* remote: push, update remote refs on pushMáximo Cuadros2017-07-221-41/+24
* repository: allow push from shallow repositoriesMáximo Cuadros2017-07-191-0/+45
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-12/+15