aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \ \
| * | | | plumbing: packp, Add encoding for push-options. Fixes #268.Sören Bohn2021-10-265-1/+62
* | | | | Merge pull request #325 from tjamet/push/shaMáximo Cuadros2021-11-013-2/+141
|\ \ \ \ \
| * | | | | Document the push refspec formatThibault Jamet2021-10-281-2/+8
| * | | | | Add support to push commits per hashesThibault Jamet2021-10-282-0/+133
| |/ / / /
* | | | | Merge pull request #402 from enisdenjo/gitdir-info-excludeMáximo Cuadros2021-11-012-12/+30
|\ \ \ \ \
| * | | | | 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