| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | 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 |
|\ \ \ |
|
| * | | | add tests | Norwin | 2021-09-28 | 1 | -0/+12 |
| * | | | Add RemoteURL to {Fetch,Pull,Push}Options | Norwin | 2021-09-15 | 3 | -5/+21 |
| |/ / |
|
* | | | Merge pull request #385 from john-cai/add-follow-tags | Máximo Cuadros | 2021-10-26 | 4 | -0/+149 |
|\ \ \
| |/ /
|/| | |
|
| * | | git: add --follow-tags option for pushes | John Cai | 2021-10-05 | 4 | -0/+149 |
|/ / |
|
* / | plumbing/storer/object: improve grammar Go Doc (#350) | Christopher Hunter | 2021-07-24 | 1 | -4/+4 |
|/ |
|
* | plumbing: format/packfile, prevent large objects from being read into memory ... | zeripath | 2021-06-30 | 13 | -43/+601 |
* | Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2 | zeripath | 2021-06-02 | 7 | -422/+1 |
* | remote: patch default timeout for `List` (#321)v5.4.1 | Nicolas Chagrass | 2021-05-24 | 1 | -1/+1 |
* | plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0 | zeripath | 2021-05-12 | 7 | -1/+422 |
* | plumbing: object/patch, printStat strings.Repeat cause panic (#310) | cookeem | 2021-05-12 | 1 | -2/+10 |
* | git: Add support for deepening shallow clones (#311) | Marcus Watkins | 2021-05-12 | 3 | -2/+70 |
* | plumbing: transport/http, skip flaky test | Máximo Cuadros | 2021-05-03 | 1 | -0/+4 |
* | go modules: update go-git-fixtures | Máximo Cuadros | 2021-05-03 | 2 | -5/+10 |
* | *: use go-billy instead of os calls | Máximo Cuadros | 2021-05-02 | 25 | -568/+521 |
* | utils: ioutil, Pipe implementatio | Máximo Cuadros | 2021-05-02 | 6 | -4/+33 |
* | plumbing: format, use os.UserHomeDir() | Máximo Cuadros | 2021-05-02 | 9 | -155/+72 |
* | Remote: new ListContext function (#278) | Xiang Xiujuan | 2021-04-21 | 2 | -1/+30 |
* | plumbing: transport/file, replace os/exec with golang.org/x/sys/execabs to im... | Máximo Cuadros | 2021-04-17 | 3 | -9/+12 |
* | plumbing: transport/ssh, support more formats in `NewPublicKeys` SSH helper (... | Hidde Beydals | 2021-04-17 | 2 | -18/+11 |
* | Repository: test, use raw string to avoid double-escape (#288) | Jeff Widman | 2021-04-16 | 1 | -1/+1 |
* | *: remove unused unexported const (#286) | Jeff Widman | 2021-04-16 | 1 | -2/+0 |
* | *: typo fixes #291 | Jeff Widman | 2021-04-16 | 1 | -2/+2 |
* | Minor doc fixes (#287) | Jeff Widman | 2021-04-16 | 5 | -14/+10 |
* | plumbing: object, fix TestDecodeAndVerify test | Máximo Cuadros | 2021-04-16 | 1 | -44/+53 |
* | Fetch submodules pointing to orphaned but still reachable commits (#284) | Nikolay Edigaryev | 2021-04-06 | 1 | -0/+18 |
* | *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope... | Johan Fleury | 2021-04-06 | 11 | -98/+61 |
* | plumbing: transport/ssh, fix no agent test on windowsv5.3.0 | Máximo Cuadros | 2021-03-29 | 1 | -1/+1 |
* | go modules updated | Máximo Cuadros | 2021-03-26 | 2 | -10/+48 |
* | github-action: update go version | Máximo Cuadros | 2021-03-26 | 1 | -1/+1 |
* | *: fix flaky test | Máximo Cuadros | 2021-03-26 | 2 | -1/+5 |
* | plumbing: wire up contexts for Transport.AdvertisedReferences (#246) | Andrew Suffield | 2021-03-26 | 10 | -18/+120 |
* | transport: ssh, fix cloning large repositories (#272) | David Cuadrado | 2021-03-26 | 3 | -1/+33 |
* | add RequireRemoteRefs to PushOptions (#258) | Andrew Suffield | 2021-03-25 | 3 | -0/+90 |
* | diff: Allow srcPrefix and dstPrefix to be configured (#265) | Andrew Nelson | 2021-03-11 | 2 | -6/+53 |
* | plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc (#256) | Andrew Archibald | 2021-03-10 | 1 | -1/+1 |
* | git: worktree_commit, just store objects not already stored (#224) | jsteuer | 2021-02-09 | 2 | -0/+63 |
* | worktree: Don't remove root directory when cleaning (#230) | hansmi | 2021-01-27 | 2 | -1/+33 |
* | Add insecureSkipTLS and cabundle (#228) | Daishan Peng | 2021-01-27 | 6 | -20/+85 |
* | Adding "object-format" and "filter" capabilities (#222) | Roberto O. Fernández Crisial | 2021-01-27 | 1 | -1/+8 |
* | config: support insteadOf for remotes' URLs (#79) | Kostya Ostrovsky | 2020-12-01 | 4 | -2/+239 |
* | Merge pull request #178 from tomlazar/defaultbranch | Máximo Cuadros | 2020-10-30 | 2 | -0/+56 |
|\ |
|
| * | add some tests | Thomas Lazar | 2020-10-09 | 1 | -0/+27 |
| * | Add init.defaultBranch to the config | Thomas Lazar | 2020-09-30 | 2 | -0/+29 |
* | | Merge pull request #195 from adracus/fix.relative-submodules | Máximo Cuadros | 2020-10-30 | 3 | -27/+42 |
|\ \ |
|
| * | | Fix relative submodule resolution | Axel Christ | 2020-10-28 | 3 | -27/+42 |
|/ / |
|
* | | Merge pull request #184 from mikyk10/master | Máximo Cuadros | 2020-10-20 | 2 | -2/+70 |
|\ \ |
|
| * | | git: worktree, Support relative submodule URL. | Mitsutaka Naito | 2020-10-13 | 2 | -2/+70 |
|/ / |
|