Expand-Diff
1.0.0
The script is designed for diff and patch files created by git. It expands
the specified diff file into directories "a" and "b" (original and changes)
with pieces of files provided by the diff.
Then you can use your diff tool of choice in order to compare the
directories "a" and "b", i.e. to visualize the original diff file.
Diff file lines are processed as:
--- /
the specified diff file into directories "a" and "b" (original and changes)
with pieces of files provided by the diff.
Then you can use your diff tool of choice in order to compare the
directories "a" and "b", i.e. to visualize the original diff file.
Diff file lines are processed as:
--- /
The script is designed for diff and patch files created by git. It expands
the specified diff file into directories "a" and "b" (original and changes)
with pieces of files provided by the diff.
Then you can use your diff tool of choice in order to compare the
directories "a" and "b", i.e. to visualize the original diff file.
Diff file lines are processed as:
--- /dev/null - "a" is missing
+++ /dev/null - "b" is missing
--- a/... - "a" file path
+++ b/... - "b" file path
@@... - chunk header
... - common line
-... - "a" line
+... - "b" line
Other lines are ignored.
Show more
the specified diff file into directories "a" and "b" (original and changes)
with pieces of files provided by the diff.
Then you can use your diff tool of choice in order to compare the
directories "a" and "b", i.e. to visualize the original diff file.
Diff file lines are processed as:
--- /dev/null - "a" is missing
+++ /dev/null - "b" is missing
--- a/... - "a" file path
+++ b/... - "b" file path
@@... - chunk header
... - common line
-... - "a" line
+... - "b" line
Other lines are ignored.
Installation Options
Owners
Copyright
(c) Roman Kuzmin
Package Details
Author(s)
- Roman Kuzmin
Tags
Functions
Dependencies
This script has no dependencies.
FileList
- Expand-Diff.nuspec
- Expand-Diff.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.4 | 212 | 2/16/2022 |
1.0.3 | 132 | 7/25/2020 |
1.0.2 | 32 | 6/25/2020 |
1.0.1 | 24 | 6/23/2020 |
1.0.0 (current version) | 24 | 6/23/2020 |