This repository was archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update to use modern version of LibGit2Sharp and use indent heuristic when diffing #2142
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
e8d9527
Update to be compatible with LigGit2Sharp 0.26
jcansdale 4658122
Fix tests that use LibGit2Sharp
jcansdale b0c037b
Merge branch 'master' into fixes/1469-indent-heuristic
jcansdale 8b6a488
Remove obsolete IQueryableCommitLog.QueryBy imple
jcansdale 32c4aac
Update to use LibGit2Sharp 0.26.0-preview-0080
jcansdale bbc0504
Commit[] no longer accepts \ in path
jcansdale 128cfbe
Remove unused defaultOriginName field
jcansdale 057844a
Enable IndentHeuristic when comparing
jcansdale 62ccc9b
Move Compare and CompareWith to IGitService
jcansdale e6ebab6
Add failing Indent_Heuristic_Is_Enabled test
jcansdale e0eb92c
Add tests for GitService.CompareWith
jcansdale c222de2
Enable IndentHeuristic and make tests pass
jcansdale d95149d
Move IGitClient.Compare method to IGitService
jcansdale df677af
Add test for Compare that returns TreeChanges
jcansdale ca6de27
Merge branch 'master' into fixes/1469-indent-heuristic
jcansdale b348527
Add failing test for GitService.Compare
jcansdale cc43965
Change to use / separator for Git path
jcansdale 7362f56
Merge branch 'master' into fixes/1469-indent-heuristic
jcansdale f685a22
Throw ArgumentException if path contains \
jcansdale 346bfe1
Factor out Guard.ArgumentIsGitPath
jcansdale 7d87a40
Add Guard.ArgumentIsGitPath to appropriate methods
jcansdale 7006897
Fix issue where a Windows path is being used
jcansdale 8c5d1f7
Add guards to HasChangesInWorkingDirectory
jcansdale 6fa16e8
Merge branch 'master' into fixes/1469-indent-heuristic
jcansdale f9c9cce
Updatre to use LibGit2Sharp 0.26.0 final
jcansdale f14b646
Merge branch 'master' into fixes/1469-indent-heuristic
jcansdale File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess things have changed since this warning was disabled...