| Fix handling of renamed branches for clone/fetch (#1493) |
|
More...
|
about 2 years ago
|
| chore: remove deprecated code formatter task |
|
More...
|
about 2 years ago
|
| Update libgit2sharp to v0.30 |
|
More...
|
about 2 years ago
|
| test: update to xunit 2.7 |
|
More...
|
about 2 years ago
|
| Revert "chore: Downgrade (again) Cake.Git preventing doing a release" |
|
More...
|
about 2 years ago
|
| chore: remove unnecessary usings |
|
More...
|
about 2 years ago
|
| build: use a Directory.Build.props file |
|
More...
|
about 2 years ago
|
| Fix typo and formatting |
|
More...
|
about 2 years ago
|
| fix: Fix handling `description` file into bare repo |
|
More...
|
about 2 years ago
|
| Prepare release v0.34 |
|
More...
|
about 2 years ago
|
| chore: Downgrade (again) Cake.Git preventing doing a release |
|
More...
|
about 2 years ago
|
| chore: Downgrade Cake.Git preventing doing a release |
|
More...
|
about 2 years ago
|
| chore(build.ps1): cleanup |
|
More...
|
about 2 years ago
|
| Merge pull request #1486 from pmiossec/update_ci_dependencies |
|
More...
|
about 2 years ago
|
| chore: changelog |
|
More...
|
about 2 years ago
|
| refactor: convert to interpolated strings |
|
More...
|
about 2 years ago
|
| refactor: clean namespaces |
|
More...
|
about 2 years ago
|
| refactor: convert to use Expression Bodies |
|
More...
|
about 2 years ago
|
| refactor(Wrappers): convert to use Expression Bodies |
|
More...
|
about 2 years ago
|
| fix(Verify): fix crash when unwrapping something already unwrapped |
|
More...
|
about 2 years ago
|
| fix: build VS2022 support |
|
More...
|
over 2 years ago
|
| ci(chocolatey): fix requirement of a sha256 hash |
|
More...
|
over 2 years ago
|
| ci: workaround cake/chocolatey bug preventing submission |
|
More...
|
over 2 years ago
|
| Prepare release v0.33 |
|
More...
|
over 2 years ago
|
| ci: Improve error handling reading 'PersonalTokens.config' content |
|
More...
|
over 2 years ago
|
| docs: slightly better release doc |
|
More...
|
over 2 years ago
|
| Enabling PAT authentication support (#1476) |
|
More...
|
over 2 years ago
|
| Cloning a very old repo (10+ years old) and I kept getting object ref errors. Upon debugging, it looks like GetMergeInfo is failing because some merges have null source changesets. I'm making an educated guess that they were from branches that were deleted? Either way, adding a .Where(x => x.SourceChangeset?.ChangesetId != null) allows it to get past the issue and continue the clone |
|
More...
|
over 2 years ago
|
| Fixed rare issue when a TFS changeset was made on different branches |
|
More...
|
over 2 years ago
|
| build: run dotnet restore |
|
More...
|
almost 3 years ago
|