aboutsummaryrefslogtreecommitdiffstats
path: root/repository_test.go
Commit message (Expand)AuthorAgeFilesLines
* git: worktree, Fix tests affected by changed Commit method.onee-only2024-04-121-3/+4
* git: Implement Merge function with initial FastForwardMerge supportPaulo Gomes2024-03-091-36/+90
* git: Add Merge with ff-onlyJohn Cai2024-03-091-0/+53
* git: validate reference namesAyman Bagabas2023-11-301-0/+37
* *: Improve BenchmarkPlainClonePaulo Gomes2023-10-281-11/+16
* git: clone --shared implementedenverbisevac2023-10-081-0/+96
* git: allow using `InitOptions` with `PlainInitWithOptions`ThinkChaos2023-09-151-2/+11
* git: add `PlainInitOptions.Bare`ThinkChaos2023-09-151-0/+15
* *: Handle paths starting with ~usernameArieh Schneier2023-07-091-4/+13
* *: Add test for paths starting with tildericci25112023-07-071-0/+15
* Merge pull request #765 from matejrisek/feature/shallow-submodules-optionPaulo Gomes2023-06-071-0/+37
|\
| * git: add a clone option to allow for shallow cloning of submodulesmatej.risek2023-06-051-0/+37
* | git: Clone HEAD should not force master. Fixes #363Arieh Schneier2023-06-041-6/+43
* | Merge pull request #764 from techknowlogick/init-optionsPaulo Gomes2023-05-231-0/+48
|\ \
| * | git: Allow Initial Branch to be configurabletechknowlogick2023-05-211-0/+48
| |/
* / git: Testing, Fix tests not cleaning temp foldersArieh Schneier2023-05-111-9/+9
|/
* git: fix cloning with branch nameArieh Schneier2023-05-031-1/+9
* feat(clone): add mirror clone optionAyman Bagabas2023-04-171-0/+29
* *: Fix panic for empty revisionsPaulo Gomes2023-03-021-0/+9
* Repository: don't crash accessing invalid pathinfo (#443)Christian Muehlhaeuser2022-01-191-0/+5
* Merge pull request #425 from abhinav/error-stringsMáximo Cuadros2021-12-111-1/+1
|\
| * Fix repository_testAbhinav Gupta2021-12-101-1/+1
* | simplified sparse checkoutJohn Cai2021-11-091-0/+31
|/
* *: use go-billy instead of os callsMáximo Cuadros2021-05-021-106/+157
* Repository: test, use raw string to avoid double-escape (#288)Jeff Widman2021-04-161-1/+1
* *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...Johan Fleury2021-04-061-3/+3
* plumbing: wire up contexts for Transport.AdvertisedReferences (#246)Andrew Suffield2021-03-261-6/+6
* support file path in PlainOpenWithOptions - do only when detect flag is enabledAshok Pon Kumar2020-09-021-1/+5
* support file path in PlainOpenWithOptionsAshok Pon Kumar2020-09-021-0/+10
* Merge pull request #125 from cristaloleg/minor-linter-fixesMáximo Cuadros2020-07-161-1/+1
|\
| * Minor linter fixesOleg Kovalov2020-07-061-1/+1
* | Support partial hashes in Repository.ResolveRevision.David Symonds2020-07-161-0/+1
|/
* fix goreportcard warningsOleg Kovalov2020-07-011-0/+1
* CreateTagOptions.Validate: load Tagger from configMáximo Cuadros2020-06-051-9/+1
* Repository.ConfigScoped and Repository.Commit with empty author supportMáximo Cuadros2020-05-241-0/+15
* ci: based on github actionsv5.0.0Máximo Cuadros2020-03-151-5/+1
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-6/+2
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-16/+16
* add back test for NewCommitFileIterFromIterSaeed Rasooli2019-11-291-0/+11
* repository_test.go: add TestLogPathFilterRegexpSaeed Rasooli2019-11-291-0/+36
* add `PathFilter func(string) bool` to LogOptionsSaeed Rasooli2019-11-291-0/+15
* add NewCommitPathIterFromIter that accepts pathFilter func(string) boolSaeed Rasooli2019-11-291-4/+7
* Add limiting options to git logknqyf2632019-08-041-1/+131
* Add TestLogFileWithError for coverageknqyf2632019-08-031-1/+23
* Handle io.EOF error in commitFileIter.ForEachknqyf2632019-08-031-1/+1
* Add assertion for unhandled error in TestLogFileknqyf2632019-08-031-4/+8
* *: added missing error checks in testsChristian Muehlhaeuser2019-07-291-1/+3
* Worktree: improve build index performance. (#1179)Nao YONASHIRO2019-07-251-0/+20
* improve ResolveRevision's Ref lookup pathMike Lundy2019-05-141-5/+5
* add Repository.CreateRemoteAnonymousniukuo2019-03-221-0/+30