aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | plumbing: config, support correct escaping as per git-config rulesAdrian Pronk2021-07-252-13/+25
| * | plumbing: config, remove duplicated character in setAdrian Pronk2021-07-241-1/+1
| * | plumbing: config, Branch name with hash can be cloned. Fixes #309Adrian Pronk2021-07-242-1/+19
* | | Merge pull request #613 from fluxcd/unsupportedMáximo Cuadros2022-11-165-12/+97
|\ \ \
| * | | Allow unsupported multi_ack capabilityPaulo Gomes2022-11-165-12/+97
|/ / /
* | | Merge pull request #586 from blmayer/patch-1Miguel Molina2022-11-071-5/+5
|\ \ \
| * | | Fixed some little typosBrian Mayer2022-09-271-5/+5
* | | | Merge pull request #598 from To1ne/toon-fix-gitattr-crashMáximo Cuadros2022-11-072-0/+11
|\ \ \ \
| * | | | plumbing: gitattributes, Avoid index out of rangeToon Claes2022-10-122-0/+11
| |/ / /
* | | | Merge pull request #608 from pjbgf/optimise-zlib-readerMáximo Cuadros2022-11-0720-161/+417
|\ \ \ \
| * | | | tests: Replace time.sleep with eventuallyPaulo Gomes2022-11-071-8/+19
| * | | | Optimize zlib reader and consolidate sync.poolsPaulo Gomes2022-11-0719-153/+398
* | | | | Merge pull request #602 from pjbgf/parse-optimisationMáximo Cuadros2022-11-078-16/+111
|\| | | | | |/ / / |/| | |
| * | | Optimise Reference.String()Paulo Gomes2022-11-072-3/+40
| * | | Use Sync.Pool pointers to optimise memory usagePaulo Gomes2022-11-076-13/+71
|/ / /
* | | *: fix typographical errorJames Romeril2022-09-221-1/+1
* | | *: fix some typos (#567)cui fliter2022-09-222-3/+3
* | | Fix typos (#532)Quanyi Ma2022-09-221-2/+2
* | | plumbing: packp and server, Include the contents of `GO_GIT_USER_AGENT_EXTRA`...🚀 Steven Ewing 🌌2022-09-225-5/+40
* | | plumbing: transport/ssh, auto-populate ClientConfig.HostKeyAlgorithms. Fixes ...Evan Elias2022-09-224-25/+55
* | | minor grammatical fixesJon Eskin2022-09-227-12/+12
* | | all: replace go-homedir with os.UserHomeDirDaniel Martí2022-05-294-12/+7
* | | plumbing: packp, Avoid duplicate encoding when overriding a Capability value....Tyler Christensen2022-05-012-1/+14
* | | Worktree: use syscall.Timespec.Unix #437 Tobias Klauser2022-04-093-3/+3
| |/ |/|
* | Merge pull request #475 from michenriksen/revision-fix-endless-loopMáximo Cuadros2022-02-242-2/+9
|\ \
| * | revision: fix endless looping in revision parserMichael Henriksen2022-02-192-2/+9
|/ /
* | Repository: don't crash accessing invalid pathinfo (#443)Christian Muehlhaeuser2022-01-192-0/+8
* | plumbing: protocol/pakp, update agent Carlos Alexandro Becker2022-01-194-5/+5
* | pumbling: packfile, resolve external reference deltaMáximo Cuadros2022-01-085-4/+30
|\ \
| * | remove packfile and align to test fixturespaul.t2022-01-055-7/+8
| * | Merge branch 'master' into codecommit-ref-deltapaul.t2021-12-1550-155/+496
| |\ \
| | * \ Merge branch 'go-git:master' into masterPaul T2021-12-1556-191/+958
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #425 from abhinav/error-stringsMáximo Cuadros2021-12-1112-19/+19
|\ \ \ \
| * | | | Fix repository_testAbhinav Gupta2021-12-101-1/+1
| * | | | error strings: Don't capitalize, use periods, or newlinesAbhinav Gupta2021-12-0411-18/+18
* | | | | Merge pull request #418 from abhinav/unusedMáximo Cuadros2021-12-1022-94/+14
|\ \ \ \ \
| * | | | | remote/addReachableTags: Remove guard before deleteAbhinav Gupta2021-11-271-4/+1
| * | | | | transactional/ReferenceStorage: Drop packRefs fieldAbhinav Gupta2021-11-271-4/+0
| * | | | | storage/transactional: Use correct config in testAbhinav Gupta2021-11-271-1/+1
| * | | | | Remove unused variables/types/functionsAbhinav Gupta2021-11-2720-85/+12
| |/ / / /
* | | | | Merge pull request #406 from john-cai/jc-push-atomicMáximo Cuadros2021-12-103-0/+26
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into jc-push-atomicMáximo Cuadros2021-12-1025-42/+438
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #410 from john-cai/jc-sparseMáximo Cuadros2021-12-1014-10/+160
|\ \ \ \ \ \
| * | | | | | simplified sparse checkoutJohn Cai2021-11-0914-10/+160
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #409 from ninedraft/branch-descriptionMáximo Cuadros2021-12-103-3/+42
|\ \ \ \ \ \
| * | | | | | config: describe reason for custom quote functionsmerlin2021-11-081-0/+10
| * | | | | | config: add tests for branch desc marshaling and unmarshalingmerlin2021-11-081-3/+8
| * | | | | | config: add support for branch descriptionmerlin2021-11-082-0/+24
* | | | | | | Merge pull request #404 from john-cai/jc-force-with-leaseMáximo Cuadros2021-12-103-6/+179
|\ \ \ \ \ \ \
| * | | | | | | Add ForceWithLease Push OptionJohn Cai2021-11-023-6/+179
| |/ / / / / /