-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git diff support #296
Closed
Closed
git diff support #296
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
19029ad
git diff support
msftcangoblowm fa85677
fix py38
msftcangoblowm 73f6e89
kiss principle strikes back
msftcangoblowm f0a2bf9
when need add SCRIPTS folder to sys.path
msftcangoblowm ecdbeef
meant list.insert
msftcangoblowm 71a26c3
use relative not absolute path
msftcangoblowm 3a9e2fa
escape regex metacharacters
msftcangoblowm cf04c8b
.git/config textconv executable resolve path
msftcangoblowm f029590
resolve both executables path
msftcangoblowm 888586c
To be young resolved or unresolved
msftcangoblowm e5bab6c
track down object count discrepency
msftcangoblowm 7cc54ba
consistantly use import_infile
msftcangoblowm eeed16d
compare existing resources
msftcangoblowm f9e9b28
add a inventory online check skip list
msftcangoblowm 581e328
.git/config algo refactor
msftcangoblowm 4267cb5
git diff err message
msftcangoblowm ad918b5
specify encoding and linesep
msftcangoblowm 67ede0c
git config to the rescue
msftcangoblowm 399ac09
inventory path need single quotes
msftcangoblowm b00fd8f
what garble WindowsPath
msftcangoblowm cc015fa
sandbox mystery no file .gitattributes
msftcangoblowm 489a99a
ci adjustments need
msftcangoblowm dfaa203
Azure only coverage issue
msftcangoblowm 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
tests/resource/objects_mkdoc_zlib0.inv binary | ||
tests/resource/objects_attrs.txt binary | ||
*.inv binary diff=inv |
This file contains 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 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 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 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.
@msftcangoblowm Unless it strongly benefits your development process, please don't bother with bumping versions and documenting microchanges in the CHANGELOG this way.
I'll be cutting the actual v2.4.0 release only after this PR is merged to
main
, and anything you've added to the CHANGELOG I'll coalesce and probably squash.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.
This is fine.
These are actually development prereleases, not administrative prereleases. So these entries are wrong and spammy. The final changelog entries are left to your discretion
Also refrained from making any tags