aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | better testsenisdenjo2021-10-271-39/+9
| * | | | | plumbing: gitignore, Read .git/info/exclude file too.enisdenjo2021-10-272-10/+58
| |/ / / /
* | | | | Merge pull request #403 from tklauser/bump-ssh-agent-moduleMáximo Cuadros2021-11-012-23/+15
|\ \ \ \ \
| * | | | | Update github.com/xanzy/ssh-agent to v0.3.1Tobias Klauser2021-10-292-23/+15
| |/ / / /
* | | | | Merge pull request #374 from snebel29/feat/add-exampleMáximo Cuadros2021-11-012-0/+39
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | examples: add find-if-any-tag-point-headSven Nebel2021-09-242-0/+39
| | |/ / | |/| |
* | | | Merge pull request #375 from noerw/add-remoteurl-optionMáximo Cuadros2021-10-264-5/+33
|\ \ \ \
| * | | | add testsNorwin2021-09-281-0/+12
| * | | | Add RemoteURL to {Fetch,Pull,Push}OptionsNorwin2021-09-153-5/+21
| |/ / /
* | | | Merge pull request #385 from john-cai/add-follow-tagsMáximo Cuadros2021-10-264-0/+149
|\ \ \ \ | |/ / / |/| | |
| * | | git: add --follow-tags option for pushesJohn Cai2021-10-054-0/+149
|/ / /
| * / resolve external reference deltapaul.t2021-10-111-0/+11
|/ /
* / plumbing/storer/object: improve grammar Go Doc (#350)Christopher Hunter2021-07-241-4/+4
|/
* plumbing: format/packfile, prevent large objects from being read into memory ...zeripath2021-06-3013-43/+601
* Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2zeripath2021-06-027-422/+1
* remote: patch default timeout for `List` (#321)v5.4.1Nicolas Chagrass2021-05-241-1/+1
* plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0zeripath2021-05-127-1/+422
* plumbing: object/patch, printStat strings.Repeat cause panic (#310) cookeem2021-05-121-2/+10
* git: Add support for deepening shallow clones (#311)Marcus Watkins2021-05-123-2/+70
* plumbing: transport/http, skip flaky testMáximo Cuadros2021-05-031-0/+4
* go modules: update go-git-fixturesMáximo Cuadros2021-05-032-5/+10
* *: use go-billy instead of os callsMáximo Cuadros2021-05-0225-568/+521
* utils: ioutil, Pipe implementatioMáximo Cuadros2021-05-026-4/+33
* plumbing: format, use os.UserHomeDir()Máximo Cuadros2021-05-029-155/+72
* Remote: new ListContext function (#278)Xiang Xiujuan2021-04-212-1/+30
* plumbing: transport/file, replace os/exec with golang.org/x/sys/execabs to im...Máximo Cuadros2021-04-173-9/+12
* plumbing: transport/ssh, support more formats in `NewPublicKeys` SSH helper (...Hidde Beydals2021-04-172-18/+11
* Repository: test, use raw string to avoid double-escape (#288)Jeff Widman2021-04-161-1/+1
* *: remove unused unexported const (#286)Jeff Widman2021-04-161-2/+0
* *: typo fixes #291 Jeff Widman2021-04-161-2/+2
* Minor doc fixes (#287)Jeff Widman2021-04-165-14/+10
* plumbing: object, fix TestDecodeAndVerify testMáximo Cuadros2021-04-161-44/+53
* Fetch submodules pointing to orphaned but still reachable commits (#284)Nikolay Edigaryev2021-04-061-0/+18
* *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...Johan Fleury2021-04-0611-98/+61
* plumbing: transport/ssh, fix no agent test on windowsv5.3.0Máximo Cuadros2021-03-291-1/+1
* go modules updatedMáximo Cuadros2021-03-262-10/+48
* github-action: update go versionMáximo Cuadros2021-03-261-1/+1
* *: fix flaky testMáximo Cuadros2021-03-262-1/+5
* plumbing: wire up contexts for Transport.AdvertisedReferences (#246)Andrew Suffield2021-03-2610-18/+120
* transport: ssh, fix cloning large repositories (#272)David Cuadrado2021-03-263-1/+33
* add RequireRemoteRefs to PushOptions (#258)Andrew Suffield2021-03-253-0/+90
* diff: Allow srcPrefix and dstPrefix to be configured (#265)Andrew Nelson2021-03-112-6/+53
* plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc (#256)Andrew Archibald2021-03-101-1/+1
* git: worktree_commit, just store objects not already stored (#224)jsteuer2021-02-092-0/+63
* worktree: Don't remove root directory when cleaning (#230)hansmi2021-01-272-1/+33
* Add insecureSkipTLS and cabundle (#228)Daishan Peng2021-01-276-20/+85
* Adding "object-format" and "filter" capabilities (#222)Roberto O. Fernández Crisial2021-01-271-1/+8
* config: support insteadOf for remotes' URLs (#79)Kostya Ostrovsky2020-12-014-2/+239
* Merge pull request #178 from tomlazar/defaultbranchMáximo Cuadros2020-10-302-0/+56
|\
| * add some testsThomas Lazar2020-10-091-0/+27