aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / / / /
* | | | | | Merge pull request #420 from abhinav/packp-action-typeMáximo Cuadros2021-12-101-3/+3
|\ \ \ \ \ \
| * | | | | | packp: Actions should have type ActionAbhinav Gupta2021-11-271-3/+3
| | |/ / / / | |/| | | |
* | | | | | storage: filesystem, switch from os.SEEK_* to io.Seek* (#421)Abhinav Gupta2021-12-102-5/+6
* | | | | | examples: remote fix typo (#408)NeP2021-12-101-1/+1
|/ / / / /
* | | | | Merge pull request #407 from john-cai/jc-support-index-v3Máximo Cuadros2021-11-082-14/+46
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Support v3 indexJohn Cai2021-11-052-14/+46
|/ / / /
| * / / Add Atomic to push optionsJohn Cai2021-11-033-0/+25
|/ / /
| | * resolve external reference deltaspaul.t2021-10-111-0/+11
| * | include example codecommit pack filepaul.t2021-11-091-0/+0
| * | add codecommit packfile for testing external ref resolutionpaul.t2021-11-091-0/+14
| * | Merge branch 'go-git:master' into codecommit-ref-deltaPaul T2021-11-0214-43/+469
| |\ \ | |/ / |/| |
* | | Merge pull request #399 from S-Bohn/add-push-optionsMáximo Cuadros2021-11-015-1/+62
|\ \ \