4
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Dec 13, 2024 — Dec 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix handling of renamed branches for clone/fetch (#1493) More... over 1 year ago
chore: remove deprecated code formatter task
pmiossec
as Philippe Miossec
More... over 1 year ago
Update libgit2sharp to v0.30
pmiossec
as Philippe Miossec
More... over 1 year ago
test: update to xunit 2.7
pmiossec
as Philippe Miossec
More... over 1 year ago
Revert "chore: Downgrade (again) Cake.Git preventing doing a release"
pmiossec
as Philippe Miossec
More... over 1 year ago
chore: remove unnecessary usings
pmiossec
as Philippe Miossec
More... over 1 year ago
build: use a Directory.Build.props file
pmiossec
as Philippe Miossec
More... over 1 year ago
Fix typo and formatting More... over 1 year ago
fix: Fix handling `description` file into bare repo More... over 1 year ago
Prepare release v0.34 More... over 1 year ago
chore: Downgrade (again) Cake.Git preventing doing a release
pmiossec
as Philippe Miossec
More... over 1 year ago
chore: Downgrade Cake.Git preventing doing a release
pmiossec
as Philippe Miossec
More... over 1 year ago
chore(build.ps1): cleanup More... over 1 year ago
Merge pull request #1486 from pmiossec/update_ci_dependencies
pmiossec
as Philippe Miossec
More... over 1 year ago
chore: changelog
pmiossec
as Philippe Miossec
More... over 1 year ago
refactor: convert to interpolated strings
pmiossec
as Philippe Miossec
More... over 1 year ago
refactor: clean namespaces
pmiossec
as Philippe Miossec
More... over 1 year ago
refactor: convert to use Expression Bodies
pmiossec
as Philippe Miossec
More... over 1 year ago
refactor(Wrappers): convert to use Expression Bodies
pmiossec
as Philippe Miossec
More... over 1 year ago
fix(Verify): fix crash when unwrapping something already unwrapped
pmiossec
as Philippe Miossec
More... over 1 year ago
fix: build VS2022 support
pmiossec
as Philippe Miossec
More... almost 2 years ago
ci(chocolatey): fix requirement of a sha256 hash
pmiossec
as Philippe Miossec
More... almost 2 years ago
ci: workaround cake/chocolatey bug preventing submission
pmiossec
as Philippe Miossec
More... almost 2 years ago
Prepare release v0.33 More... almost 2 years ago
ci: Improve error handling reading 'PersonalTokens.config' content
pmiossec
as Philippe Miossec
More... almost 2 years ago
docs: slightly better release doc
pmiossec
as Philippe Miossec
More... almost 2 years ago
Enabling PAT authentication support (#1476) More... almost 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... almost 2 years ago
Fixed rare issue when a TFS changeset was made on different branches More... about 2 years ago
build: run dotnet restore
pmiossec
as Philippe Miossec
More... over 2 years ago