-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Special treatment for .patch and .zip/.7z HOOK files
(closes #44)
- Loading branch information
1 parent
ee362d8
commit 1b066fe
Showing
6 changed files
with
90 additions
and
12 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
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,14 @@ | ||
diff -ruN a/bla.txt b/bla.txt | ||
--- a/bla.txt 2020-06-19 18:54:43.129076711 +0200 | ||
+++ b/bla.txt 2020-06-19 18:55:05.093948316 +0200 | ||
@@ -1,3 +1,3 @@ | ||
-LINE1=YES | ||
+LINE1=NO | ||
LINE2=NO | ||
|
||
diff -ruN a/dd/new.txt b/dd/new.txt | ||
--- a/dd/new.txt 1970-01-01 01:00:00.000000000 +0100 | ||
+++ b/dd/new.txt 2020-06-19 18:55:35.255032413 +0200 | ||
@@ -0,0 +1,2 @@ | ||
+NEW LINE 1 | ||
+NEW LINE 2 |