16fa7a3c72
* In GitTfsRemote.FetchWithMerge(), apply special handling to initial branch commits that are renaming, as rename destinations will have these. In GitTfsRemote.InitTfsRemoteOfChangeset(), when iterating over branch ancestry, call InitBranch() on the ancestor branch, not the target branch. Also only request fetching of parents for the most distant ancestor. Also when handling renamed branches, assign the renameResult for successors. In GitTfsRemote.InitTfsBranch(), pull the initial commit hash out of renameResult, if provided. --------- Co-authored-by: Philippe Miossec <pmiossec@gmail.com>
257 B
257 B
- fix: read/write of
descriptionin bare repos ( #1487 by bramborman ) - chore: target .net v4.8 ( #1490 by @pmiossec )
- chore: Update libgit2sharp to v0.30 ( #1492 by @pmiossec )
- Fix handling of renamed branches for clone/fetch ( #1493 by @dh2i-sam )