-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from volo-zyko/parse_patch_info_lines
Implement parsing of lines with extended patch info
- Loading branch information
Showing
7 changed files
with
213 additions
and
24 deletions.
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
=== modified file 'modified_file1' | ||
--- modified_file1 2013-10-13 23:53:13 +0000 | ||
+++ modified_file1 2013-10-13 23:53:26 +0000 | ||
@@ -1,5 +1,7 @@ | ||
This is the original content. | ||
|
||
-This should be updated. | ||
+This is now updated. | ||
+ | ||
+This is a new line. | ||
|
||
This will stay. | ||
\ No newline at end of file | ||
|
||
=== modified file 'modified_file2' | ||
--- modified_file2 2013-10-13 23:53:13 +0000 | ||
+++ modified_file2 2013-10-13 23:53:26 +0000 | ||
@@ -1,5 +1,7 @@ | ||
This is the original content. | ||
|
||
-This should be updated. | ||
+This is now updated. | ||
+ | ||
+This is a new line. | ||
|
||
This will stay. | ||
\ No newline at end of file | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- /path/to/original ''timestamp'' | ||
+++ /path/to/new ''timestamp'' | ||
@@ -1,3 +1,9 @@ | ||
+This is an important | ||
+notice! It should | ||
+therefore be located at | ||
+the beginning of this | ||
+document! | ||
+ | ||
This part of the | ||
document has stayed the | ||
same from version to | ||
@@ -5,16 +11,13 @@ | ||
be shown if it doesn't | ||
change. Otherwise, that | ||
would not be helping to | ||
-compress the size of the | ||
-changes. | ||
- | ||
-This paragraph contains | ||
-text that is outdated. | ||
-It will be deleted in the | ||
-near future. | ||
+compress anything. | ||
|
||
It is important to spell | ||
-check this dokument. On | ||
+check this document. On | ||
the other hand, a | ||
misspelled word isn't | ||
the end of the world. | ||
this paragraph needs to | ||
be changed. Things can | ||
be added after it. | ||
+ | ||
+This paragraph contains | ||
+important new additions | ||
+to this document. |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- /path/to/original ''timestamp'' | ||
+++ /path/to/new ''timestamp'' | ||
@@ -1,3 +1,9 @@ | ||
+This is an important | ||
+notice! It should | ||
+therefore be located at | ||
+the beginning of this | ||
+document! | ||
+ | ||
This part of the | ||
document has stayed the | ||
same from version to | ||
@@ -5,16 +11,13 @@ | ||
be shown if it doesn't | ||
change. Otherwise, that | ||
would not be helping to | ||
-compress the size of the | ||
-changes. | ||
- | ||
-This paragraph contains | ||
-text that is outdated. | ||
+compress anything. | ||
|
||
It is important to spell | ||
-check this dokument. On | ||
+check this document. On | ||
the other hand, a | ||
misspelled word isn't | ||
the end of the world. |
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.