aboutsummaryrefslogtreecommitdiffstats
path: root/repository.go
Commit message (Expand)AuthorAgeFilesLines
* *: Bump dependenciesPaulo Gomes2023-07-211-1/+1
* *: Handle paths starting with ~usernameArieh Schneier2023-07-091-10/+8
* *: Handle paths starting with tildericci25112023-07-061-2/+10
* Merge pull request #765 from matejrisek/feature/shallow-submodules-optionPaulo Gomes2023-06-071-1/+7
|\
| * git: add a clone option to allow for shallow cloning of submodulesmatej.risek2023-06-051-1/+7
* | git: Clone HEAD should not force master. Fixes #363Arieh Schneier2023-06-041-1/+0
* | git: enable fetch with unqualified referencesArieh Schneier2023-05-251-21/+22
* | Merge pull request #764 from techknowlogick/init-optionsPaulo Gomes2023-05-231-1/+17
|\ \
| * | git: Allow Initial Branch to be configurabletechknowlogick2023-05-211-1/+17
| |/
* / *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-3/+3
|/
* plumbing/transport: add ProxyOptions to specify proxy detailsSanskar Jaiswal2023-05-041-0/+1
* git: fix cloning with branch nameArieh Schneier2023-05-031-2/+14
* feat(clone): add mirror clone optionAyman Bagabas2023-04-171-4/+10
* config: Add Repository Format ExtensionPaulo Gomes2023-03-081-0/+37
* *: Fix panic for empty revisionsPaulo Gomes2023-03-021-35/+41
* Repository: don't crash accessing invalid pathinfo (#443)Christian Muehlhaeuser2022-01-191-0/+3
* error strings: Don't capitalize, use periods, or newlinesAbhinav Gupta2021-12-041-2/+2
* *: use go-billy instead of os callsMáximo Cuadros2021-05-021-34/+21
* Minor doc fixes (#287)Jeff Widman2021-04-161-8/+4
* *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...Johan Fleury2021-04-061-1/+1
* Add insecureSkipTLS and cabundle (#228)Daishan Peng2021-01-271-6/+8
* support file path in PlainOpenWithOptions - do only when detect flag is enabledAshok Pon Kumar2020-09-021-1/+1
* support file path in PlainOpenWithOptionsAshok Pon Kumar2020-09-021-0/+8
* Merge pull request #125 from cristaloleg/minor-linter-fixesMáximo Cuadros2020-07-161-6/+6
|\
| * Minor linter fixesOleg Kovalov2020-07-061-6/+6
* | Support partial hashes in Repository.ResolveRevision.David Symonds2020-07-161-6/+74
* | Skip error check explicitlyOleg Kovalov2020-07-061-2/+2
|/
* Support `.git/commondir` repository layoutTimofey Kirillov2020-06-151-1/+48
* Repository.SetConfig, shortcut to Repository.Storer.SetConfigMáximo Cuadros2020-05-241-1/+10
* Repository.ConfigScoped and Repository.Commit with empty author supportMáximo Cuadros2020-05-241-12/+46
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-13/+13
* add `PathFilter func(string) bool` to LogOptionsSaeed Rasooli2019-11-291-0/+11
* add NewCommitPathIterFromIter that accepts pathFilter func(string) boolSaeed Rasooli2019-11-291-1/+7
* Add limiting options to git logknqyf2632019-08-041-0/+9
* git : allows to create a Remote without a RepositoryValentin Cocaud2019-06-171-4/+4
* improve ResolveRevision's Ref lookup pathMike Lundy2019-05-141-44/+37
* add Repository.CreateRemoteAnonymousniukuo2019-03-221-0/+17
* Refine Log.kuba--2019-01-101-40/+59
* Implement git log --allkuba--2019-01-071-24/+47
* git: return better error message when packfile cannot be downloadedJavi Fontan2018-11-301-0/+4
* repository: fix plain clone error handling regressionSantiago M. Mola2018-11-271-11/+14
* repository: Fix RefSpec for a single tag. Fixes #960Fedor Korotkov2018-11-071-15/+19
* improve cleanup implementation, add more testsSantiago M. Mola2018-10-301-49/+61
* repository: added cleanup for the PlainCloneContext()Bartek Jaroszewski2018-10-301-1/+59
* Merge pull request #984 from mcuadros/open-bareMáximo Cuadros2018-10-161-9/+4
|\
| * repository: allow open non-bare repositories as bareMáximo Cuadros2018-10-151-9/+4
* | Merge branch 'master' of github.com:src-d/go-git into annotatedMáximo Cuadros2018-10-151-29/+196
|\ \
| * \ Merge pull request #828 from fooker/patch-1Máximo Cuadros2018-10-151-5/+6
| |\ \
| | * | use remote name in fetch while clone, testMáximo Cuadros2018-10-151-1/+1
| | * | Use remote name in fetch while cloneDustin Frisch2018-05-091-4/+5