Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #475 from michenriksen/revision-fix-endless-loop | Máximo Cuadros | 2022-02-24 | 2 | -2/+9 | |
|\ \ | ||||||
| * | | revision: fix endless looping in revision parser | Michael Henriksen | 2022-02-19 | 2 | -2/+9 | |
|/ / | ||||||
* | | Repository: don't crash accessing invalid pathinfo (#443) | Christian Muehlhaeuser | 2022-01-19 | 2 | -0/+8 | |
* | | plumbing: protocol/pakp, update agent | Carlos Alexandro Becker | 2022-01-19 | 4 | -5/+5 | |
* | | pumbling: packfile, resolve external reference delta | Máximo Cuadros | 2022-01-08 | 5 | -4/+30 | |
|\ \ | ||||||
| * | | remove packfile and align to test fixtures | paul.t | 2022-01-05 | 5 | -7/+8 | |
| * | | Merge branch 'master' into codecommit-ref-delta | paul.t | 2021-12-15 | 50 | -155/+496 | |
| |\ \ | ||||||
| | * \ | Merge branch 'go-git:master' into master | Paul T | 2021-12-15 | 56 | -191/+958 | |
| | |\ \ | |_|/ / |/| | | | ||||||
* | | | | Merge pull request #425 from abhinav/error-strings | Máximo Cuadros | 2021-12-11 | 12 | -19/+19 | |
|\ \ \ \ | ||||||
| * | | | | Fix repository_test | Abhinav Gupta | 2021-12-10 | 1 | -1/+1 | |
| * | | | | error strings: Don't capitalize, use periods, or newlines | Abhinav Gupta | 2021-12-04 | 11 | -18/+18 | |
* | | | | | Merge pull request #418 from abhinav/unused | Máximo Cuadros | 2021-12-10 | 22 | -94/+14 | |
|\ \ \ \ \ | ||||||
| * | | | | | remote/addReachableTags: Remove guard before delete | Abhinav Gupta | 2021-11-27 | 1 | -4/+1 | |
| * | | | | | transactional/ReferenceStorage: Drop packRefs field | Abhinav Gupta | 2021-11-27 | 1 | -4/+0 | |
| * | | | | | storage/transactional: Use correct config in test | Abhinav Gupta | 2021-11-27 | 1 | -1/+1 | |
| * | | | | | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 20 | -85/+12 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #406 from john-cai/jc-push-atomic | Máximo Cuadros | 2021-12-10 | 3 | -0/+26 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into jc-push-atomic | Máximo Cuadros | 2021-12-10 | 25 | -42/+438 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #410 from john-cai/jc-sparse | Máximo Cuadros | 2021-12-10 | 14 | -10/+160 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | simplified sparse checkout | John Cai | 2021-11-09 | 14 | -10/+160 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #409 from ninedraft/branch-description | Máximo Cuadros | 2021-12-10 | 3 | -3/+42 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | config: describe reason for custom quote functions | merlin | 2021-11-08 | 1 | -0/+10 | |
| * | | | | | | config: add tests for branch desc marshaling and unmarshaling | merlin | 2021-11-08 | 1 | -3/+8 | |
| * | | | | | | config: add support for branch description | merlin | 2021-11-08 | 2 | -0/+24 | |
* | | | | | | | Merge pull request #404 from john-cai/jc-force-with-lease | Máximo Cuadros | 2021-12-10 | 3 | -6/+179 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add ForceWithLease Push Option | John Cai | 2021-11-02 | 3 | -6/+179 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #420 from abhinav/packp-action-type | Máximo Cuadros | 2021-12-10 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | packp: Actions should have type Action | Abhinav Gupta | 2021-11-27 | 1 | -3/+3 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | storage: filesystem, switch from os.SEEK_* to io.Seek* (#421) | Abhinav Gupta | 2021-12-10 | 2 | -5/+6 | |
* | | | | | | | examples: remote fix typo (#408) | NeP | 2021-12-10 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #407 from john-cai/jc-support-index-v3 | Máximo Cuadros | 2021-11-08 | 2 | -14/+46 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Support v3 index | John Cai | 2021-11-05 | 2 | -14/+46 | |
|/ / / / / | ||||||
| * / / / | Add Atomic to push options | John Cai | 2021-11-03 | 3 | -0/+25 | |
|/ / / / | ||||||
| | * | | resolve external reference deltas | paul.t | 2021-10-11 | 1 | -0/+11 | |
| * | | | include example codecommit pack file | paul.t | 2021-11-09 | 1 | -0/+0 | |
| * | | | add codecommit packfile for testing external ref resolution | paul.t | 2021-11-09 | 1 | -0/+14 | |
| * | | | Merge branch 'go-git:master' into codecommit-ref-delta | Paul T | 2021-11-02 | 14 | -43/+469 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Merge pull request #399 from S-Bohn/add-push-options | Máximo Cuadros | 2021-11-01 | 5 | -1/+62 | |
|\ \ \ \ | ||||||
| * | | | | plumbing: packp, Add encoding for push-options. Fixes #268. | Sören Bohn | 2021-10-26 | 5 | -1/+62 | |
* | | | | | Merge pull request #325 from tjamet/push/sha | Máximo Cuadros | 2021-11-01 | 3 | -2/+141 | |
|\ \ \ \ \ | ||||||
| * | | | | | Document the push refspec format | Thibault Jamet | 2021-10-28 | 1 | -2/+8 | |
| * | | | | | Add support to push commits per hashes | Thibault Jamet | 2021-10-28 | 2 | -0/+133 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #402 from enisdenjo/gitdir-info-exclude | Máximo Cuadros | 2021-11-01 | 2 | -12/+30 | |
|\ \ \ \ \ | ||||||
| * | | | | | better tests | enisdenjo | 2021-10-27 | 1 | -39/+9 | |
| * | | | | | plumbing: gitignore, Read .git/info/exclude file too. | enisdenjo | 2021-10-27 | 2 | -10/+58 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #403 from tklauser/bump-ssh-agent-module | Máximo Cuadros | 2021-11-01 | 2 | -23/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update github.com/xanzy/ssh-agent to v0.3.1 | Tobias Klauser | 2021-10-29 | 2 | -23/+15 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #374 from snebel29/feat/add-example | Máximo Cuadros | 2021-11-01 | 2 | -0/+39 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | examples: add find-if-any-tag-point-head | Sven Nebel | 2021-09-24 | 2 | -0/+39 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #375 from noerw/add-remoteurl-option | Máximo Cuadros | 2021-10-26 | 4 | -5/+33 | |
|\ \ \ \ |